LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

state machine architecture for switching pneumatic solenoid valves using USB 6008

Thank you 😄

everything works now.

Elmira
0 Kudos
Message 11 of 19
(1,195 Views)

you should recognize the posts w kudos that has helped you and or have given you a solution...otherwise, it was all done in vainSmiley Sad

Message 12 of 19
(1,188 Views)

apok ,

 

HOLD button and LEFT button don't work 😞 ??

Elmira
0 Kudos
Message 13 of 19
(1,156 Views)

@Elmira wrote:

apok ,

 

HOLD button and LEFT button don't work 😞 ??


did you take the suggestion that Sir RavensFan had mentioned? from what i see from your last vi post....

 

  • you have only 2 case statements for (0,1) or "hold" and ""right", both of which are (F,F) bool arrays?

i suggest you change the "hold" array to (T,T) and the "right" to (T,F) and add a third case (#2) the "left" to (F,T),....

 

  • so we 3 cases (0,1,2) matching cluster order of the buttons with respects to (hold, right,left) with bool arrays[ (T,T),(T,F) and (F,T)]
0 Kudos
Message 14 of 19
(1,146 Views)

When I try to run each valve of the solenoid separately, it works and runs fine. However, when I try to run both valves on the parallel circuit (Darlington pair firing circuit), it appears to be working, as I can hear the "switching" sound, but it does not move the cylinder. What could be the source of this problem? I'm not sure if it is a problem in the circuit, or the program.

 

Thanks!

Elmira
0 Kudos
Message 15 of 19
(1,122 Views)

Does the power source for the valves have a high enough current rating to power two valves at once?

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 16 of 19
(1,115 Views)

yes there is enough current raiting

Elmira
0 Kudos
Message 17 of 19
(1,109 Views)

@Elmira wrote:

yes there is enough current raiting


both ON means HOLD, correct?

0 Kudos
Message 18 of 19
(1,105 Views)

That's correct 

Elmira
0 Kudos
Message 19 of 19
(1,093 Views)