Hi all,
This may be a very simple question, I am new to TS, so please excuse my lack of knowledge!
I'm using the TestStand parallel model to test 16 individual UUT's. I have the parallel processes nailed down pretty well, but I am trying to figure out how to "monitor" system global parameters.
For example, some global sensor X sets a boolean if something happens (lost air pressure etc) how can I detect this boolean change and do something in response? Do I need to monitor the boolean in each thread execution?
Thanks in advance for the help!