DuplicateJobByNumber (DUBNJ)
Duplicates a program of a station. The selection is made by program number.
Input
Syntax: DUBJ{PROGRAMNUMBER};{SLOTNUMBER};{NEWNUMBER};{NEWNAME}
| {PROGRAMNUMBER} | Number of the program to be duplicated |
| {SLOTNUMBER} | Corresponds to the station number |
| {NEWNUMBER} | New program number |
| {NEWNAME} | New program name |
Output
{COMMAND RESPONSE}
| Command Response | Description |
|---|---|
| 0 | Command was processed successfully |
| 1 | Execute not successful |
| 2 | Incorrect syntax |
| 3 | Serious error during execution |
| 4 | Function not active or manually deactivated |
| 9 | EasySightPro® will be closed |
Example
Duplicates program 10 of station 0. The new program is created with number 11 and name 'Demo11'.
Copy
DUBNJ10;0;11;Demo11
0