For some reason I just can not wrap my head around this. I will be simply receiving a "switch" signal, either on or off ( 1 or 0 ).
I want to capture a timestamp when the signal goes on (1) and again when the signal goes off (0).
I have code created that changes the boolean from 0 to 1 but the timestamp continues to run and I want to "capture" the timestamp when the boolean changes.
I am fairly new to the programming concepts and I just know my issue is in the structure but I just can not figure it out.
By the way, this VI in the end, will have ultimately 10 channels turning on and off independantly based on state and will be pushed then into a database.
Any assistance would be appreciated.