CNC objects
For further information on addressing CNC objects, see [FCT-C13//Description].
Activating filter rules
Name | cnc_error_filter_w | |||
Description | The individual filter rules of the platform can be activated and deactivated via the GUI by setting the applicable bitmask. This is dependent on the parameters defined in P-STUP-00188. Therefore, up to 32 different filter rules can be switched. Example of the assigned filter definition:
| |||
Task | COM (Port 553) | |||
Index group | 0x120100 | Index offset | 0x26C | |
Data type | UNS32 | Length | 4 | |
Attributes | write | Unit | - | |
Remarks | See Error filter definition in start-up list |
Name | mc_error_filter_w | |||
Description | The individual filter rules of a channel can be activated and deactivated via the GUI by setting the applicable bitmask. This is dependent on the parameters defined in P-CHAN-00380. Therefore, up to 32 different filter rules can be switched. Example of the assigned filter definition:
| |||
Task | COM (Port 553) | |||
Index group | 0x12010<CID> | Index offset | 0x419 | |
Data type | UNS32 | Length | 4 | |
Attributes | write | Unit | - | |
Remarks |
|
Name | ac_<AID>_error_filter_w | |||
Description | The individual filter rules of an axis can be activated and deactivated via the GUI by setting the applicable bitmask. This is dependent on the parameters defined in P-AXIS-00629. Therefore, up to 32 different filter rules can be switched. Example of the assigned filter definition:
| |||
Task | COM (Port 553) | |||
Index group | 0x120200 | Index offset | 0x<AID>0028 | |
Data type | UNS32 | Length | 4 | |
Attributes | write | Unit | - | |
Remarks |
|
Access to logging mode
Name | cnc_error_manager_mode_r | |||
Description | CNC object to read the error management mode. See P-STUP-00167. | |||
Task | COM (Port 553) | |||
Index group | 0x120100 | Index offset | 0x293 | |
Data type | UN32 | Length/byte | 4 | |
Attributes | read | Unit | - | |
Remarks | The assignments and meanings of the bits are described in the table. |
Name | cnc_error_manager_mode_w | |||
Description | CNC object to write the error management mode. See P-STUP-00167. | |||
Task | COM (Port 553) | |||
Index group | 0x120100 | Index offset | 0x26D | |
Data type | UN32 | Length/byte | 4 | |
Attributes | write | Unit | - | |
Remarks | The assignments and meanings of the bits are described in the table. |
Identifier | Bit assignment | Meaning |
---|---|---|
FILTER_OFF | 0x00004 | No filters are evaluated |
VERBOSE | 0x00008 | Extended internal diagnostics |
WITHOUT_ERROR_MANAGER | 0x00001 | Direct output without error management |
|
|
|
0x00010 | Execute print output | |
LOG | 0x00020 | Log output to log file |
REPORT | 0x00040 | Log output to log file |
SEND_TO_PLC_NONE | 0x20000 | Suppress output to the PLC |
|
|
|
PRINT_EXTENDED | 0x00100 | Extended print output |
LOG_EXTENDED | 0x00200 | Extended log output |
REPORT_EXTENDED | 0x00400 | Extended application-specific output |
|
|
|
PRINT_NO_WARNINGS | 0x01000 | Warnings are suppressed in the print output |
LOG_NO_WARNINGS | 0x02000 | Warnings are suppressed in the log output |
REPORT_NO_WARNINGS | 0x04000 | Warnings are suppressed in the report output |
SEND_TO_PLC_NO_WARNINGS | 0x08000 | Suppress warnings to PLC |
STARTUP_NO_WARNINGS | 0x10000 | Suppress warnings during controller start-up |
NO_WARNINGS | 0x1f000 | Suppress all warnings |
TC3_EVENT_LOGGER | 0x80000 | Output to TC3 Event Logger |
Name | log errors | ||
Description | This object defines whether CNC error messages are output to the PLC: | ||
Task | GEO (Port 551) | ||
Index group | 0x120300 | Index offset | 0x4 |
Data type | BOOLEAN | Length | 1 |
Attributes | read/ write | Unit | [-] |
Remarks | Values : TRUE/FALSE |