05-05-2010 01:10 PM
05-06-2010 09:22 AM
What sort of change are you looking at detecting? Is it a digital signal, analog singal, etc? What sort of change would trigger the event? What hardware are you using?
If you are using NI daq hardware and LabVIEW, you can set up a VI to set up a DAQmx task to wait for the change, then this would return the info to TestStand. Some more details would be helpful to find a specific solution.
Thanks!
05-07-2010 07:52 AM
05-10-2010 05:23 PM
The most obvious answer would be to call your CVI module that waits for the event to happen in a new execution thread in TestStand.
If you share more about the bigger picture, we can give more specific help.
What do you want to do when this event is found? Why do you not want TestStand to "hang-up" or wait for this event? Are there things you want to be doing while waiting for this event? How fast do you want to respond to this event?
Thanks!