CacheJobByName (CJ)
Loads a program into temporary memory.
Information: The program cache must be activated for this!
Input
Syntax: CNJ{JOBNUMBER};{SLOTNUMBER}
| {PROGRAMNAME} | Name of the program to load |
| {SLOTNUMBER} | Corresponds to the station number. The station number is an optional parameter. If this is not specified, then all programs (of all stations) are loaded with this number.. |
Output
| 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
Loads the program 'Demo' into the station 0 in the memory.
Copy
CJDemo;0
0