Hi,
I am having trouble saving things to memory. What I am trying to accomplish is to save the current values to memory so that if the program closes and is opened again, everything stays the same.
Right now the program works sometimes and sometimes it doesn't and I'm not sure what the problem is. The window I'm showing you is actually part of a larger data acquisition program. This is the initialization windows and runs first thing. Later in the program, all the values are stored into the global variables. Sometimes, the program restarts with all the global variables = 0 and sometimes it saves the values from the previous run.
Thanks in advance for the help
Yin