LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

digital outputs of NI USB 6009 are active when connected to a PC - I don't want that

Solved!
Go to solution

I have a small problem:

 

All digital outputs of the NI USB 6009 module become active when the module is connected to a PC when no VI is running.

As soon as I start my VI, which controls the module, all outputs are turned off (become inactive).

 

How can I achieve, that the outputs stay inactive if the module is connected to a PC with no programm running?

 

 

Greetings Johannes
Using LabVIEW 7.1 and 2009 recently
0 Kudos
Message 1 of 3
(2,942 Views)

I don't believe you con configure the power-up state of the USB-6009.

 

The USB-6509 user guide indicates that power-up state can be configured (see page 22).


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 2 of 3
(2,928 Views)
Solution
Accepted by topic author johanneshoer


@johanneshoer wrote:

I have a small problem:

 

All digital outputs of the NI USB 6009 module become active when the module is connected to a PC when no VI is running.

As soon as I start my VI, which controls the module, all outputs are turned off (become inactive).

 

How can I achieve, that the outputs stay inactive if the module is connected to a PC with no programm running?

 

 


 

 

The USB-6008/6009 has an internal pull-up resistor (4.7 kOhm). This causes the digital outputs on the device to have a logic high start-up state. t is not recommended to use some sort of pulldown resistor. However what you can do is to add octal buffer like the  74HC541 buffer and use one digital output to control the tri-state mode of the 74hc541. Tie the OEa and OEb input signal together. A high on the latter pins will tri state the buffer output. Hence no output signal will be present until you pull the control pins low. The  USB-6008/6009 have a 5 volt output (max 200mA) you can use to power the buffer.



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
Message 3 of 3
(2,914 Views)