LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event structures: how to stop event case from occurring during timeout

Thank you very much for your reply Lynn. LabVIEW is all very new to me so I did not really have any idea what I am doing I just tried adding different features to see what they do. I will add a while loop for the whole thing and try to structure my program in a better way. 

0 Kudos
Message 11 of 13
(1,051 Views)

If you need to make grip settings independent from force options, they need a separate control. I would pass force option through the structure and use autowire (right click output tunnel) for default frames.

 

A few improvements

Do not route wires right to left.

"Force option" looks like a list... I would make it a list or enum, it will be blue wire. 

It seems only one force option out of 4 is possible, so I would use radio buttons. Then you can directly connect 4 power options list to the radio button indicator. To make all off, you can either make hidden indicator or right click, and set "Allow no selection"

 

Message 12 of 13
(1,049 Views)

Thank you! That is very useful information for me. I would have never figured out I could use radio buttons, that is a really good idea Smiley Very Happy

0 Kudos
Message 13 of 13
(1,040 Views)