LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Test steps for state machine

An alternate, but slightly more advanced approach would be to use a Factory Pattern to generate objects from an INI file. I've been using those objects to represent my states and to select what state to use through the command pattern

 

Personally, I would find that easier to follow than all the string to enum conversions. But if you aren't familiar with LVOOP there would be a bit of a learning curve Smiley Wink

0 Kudos
Message 11 of 13
(459 Views)

It is always interesting to learn new things about Labview, but unfortunately, I don't have enough time Smiley Sad

0 Kudos
Message 12 of 13
(453 Views)

Yeah, that's understandable. Maybe at least read about those thigns and chew on them so you can implement them when you hopefully have more time. Smiley Happy

0 Kudos
Message 13 of 13
(449 Views)