11-19-2013 10:01 PM
Hello,
I am very inexperienced at LabVIEW and need help writing a code/utilizing my DAQ device. I am trying to control a solenoid valve using a solid state relay as a switch. I would like for the relay to be charged for a prescribed time period that I want the solenoid valve to be opened for. I need to send some sort of square wave of voltage to the relay using a SCB-68A. Any help???
11-21-2013 08:23 AM - edited 11-21-2013 08:23 AM
This link has come information with programming for DAQ using the DAQmx driver: http://www.ni.com/white-paper/5438/en/
LabVIEW also ships with helpful DAQmx examples, which can be found in LabVIEW under: Help>>Find Examples...>>Hardware Input and Output>>DAQmx
This has information on setting up your DAQ device: http://www.ni.com/gettingstarted/setuphardware/dataacquisition/
What DAQ device are you using? How is the solid state relay controlled?
Mike
11-20-2019 12:23 AM
I am working on a project where I need to close the solenoid valve (24DCV) at a different rate of time (variable closer time). It needs to be very fast (at least within 50ms). I am using NI DAQ: USB-6211. Which relay should I use? Will digital relay timer work? This is how I am planning to implement the circuit. Also which flyback diode should I use (25A)? Looking forward to your suggestions.
11-20-2019 08:56 AM
First you should start a new tread vs talking over a tread from 2013. You might not get the help you need if you go to an old tread for help.
You can use the digital output to control any relay that has a 5VDC control side. The relay you choose should be based on research. If you look up relays you should be able to find the on time. There are many that have very fast on response times. You will also need to decide if you want solid state or cube relay. Solid state relay is never fully open or fully closed. If you have a little leakage would that be OK. If not then use a cube relay.
Things that you need to look for in the relay you choose:
I hope this helped
03-21-2021 03:54 PM
Hey, I need help regarding the same issue. Hope you can help.
03-22-2021 11:09 AM
@obscure wrote:
Hey, I need help regarding the same issue. Hope you can help.
This thread contains two different issues, one from 2013 and one from 2019. Both are answered already.
If you have a specific question, I would recommend to start a new thread and explain the problem in detail.