Delta Tau GEO BRICK LV Reference Manual

Page of 760
Turbo PMAC/PMAC2 Software Reference
 
Turbo PMAC Program Command Specification 
 427 
If no buffer is open when this command is sent to PMAC, it will be executed immediately as an on-line 
command. 
Examples
DISABLE PLC 1 
DISABLE PLC 4,5 
DISABLE PLC 7..20 
DIS PLC 3,8,11 
DIS PLC 0..31 
See Also: 
I-variable I5 
On-line commands ENABLE PLCDISABLE PLCENABLE PLCCDISABLE PLCCPAUSE PLC
RESUME PLC<CONTROL-D> 
Program command ENABLE PLCDISABLE PLCCENABLE PLCCPAUSE PLCRESUME PLC 
DISABLE PLCC {constant}[,{constant}...]  
Function: 
Disable Compiled PLC Programs 
Type: 
Motion program (PROG or ROT), PLC program (uncompiled or compiled), 
except for PLC 0 and PLCC 0 
Syntax: 
DISABLE PLCC {constant}[,{constant}...] 
 
DISABLE PLCC {constant}[..{constant}] 
 
DIS PLCC {constant}[,{constant}...] 
DIS PLCC {constant}[..{constant}] 
where: 
 
each {constant} is an integer from 0 to 31 representing the compiled PLC number 
This command disables the operation of the specified compiled PLC (PLCC) programs.  The programs 
are specified by number, and can be used singly, in a list separated by commas, or in a continuous range. 
Note: 
This command should not be used in a foreground PLC – either uncompiled PLC 0 
or compiled PLCC 0 – as its operation cannot be guaranteed in these programs. 
I-variable I5 is a separate master control of PLC program operation.  Think of the two bits of I5 as two 
master circuit breakers for a house, and the individual PLC and PLCC enable/disable bits as separate light 
switches within the house.  Both the master breaker and the switch must be on for the PLC to operate.  
The breakers and the switches can be operated independently without affecting the setting of the others. 
Examples: 
DISABLE PLCC 1 
DISABLE PLCC 4,5 
DISABLE PLCC 7..20 
DIS PLCC 3,8,11 
DIS PLC 0..31 
See Also: 
I-variable I5 
On-line commands ENABLE PLCDISABLE PLCENABLE PLCCDISABLE PLCC<CONTROL-D> 
Program command ENABLE PLCDISABLE PLCENABLE PLCC