Operation
CS210 Rev. B4 Feb 2015 77
7.2.15 Command Line Options for Deneb
You can tell Deneb which windows to open when initializing. To do that, use the following parameters in
the command line:
• $LOGIN: User name
• $PASSWORD: Password (this parameter is not compulsory if no password exists)
• $PROFILE: Profile
• /REALTIME: Opens the window <Main> <Real time> automatically
• /SHORT: Opens the window <Main> <Historic time> <Short term> automatically
• /LONG: Opens the window <Main> <Historic time> <Long term> automatically
• /DIFFER: Opens the window <Graphic> <Difference between images> automatically
Example 1:
• User ADMIN with password 1234 and RAYTEK profile and real time screen
Then, the program call would be:
Deneb.exe $LOGIN ADMIN $PASSWORD 1234 $PROFILE RAYTEK /REALTIME
Example 2:
• User TEST without password and RAYTEK profile with short and long term history view
Then, the program call would be:
Deneb.exe $LOGIN TEST $PROFILE RAYTEK /SHORT /LONG