6. Registry of Libraries
In this chapter, registries which are used by the libraries of System and SIPanel are described. The I/O Startup Library does not use any registry.
6.1 System Library
The System Library uses the following registries. The values of each registry are automatically updated by dedicated API functions. User is required not to edit the values.
Localmachine\HARDWARE\DEVICEMAP\AlarmWakeUp
Set up “enable” or “disable” of the power ON by alram.
Table 6.1
| Key name | Form | Value | Description |
| Satus | DWORD | 0 | Disable the power ON by alarm. |
|
| 1 | Enable the power ON by alarm. (default) |
LocalMachine\HARDWARE\DEVICEMAP\powerONEvent
Set up “enable” or “disable” of the power ON event notification”.
Table 6.2
Key name | Form | Value | Description |
Status | DWORD | 0 | Disable the power ON event notification. |
|
| 1 | Enable the power ON event notification. |
6.2SIPanel Library
The SIPanel Library uses the following registries. User is required to edit the values of each registry.
LocalMachine\Software\Apps\SIPmanager
Specify a program to start up the SIPanel when the SIP button is pushed by operator.
Table 6.3
Key name | Form | Value | Description |
SIPExeName | SZ | (file name) | Specify a file name of program which is started up |
|
|
| when the SIP button is pushed. |
|
|
| Default is “SIPanel.exe”. |
SIPQuitOpt | SZ | (character string of | Specify a character string of quit option which is |
|
| option) | attached to the program specified by “SIPExeName”. |
|
|
| Default is “/Q”. |
SIPNormOpt | SZ | (character string of | Specify startup option of the program specified by |
|
| option) | “SIPExeName”. |
|
|
| Default is not available. |
Note:
If you wish to disable the SIP button, delete “SipExeName”. If you create your own startup program for the SIPanel using this library, do not forget to delete or change “SIPExeName”. Refer to Chapter 4.2 “Use of SIPanel Library”.
42