LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6000 digital pin state

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.

0 Kudos
Message 1 of 4
(2,878 Views)

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?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,863 Views)

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? 

0 Kudos
Message 3 of 4
(2,757 Views)

Hi Helsinki,

 

set the DO to LOW/FALSE before you stop your VI.

 

The "before" is handled (as usual) by DATAFLOW…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,747 Views)