LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

frame

Hi,
 
I have two question. In my programme, there are 10 frames, if
 
1) I don't want to run the whole codes in one frame, but i still want to keep the others in the frame, like use // in C to shield some codes.
 
2) if i want to jump from frame 2 to frame 5, is there a method to do that?
 
Thanks
0 Kudos
Message 1 of 2
(2,434 Views)
1. Starting with LV8 there is a feature to comment code out.
Otherwise use a case thats fed with a boolean constat of, say, True. Put your code into the false case and leave the true case empty.
2. Not that I am ware of, at least in a direct way. Thats a perfect example for using a state machine. Search the examples!

Greetings from Germany!
--
Uwe

0 Kudos
Message 2 of 2
(2,430 Views)