LabVIEW-DCAF / TagEditorCore

The collection of sample projects, libraries, class implementations, and APIs which make up the core of DCAF.
http://www.ni.com/dcaf
Apache License 2.0
8 stars 6 forks source link

Add system information tags #295

Open pollockm opened 7 years ago

pollockm commented 7 years ago

To simplify system management and multi-target systems, we could expose a set of system tags that are written to on program startup:

I see this information useful mainly for adding to log file names, metadata for network comms, etc.

theSloopJohnB commented 7 years ago

This might be best handled by the System Diagnostics module.

Also, this might be better handled as part of the initialization interface. This would most likely be needed during initialization, not runtime.