11-06-2010 02:18 PM
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?
11-06-2010 02:38 PM
How about saving the value(s) in HD? Do it at each update, periodically, or before completing execution of the program.
11-06-2010 02:47 PM
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.
11-09-2010 07:08 PM
Thanks i`ll do that