DeleteJobByName (DELJ)
Deletes a program of a station. The selection is made by program name.
Input
Syntax: DELJ{PROGRAMNAME};{SLOTNUMBER}
| {PROGRAMNAME} | Name of the program to be deleted |
| {SLOTNUMBER} | Corresponds to the station number |
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
Deletes the program 'Demo' of station 0.
Copy
DELJDemo;0
0