LabVIEW-DCAF / TDMSModule

A background datalogger for TDMS files
https://decibel.ni.com/content/projects/reference-designs-for-distributed-control-systems
Apache License 2.0
6 stars 3 forks source link

Reorder Init VI to avoid error on startup when "Continue on Initialization Error" is checked #58

Open epbray1 opened 5 years ago

epbray1 commented 5 years ago

For example, if you configure an SD card log path, but the SD card is not inserted, an error will be generated that prevents DCAF from launching even if the module is configured to "Continue on Initialization Error". To prevent this error, the file path check needs to occur after the data table allocations for the module: image