04-09-2013 03:46 AM
Here if i press ON Button Combobox should change to ON Led should turn ON& if i press OFF Button Conboxbox should change to OFF & Led should turn OFF.
How to make this using block diagram, which property i have to take for combo box.
Thanks in advance:)
Solved! Go to Solution.
04-09-2013 04:04 AM
Hi
Why do you have a Combo box and not a string indicator?
If you are only using to Combobox to show On/Off value as per the button click, you could instead use a String indicator and Write 'On' into it when On button is true and vice-versa
If you can post your code, we can help you in getting it done.
You should use and Event structure with value change events defined for On and Off buttons. use property nodes of the combo box/ string/ LED inside these events and set their Value propery as the expected behavior.
04-09-2013 04:11 AM
Hi,
How to set the Property of Combobox, which property i have to take i tried String Values property node it was not changing.
Can u please tell me the answer.
04-09-2013 04:15 AM - edited 04-09-2013 04:15 AM
04-09-2013 04:35 AM
I got the solution. Thanks Peter. I am using integer combobox.
04-09-2013 04:40 AM
Hello Harish,
That's a Ring Control.
But good you found the solution. 🙂
Regards,
Bijay