Programming
Syntax: | |
#DCC [ON/OFF] [CALL=.. [I<i>=..] [F<j>=..] { I<i>=..}{ F<j>=..} ]
| |
ON | Activate Dynamic Contour Control, analogous to P-CHAN-00384. |
OFF | Deactivate Dynamic Contour Control, analogous to P-CHAN-00384. |
CALL=.. | Type of methods used for Dynamic Contour Control. Permitted identifiers:
|
I<i>=.. | SGN32 value, analogous to the P-CHAN-00389 parameter. where i=0 - 3. The equals sign is mandatory, |
F<j>=.. | REAL64 value, analogous to the P-CHAN-00388 parameter. where j=0 - 3. The equals sign is mandatory, |
The following V.G. variables can be accessed in the NC program:
Variable | Meaning | Data type | Unit for | Permitted |
V.G.DCC.ACTIVE | Indicates whether Dynamic Contour Control is active. | Boolean | 0 / 1 | L |
V.G.DCC.CALL | Indicates the method used for Dynamic Contour Control. 0: EXTERNAL | SGN32 | 0 / 1 | L |
Programming Example
#DCC Dynamic Contour Control variants