DuplicateJobByName (DUBJ)
Duplicates a program of a station. The selection is made by program name.
Input
Syntax: DUBJ{PROGRAMNAME};{SLOTNUMBER};{NEWNUMBER};{NEWNAME}
| {PROGRAMNAME} | Name 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 the program 'Demo' of station 0. The new program is created with number 11 and name 'Demo11'.
Copy
DUBJDemo;0;11;Demo11
0