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

fix for #30 #33

Closed theSloopJohnB closed 7 years ago

theSloopJohnB commented 7 years ago

Fixes #30 by automatically appending .tdms to a file that does not have .tdms already in it.

Also, the UI will now display the full file path to the user.

I combined two cases of the event structure so that updating the file name or path controls will both update the file name indicator.

pollockm commented 7 years ago

Received! Reviewing manually for the moment, since we don't have review infrastructure set up yet.

pollockm commented 7 years ago

Tests pass, looks good. Fixes #30