NIVeriStandAdd-Ons / Data-Publishing-Service

Data Publishing Service allows users to publish NI VeriStand channels as LabVIEW shared variables. User can connect to the published shared variables e.g. using the Data Dashboard for LabVIEW.
Other
2 stars 2 forks source link

Allow Keeping SL Tags after Undeploy #5

Closed agomez08 closed 4 years ago

agomez08 commented 4 years ago

Fixes #4

Changing service to add extra token to INI file called Tags.UndeployKill. If True, the service deletes used tags in the server when undeploying. If False, the service just closes reference to tags without deleting them from serer. This is useful to avoid keeping configured settings for the tags in the server like retention. Tested changes by using new token with both values.

Also documenting expected functionality for INI file on Readme.

agomez08 commented 4 years ago

HI @eatondan Have you had the chance to look at these changes? Thanks! FYI @cdaughters