Use this dialog to configure remote restart.
![]() |
Remote Restart dialog |
Check this field to enable remote restart.
Remote restart enables the operator to request that a program is sent from a specific block number, the next time the program is requested. Example: To request that the next time the program 'DOORHANDLE' is sent, it should start from block 2233, the operator must send the following program, where 8888 is the 'Reserved Program' name specified below:
0 BEGIN PGM 8888 MM
1 ; DOORHANDLE
2 ; 2233
3 ; 17
4 END PGM 8888 MM
![]() | The third comment is the number of blocks that should be sent from the beginning of the program before skipping to the specified block. This value can be omitted, in which case the value specified in 'Default start blocks' is used. |
Use this field to specify the program name that should be reserved as the remote restart program name.
Example: If you specify 8888 in this field, the remote restart program must begin with '0 BEGIN PGM 8888'.
Use this field to specify the number of lines that should be sent from the beginning of the file.
The operator can overwrite this value by specifying a value in the 3rd comment of the remote restart program.
Check this field to enable remote restart.
Remote restart enables the operator to request that a program is sent from a specific block number, the next time the program is requested. Example: To request that the next time the program 'DOORHANDLE' is sent, it should start from block 2233, the operator must send the following program, where 8888 is the 'Reserved Program' name specified below:
0 BEGIN PGM 8888 MM
1 ; DOORHANDLE
2 ; 2233
3 ; 17
4 END PGM 8888 MM
![]() | The third comment is the number of block that should be sent from the beginning of the program before skipping to the specified block. This value can be omitted, in which case the value specified in 'Default start blocks' is used. |
Check this field to enable remote restart.
Remote restart enables the operator to request that a program is sent from a specific block number, the next time the program is requested. Example: To request that the next time the program '7733' is sent, it should start from block 2233, the operator must send the following program, where 8888 is the 'Reserved Program' name specified below:
0 BEGIN PGM 8888 MM
1 L X7733.0 R F M
2 L X2233.0 R F M
3 L X17.0 R F M
4 END PGM 8888 MM
![]() | The third X value is the number of blocks that should be sent from the beginning of the program before skipping to the specified block. This value can be omitted, in which case the value specified in 'Default start blocks' is used. |
Check this field if any decimals should be included in the restart line.
Example: If you specify X123.40 as restart line and this field is checked, the server will restart the program from line 12340, otherwise it will be restarted from line 123.
Check this field if any decimals should be included in the program number.
Example: If you specify X123.40 as program number and this field is checked, the server will look for program 12340, otherwise it will look for program 123.
Use this dialog to configure remote restart.
Use this dialog to configure remote restart.