On Jul 12, 8:10 am, Reepicheep <x...@no.email> wrote:
> Hi all
>
> I've got the following problem:
> At the moment I'm working with a spectroscope. I have to extract some peaks, which are produced when the ligth is refracted by different materials. And I've got two references saved as global variables to compare with: one is a dark reference (without any light & materials) and one only with the light.
>
> But when I'm restarting my system at the moment, I have to store both references again (because they're just saved within the vi's).
> Is there a possibility to save this variables in a .txt or .xls-file, where they can be easily load from after restarting the program?
>
> Thanks in advance
>
> Dave
If the variables are not written at any moment during the software
execution, you can wire the global variables to those values as
constant at the begining of the program.