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

File Name Requires .tdms but Doesn't Notify User #30

Closed Beazurt closed 7 years ago

Beazurt commented 7 years ago

Ideally we append the file extension ourselves (it is the .tdms module after all), but if we want the user to add the file extension then we should warn them in the UI.

Also, if the extension isn't added, the module ends up creating a file anyway at runtime using the module's GUID for the file name, instead of using the name the user entered. This is also confusing behavior that could be improved.

jwgorman commented 7 years ago

Acceptance Criteria: