NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I terminate my sequence when DI signal changed?

Solved!
Go to solution

Hello, I have a problem that  I want to stop my sequence by DI signal changed.

How can I terminate my sequence when DI signal changed?

Thanks

0 Kudos
Message 1 of 3
(2,871 Views)
Hi, you can test the DI signal in vi using a while structure in another thread while main sequence is running. Then you can make use of an if statement to determine whether to get on running the sequence by the value of the vi.
0 Kudos
Message 2 of 3
(2,854 Views)
Solution
Accepted by topic author vista

Good idea

Thanks

0 Kudos
Message 3 of 3
(2,840 Views)