06-09-2017 05:21 AM
Hello,
I'm creating a sub VI, where there's a radio button related to a boolean case and there's an another boolean case under it. in these cases I put the main commands and functions with their local variables. so, when I use this as a sub VI when I'm changing from case to another it doesn't work for example case 1:
x * my = z case 2:
z / x = my case 3:
z/y = x each time a case selected there is one command must not change, but it should give the result
Solved! Go to Solution.
06-09-2017 05:44 AM
That is probably because Your third radiobutton doesn't have a name, and the Case You've assigned to it only runs when the " " (Space) radiobutton is activated. Try to make the labels of each radiobutton visible, and give each one a unique name.
06-12-2017 03:39 AM
I TRIED TO DO SO. BUT THE NAME OF EACH CASE TURN RED IN THE DIAGRAM
AND IT DOESN'T WANT TO COMPILE
06-12-2017 06:13 AM
@sam2017 wrote:
I TRIED TO DO SO. BUT THE NAME OF EACH CASE TURN RED IN THE DIAGRAM
AND IT DOESN'T WANT TO COMPILE
No need to yell (all caps = yelling).
Right click on your radio buttons and select Visible Items->Label. Edit those to match what you want in your case selector.
06-12-2017 09:28 AM
thank you. that what i did
right click on the radio button => property => modify visible item