VI Scripting Pattern
May 16 2013
Follow this design pattern to product readable VI scripting code.
- Related Categories:
- Technical Discussion
Follow this design pattern to product readable VI scripting code.
Serializing data can be a chore. Picking file formats, editing code as data types change, maintaining backwards compatibility and other challenges make this a tricky and time consuming part of our code.
The MGI Read/Write Anything library make that easy though. It easily converts any LabVIEW data type into a human readable INI file.