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

TDMS changes to fix bugs around file paths in configuration and editor #76

Closed debryant closed 5 years ago

debryant commented 5 years ago

Control Refs.ctl: add reference for Logging File Path configuration class: add "log file path" as a string rename "logging path" data accessor to "log directory", and Read/Write logging path vis to Read/Write log directory vis add "log file path" data accessor and VIs from string.vi: load "log file path" from data to string.vi: save "log file path" to datavalidate.vi: update error strings from "no paths provided" to be more descriptive editor class: configuration UI.vi: wire reference to "Logging File Path" control to typedef Initialize UI.vi: case 0: set "logging path" and "backup dir" in TDMS datalogger configuration class inserted new case 3: wire configuration class member "log file path" to Logging File Path value property node LogDirFileName Value Change.vi: wire log file path string to configuration class member "log file path"

DCAF-Builder commented 5 years ago

Bleep bloop!

LabVIEW Diff Robot here with some diffs served up hot for your pull request.

Notice something funny? Help fix me on my GitHub repo.

TDMS datalogger configuration.lvclass--Read log directory.vi.png: capture

TDMS datalogger configuration.lvclass--Read log file path.vi.png: capture

TDMS datalogger configuration.lvclass--Write log directory.vi.png: capture

TDMS datalogger configuration.lvclass--Write log file path.vi.png: capture