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

Remove strings from list of loggable tags/save Lines to config file #70

Closed seanpclose closed 5 years ago

seanpclose commented 5 years ago

change "tags" column to be mappable to enable left-click functionality create tag callback VI update to string and from string VIs to save lines to file store file properties as lines update create test config to use lines for file properties update serialization to test line serialization update subscription test to remove File Property Lines from channel list

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--add line.vi.png: capture

TDMS datalogger configuration.lvclass--from string.vi.png: capture

TDMS datalogger configuration.lvclass--to string.vi.png: capture

TDMS datalogger editor node.lvclass--Add Channel to Objects.vi.png: capture

TDMS datalogger editor node.lvclass--Callback Change Tag.vi.png: capture

TDMS datalogger editor node.lvclass--Connect Channels.vi.png: capture

TDMS datalogger editor node.lvclass--define columns.vi.png: capture

TDMS datalogger editor node.lvclass--refresh table model.vi.png: capture

TDMS datalogger runtime.lvclass--init.vi.png: capture

tdms logger tests.lvlib--channel operation tests.vi.png: capture

tdms logger tests.lvlib--create test channels.vi.png: capture

tdms logger tests.lvlib--serialization tests.vi.png: capture

tdms logger tests.lvlib--subscription test.vi.png: capture

tdms logger tests.lvlib--tdms test.vi.png: capture