I am working with the MongoDB Module connected to FANUC MTLinki:
I am struggling to get the MongoDB Expression Binding to work correctly with filtering dates.
I can get the script to work properly.
Any help is appreciated!
Sample Data from MongoDB:
{ "_id": { "$oid": "12345678" },
"L1Name": "HAAS_321",
"updatedate": { "$date": "2024-10-28T13:40:00.000Z" },
"enddate": { "$date": "2024-10-28T13:52:26.000Z" },
"timespan": 746,
"signalname":
"condition",
"value": "DISCONNECT",
"filter": null, "TypeID": null, "Judge": null, "Error": null, "Warning": null }