UncacheJobByName (UCJ)

Unloads a program from temporary memory.

Information: The program cache must be activated for this!

Input

Syntax: UCNJ{JOBNUMBER};{SLOTNUMBER}

{PROGRAMNAME} Name of the program to unload
{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

Unloads the program 'Demo' from station 0 from memory.

Copy
UCJDemo;0
0