LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
ljmoseley

Notify User if Control Data has been changed and allow to save instead of exiting and losing all changes!

Status: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined. 

When you update a value in a control (specially something as large as a table with hundreds of values changed) on  a VI, LabView doesn’t know or tell or warn you when you exit the VI that there are changes to the values (IT SHOULD AT LEAST WARN YOU)!

 

If you change the slightest wire/diagram/etc., it warns you to save and has the "*" on the end of the UI/VI title!

 

WHY NOT do that on the controls? Rather than having to always remember to Right Click, “Save Current Values as Default”…

 

We LOST HOURS of work/typing (after saving many times, thinking it saved the values – specially in a table)!

15 Comments
ChristopherPovey
Member

It would be nice for Global Variable VI's though. You create a Global Variable VI, add an array of strings. Enter 30 values. Hit save. Close it down (no warnings). Open it up the next day - empty array! Smiley Mad

Christopher Povey

Principle Test Systems Engineer for BAE Systems.
crossrulz
Knight of NI

That's because you need to save the values as the default.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Intaris
Proven Zealot

Instead of using a Global for this, try using a VI with a constant in it.  Wire up the output from the cosntant and give the VI a nice icon.  Then, any changes you make to the data will be retained when saving the VI.  A Global is designed to be written to and read from, therefore it should NOT save any data changes.

tst
Knight of NI Knight of NI
Knight of NI

For globals, the idea you're looking for is this one - http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Adding-CONSTs-to-LabVIEW/idi-p/942213


___________________
Try to take over the world!
Darren
Proven Zealot
Status changed to: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined.