LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use retentive memory?

I need to make a report of good/bad parts in daily an mothly basis, I want to put this data on a indicator but a dont want that this value get lost went the operator turn of the machine at the end of the shift. Does anybody knows how can i use some retentive variable? or other solution?

0 Kudos
Message 1 of 4
(3,269 Views)

How about saving the value(s) in HD? Do it at each update, periodically, or before completing execution of the program.

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
0 Kudos
Message 2 of 4
(3,263 Views)

This is pretty comnonly done with saving the values to an ini file. A more professional version would be saving to a network database so everyone could have access to the information at any time and without needing to run your program.

0 Kudos
Message 3 of 4
(3,260 Views)

Thanks i`ll do that

0 Kudos
Message 4 of 4
(3,201 Views)