02-03-2012 05:09 AM
Don't forget to mark Kudos to posts that help you
Regards
Javed
02-03-2012 05:33 AM
Hi Javed,
How do I pass values to the radio buttons? i Mean, if clicked on port 1 it need to show me pressure. in port 2, it should show me temperature. I am trying it out...but if u have a soln pls let me know.
Regards,
Sushruth.
02-03-2012 06:00 AM
I have passed the string values as you had shown in the pic. But with radio buttons, can i make both the buttuns in OFF state? when the ode starts, user wil see one option in ON state which will confuse him right? hence I want to make both the radio buttons to be off wen the code starts. Only wen pressed it should turn ON.
02-03-2012 06:13 AM
Right-click on the radio control and select "Allow No Selection". That should solve your problem.
Regarding your earlier problem of passing different strings, you can use "case structures".
02-03-2012 07:28 AM
Hi,
I have attached my sample code here:
Its acting a bit strange.
I have configured the messages as: when Port 1 is selected and pressure is selected it needs to display pressure mesage. and if temperature is selected it should display the same. But its not working like this. Can you suggest me a workaround for this problem?
02-03-2012 07:37 AM
Got the solution!!!!