LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

print case statement

I have a case statment with a string entered to the selector.  There are dozens of possible selections in the case statement.  Is there a way I can print out all of the cases (just the titles, not the block diagrams)?
0 Kudos
Message 1 of 2
(2,496 Views)

There are dozens of possible selections in the case statement.

Usually when I read this a red flag goes up in my head.

As far as I know there's no direct, built-in mechanism to do this without resorting to VI scripting, and for LabVIEW 8 you need a license to do scripting. You can right-click on the case structure and select "Rearrange cases" and then get screenshots of the list as you scroll down by page.

As for the scripting option I whipped up a VI written in 7.1 (in which you can do scripting without a license), and if you open it in 8 it will run. However, I'm not sure about the legality of uploading it given the licensing requirement for scripting on LabVIEW 8.
0 Kudos
Message 2 of 2
(2,480 Views)