Hello,
Recently my friend gave me a situation where he need to build a case structure in LabVIEW such that the front panel display variables required in active/ selected case only.
This is actual problem that he gave me. Lets go ahead and see what I had done.
Case-1: Active variables "K" and "L"
Case-2: Active variables "h"
Case-3: Active variable "Sigma" and "F"
Lets us see the block diagram.
Case 1:
Case 2:
Case 3:
I have used visible property in property node for each variable in each case. Only the one need to show up is set TRUE and rest other are set FALSE.
I hope you like it.