‎07-02-2015 01:10 AM
I am searching for a way to set digital pin on my USB 6000 to the low state when program stops. By default it laves the last state after stoping, but I have to make sure that in any case when the digital output is not controlled (program is stopped, USB disconnected -> but there the pins are low of course), all digital outputs are OFF. Is there a way to do that, advise please.
‎07-02-2015 01:33 AM - edited ‎07-02-2015 01:33 AM
Hi Helsinki,
a way to set digital pin on my USB 6000 to the low state when program stops. By default it laves the last state after stoping
You have a requirement and you know the standard behaviour of your device.
In conclusion the logical way would be to set the DO to LOW just BEFORE you stop your VI, don't you think?
‎07-16-2015 07:10 AM
Hey,
thanks for answering.
Yes, it is logical, and you solution is quite obvious. But what is the correct way to "DO to LOW just BEFORE you stop" you propose?
‎07-16-2015 07:16 AM