System command

Aus Deutschmann Wiki
Zur Navigation springen Zur Suche springen

System commands allow to carry out system functions like reseting the device to factory defaults. System commands can be called from within the script using the command SystemCommand. The Protocol Developer software supports the command beginning with script revision 38. The system commands can be selected by command name or command number.

Example

// calling by command name 
SystemCommand( resetToFactoryDefaults );
// or command number
SystemCommand( 0 );
System commands
No Command name Description
0 resetToFactoryDefaults reset to factory defaults
1-14 reserved reserved
15 not defined abort

Please note that system commands are not available on all UNIGATE devices.

UNIGATE CL

On the UNIGATE CL system commands can additionally be carried out in configuration mode via the rotary switches S4 and S5 on the front of the device.

  1. Start the device in configuration mode (set both switches to „F“ and restart the device).
  2. Set switch S4 to position „C“. The command number will be displayed on the LEDs.
  3. Select a command number with rotary switch S5 according to the above table.
  4. Set the rotary switch S4 back to position „F“.
  5. Set the rotary switch S5 back to position „F“. The command will be acknowledged by blinking of the LEDs before it gets carried out.