04-26-2016 08:23 AM
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.
04-26-2016 08:28 AM
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"
04-26-2016 08:56 AM
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