LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Manually Controlling 3-Way Valves with Labview

I have three 3-way 12V electronic valves that I am trying to create a labview program that will have toggle buttons that will turn the valve to each of the 3 valve states.

 

I am using a NI myRIO to run the valves. I am new to labview and am not too sure where to start in order to manually be able to toggle the valves on and off.

0 Kudos
Message 1 of 11
(3,631 Views)

First question.

 

How would you control these valves if you weren't using LabVIEW?

0 Kudos
Message 2 of 11
(3,616 Views)

By changing the voltage that is applied to the valve in order to correspond to each state of the valve

0 Kudos
Message 3 of 11
(3,613 Views)

So with the cRIO, you will need to vary the voltage with an analog output channel.

 

Just double check the voltage and current requirements for that valve to make sure your analog output channel can handle it.

0 Kudos
Message 4 of 11
(3,601 Views)

So I guess my main concern here is that I have never used labview before, so I wasn't sure how the Analog Output block is actually implemented to get labview to do what I want it to do.

0 Kudos
Message 5 of 11
(3,592 Views)

So I guess my main concern here is that I have never used labview before, so I wasn't sure how the Analog Output block is actually implemented to get labview to do what I want it to do.

0 Kudos
Message 6 of 11
(3,592 Views)

Then you need to take some tutorials.  Also look in Help >> Example Finder.  Search for cRIO and you'll find numerous examples on how to work with it.

0 Kudos
Message 7 of 11
(3,584 Views)

Thank you!

0 Kudos
Message 8 of 11
(3,573 Views)

@Mak93 wrote:

By changing the voltage that is applied to the valve in order to correspond to each state of the valve


12 Volt sounds like the power supply for the valve, but what about the control signal?
What kind of valve is that? Is it a solenoid valve? In this case you need digital output.
Valves with variable position settings usually have 0 to 10 volt or 4-20 mA control signal.  

 

0 Kudos
Message 9 of 11
(3,553 Views)
I am using a valve from Clippard:http://www.clippard.com/part/E3O10C-2W012
0 Kudos
Message 10 of 11
(3,527 Views)