01-31-2011 02:08 PM
I am a rookie user in LabVIEW (2010) and control field.
I am now have a task to develop a control software to control two solenoid valves.
The solenoid valves are 24V (Parker's P2E-KV32C).
My digital Output device is NI9485.
The operating behavior is as follows:
The first valve will be opened in 0.1 second (user adjustable) and off. then the second valve will be opened in 0.1 second (user adjustable) when the first valve is turned off.
The counter (ON/OFF) for this operation is also provided by user.
These operation can be "Pause" and The counter can be "Reset".
Can somebody help me to build this sample VI ? I am really appreciated.
Joe
02-02-2011 12:13 PM
Hi Joe,
I would suggest you to look at a state machine as a possibility for implementing your application. Using a state machine you can control the action of your valve depending on a combination of events such user input.
02-10-2011 08:19 AM
Hi, Efrain,
Could you provide me some links or sample codes so that I can have reference ?
Thanks !
02-11-2011 11:26 AM
Sure, here are some links to documentation and examples:
This tutorial will explain the theory of implementing state machines:
Application Design Patterns: State Machines
This example will show you how to get started bulding a state machine:
Basically, the main component of a state machine is an Event Structure. You will see that using this structure you can register user input so that the user can choose which section of the code will execute.
05-15-2014 05:33 AM
Hello All,
I need to control 3 solenoid valves (MHP1-M1H-3/2o-M3-PI), using labview. The activation protocol is like this:
valve1 On for 2 seconds, and then Off for 1 sencond, this should start with pressing a bottom and stop after specific number of on-off cycles (for example after 100 times on-off), again with bottom
valve 2 and 3 have the same protocol, but they should start after a 'delay=1 second' respectively after eachother.
Since I am a new user to Labview, could you please help me how I can programm these tasks.
Thank you very much.
05-16-2014 11:04 AM