|
Constants for GPP2 Connections
Constant |
Value |
Meaning |
Relevant Use |
CON_AFTER_TOOL CON_PROC CON_CYCLE CON_5X_SWAP |
1 2 3 4 |
After tool change At beginning of procedure Between cycles When swapping two 5X machine solutions |
The "context" of the current connection.
Variable: CON_CONTEXT |
WHEN_TOOLCHANGE WHEN_LONG_CON WHEN_EVERY_CON |
1 2 3 |
After tool change (only) On each "long" connection On every connection |
Controls when to apply a connection through safe position. Variable: SWITCH_TO_SAFE_ CONNECT |
CON_P2 CON_HOME CON_ZERO |
1 2 3 |
Connection target point HOME point Zero (literally, 0.0) |
Used in conjunction with MOVE actions in connection scenarios. |
CON_FAST CON_MAXFEED CON_FEED |
1 2 3 |
Rapid (G00) motion Maximal feed (G01) motion Regular feed (G01) motion |
Used in conjunction with MOVE actions in connection scenarios. |
|