Skip to content

Configuration file library written in LabVIEW; Drop-in replace for NI's Configuration Library.

License

Notifications You must be signed in to change notification settings

rcpacini/LabVIEW-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabVIEW-Config

Configuration file library written in LabVIEW.

  • Drop-in replacement for NI's Configuration Library.
  • Uses no references, passes data in a public cluster (i.e. anyone can access/modify).
    • NI's library uses a single element queue type cast as strict datalog refnum & private VIs.
  • Supports ';' and '#' comments.
  • Supports '\t' (Tab), '\r' (Carriage Return) & '\n' (Line Feed) escape characters.
[section]
key = value
; comment

[My Section]
My Key=3.14; Add a comment here

Gettings Started

Refer to the /Examples/ VIs for usage.

LabVIEW-Config Demo

Testing

Run the /Tests/Test All.vi to verify the configuration library functionality.

If successful, the All Passed boolean should be true.

About

Configuration file library written in LabVIEW; Drop-in replace for NI's Configuration Library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published