01-30-2013 09:03 AM
I AM using a PCI-6503 in Traditional DAQ and LV2012 need an example of being in a particular event and if there is not an input from a particular switch then fail the test
02-04-2013 11:24 AM
Hi,
You can use a state machine with an event structure and inside of it you can create a condition that if there is not an input from a particular switch for a determined amount of time, you can send a message indicating that the test failed.
Regards,