05-15-2014 08:08 AM - edited 05-15-2014 08:23 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.
I have attached the task description.
Thank you very much.
05-15-2014 08:16 AM
@Matin88 wrote:
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.
I have attached the task description.
Thank you very much.
You've forgot to attach the description. And why don;t you try something or atleast come up with a flowchart.
You for trials, you can possibly use LED's on the front (representing the valves) as shown below.
05-15-2014 08:21 AM - edited 05-15-2014 08:28 AM
Sorry I tried to upload the descrption but failed.
05-21-2014 12:47 AM
State machine, http://www.ni.com/white-paper/2926/en/, would be an architecture that would fit to your requirement.