07-10-2013 02:13 AM
I got 9 buttons thats needs to work together.
When pressing Bench PWR. The Bench PWR. and OFF goes ON.
When pressing NO LOAD, OFF buttons goes off and Bench PWR. stays on.
When pressing 200VA Unity, NO LOAD goes off and Bench PWR. stays on.
And sow on, the Bench PWR. button must always stay ON, and the other buttons must change.
When pressing Bench PWR. to OFF all buttons goes off.
I also want all the buttons abow Bench PWR. not to work if Bench PWR. is not ON.
07-10-2013 02:44 AM
You can solve this using an event structure that monitors value change for each of the buttons. If you are not already familiar with the event structure, this is a structure that executes a certain code if an event occurs. The event could for instance be a button value change (true to false, or false to true).
In the different events, use a case structure to check the state of the button and change other buttons using property nodes.
07-10-2013 02:49 AM
Got an example for me, completely new whit this.
07-10-2013 02:57 AM
just one event, clicking the main button.
also, have a look at examples/tutorials using event structures.
07-10-2013 04:02 AM
Tanks a loot.
Do you have an example for 2 slave buttons for me, one on and one off, men when other is pressed the other goes off.
07-10-2013 04:04 AM
the example i've given you shows the method you need to use, i suggest you experiment a little with it and you'll soon be able to do what you want 🙂
08-21-2013 12:31 AM
I am gething closer.
Only 2 missing steps left.
1. When SHORT is pressed I want it to go to 400VA UNITY after 5 seconds.
2. When one button is pressed, it cant be pressed again.
08-21-2013 02:19 AM
If i well understand the requirement why you are not planning to use radio button.
Look the attached VI.