Hello terblah,
you´re able to change the startup values for your datalogger.
INI files are platform-independent configuration files that can be used to modify certain parameters of your executable.
After you run your executable for the first time, you might find that "YourApp.ini" is just an empty file created by "YourApp.exe." Unless you change options in your executable (i.e., Tools >> Options), this file will likely remain empty. For example, if you go to Tools >> Options >> Colors >> and change the colors of your front panel, these new settings will be saved in "YourApp.ini." The INI file might look something like this:
[YourApp]
prefDlgTestData=1234
menu.foreground=00FF2A59
postScriptLevel2=False
colorHistoryItemA=001247FF
colorHistoryItemB=00FF2A59
The next time you open "YourApp.exe" it will read "YourApp.ini" and change the default colors accordingly.
For further information and example look
here.
Regards
Message Edited by Indiana on 04-21-2005 09:05 AM