LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Making enum with string cases


@jyang72211 wrote:

I had the same concern with Agile, but the person who was in charge said that good planning is required before the agile process starts.  However, I think people so caught up with Agile that they forget to plan. 


I think it's more a case of mislabeling. Smiley Wink

 

They start out without any plan and then think, ohh, sh.. I did something wrong. Well I call it Agile development, then I'm at least on paper in the clear and it's not my fault that it doesn't work.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 21 of 26
(877 Views)

Run this VI.

Single-click on your desired case structure.

Click on the "Create Enum" button.

Message 22 of 26
(872 Views)

@paul_a_cardinale wrote:

Run this VI.

Single-click on your desired case structure.

Click on the "Create Enum" button.


Very cool.  I've done pleny of scripting but how did you create the "Selection Change" event case?  When I go to edit the event case I do not have that option under <Application>.

Message 23 of 26
(867 Views)

It's probably one of these in LabVIEW.INI:

SuperPrivateScriptingFeatureVisible=True
SuperSecretPrivateSpecialStuff=True
SuperPrivateSpecialStuff=TRUE

Message 24 of 26
(862 Views)

@paul_a_cardinale wrote:

It's probably one of these in LabVIEW.INI:

SuperPrivateScriptingFeatureVisible=True
SuperSecretPrivateSpecialStuff=True
SuperPrivateSpecialStuff=TRUE


For some reason I thought that these weren't needed anymore and that all that was needed was to enable scripting in the Tools >  Options menu.

Message 25 of 26
(851 Views)

Hoovah, you are correct, with one exception.  One of those turns on a lot of private stuff which can rapidly get you in a lot of trouble (yes, I know from experience). Just say no.

Message 26 of 26
(837 Views)