From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

how to turn on/off relay using NI DO 9476??can i do the same using AO module??

Solved!
Go to solution

how to turn on/off relay using NI DO 9476??can i do the same using AO module??

0 Kudos
Message 1 of 4
(2,881 Views)
Solution
Accepted by topic author Risuraj

@Risuraj wrote:

how to turn on/off relay using NI DO 9476??


Just write a TRUE or a FALSE to the digital output.  The 9476 will just create a connection when set to TRUE.  So just apply your voltage to one side of the relay coil, the high side of the 9476 channel to the other, and the low side of the 9476 channel to ground.  You should also include a flyback diode across the coil to avoid some nasty current spikes.

 


@Risuraj wrote:

can i do the same using AO module??


Not likely purely due to current constraints.  Besides, it is way easier to control a digital line than an analog.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(2,867 Views)

can i get the sample labview script to handle relay using DO??please try to share.

0 Kudos
Message 3 of 4
(2,842 Views)
Solution
Accepted by topic author Risuraj

Help->Find Examples.  Then search for Digital - SW-Timed Output.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 4
(2,832 Views)