‎11-10-2020 11:18 AM
I am currently stuck. I need to have a DAQ interface through LabVIEW and output a constant Voltage. not a signal. Basically, I need it to activate a relay once I activate it in LabVIEW. is this even possible? I have both a Digital IO DAQ and an Analog IO DAQ.
‎11-10-2020 11:29 AM
‎11-10-2020 11:29 AM
What relay and what boards are you using? You might have an issue with output current not being strong enough for the relay.
‎11-10-2020 11:45 AM
I am using an Altronix Phenolic or Fiberglass Relay Module 6/12VDC 120Ma DPDT.
‎11-10-2020 02:15 PM
‎11-12-2020 08:55 AM
You want to "activate a Relay", i.e. you want to deliver a digital signal, "Relay On"/"Relay Off". You can generate this with a D/A converter, but it is much simpler and more logical to do this with a Digital I/O port.
However you generate this (digital) signal, you need to use it to activate a Relay, which means it must generate sufficient current to drive the relay. Many DAQ devices, particularly DIO devices, have rather low Current drive, while many electro-mechanical devices, such as Relays, require modest Currents. This can often be accomplished by a one-transistor circuit and an external 5v Power Supply. Talk to an Electrical Engineer (beyond my expertise!).
Bob Schor
‎11-12-2020 11:58 AM
got it! thank you so much for the help. I utilized the DAQ assistant to send a logic high of 5V to the relay when I need it to activate