Looking for some help in regards to the coding for the above.
I want to enforce a 12 hour time limit on calibrations, i.e if the SYSTEMTIME elapses 12 hours from the PROBEDATA time, a label in the program forces it to the bottom of the program, preventing any further measurements.
I can return the active PROBEDATA("TIME") and current SYSTEMTIME string values no problem
Its just the comparing of the 2 raw elements, where I'm struggling.
There is another thread that asked about this recently, i don't think they found a solution. They were looking for something that would not allow operators to run a program unless the probes were recalibrated "unlocking" access to programs so to speak.