LabVIEW-DCAF / CVTModule

Tag bus module interface for transferring data to or from CVT
https://decibel.ni.com/content/projects/reference-designs-for-distributed-control-systems
Other
7 stars 4 forks source link

Possible issue with CVT module restart #8

Open GCraftsman opened 8 years ago

GCraftsman commented 8 years ago

I could be wrong... 'CVT runtime.lvclass:close.vi' should probably call 'Clear Current Value Table.vi' so that if you reload a configuration without restarting the Main application, you'll get a fresh CVT. I haven't tested behavior of this... it's just an assumption.

Beazurt commented 7 years ago

I'm not sure what ideal behavior should be for this. In some cases a fresh CVT might be desired. In other cases leaving the last value seems like it would be much safer. I think we could add a configuration option to the editor for something like 'Clear CVT on Close' that users could opt into as a compromise.