Cause of error (P-AXIS-00627)
P-AXIS-00627 | Cause of error (filtering of axis error messages) | |
Description | The individual error codes can be listed as numbers or texts, whereby the entire row must comply with the following syntax: ( number | text ) {, ( number | text ) }
where: number:= CNC error number text:="error-specific text"
Example: error_filter[0].reason "D012:", 123000, 123001
If an error is logged, the program looks in the defined platform/channel/axis filters whether a user-specific filter rule is defined for it. | |
Parameter | error_filter[i].reason where i = 0 ... 3 (maximum number of filters, application-specific) | |
Data type | STRING | |
Data range | Maximum of 96 characters | |
Axis types | T, R, S | |
Dimension | T: ---- | R,S: ---- |
Default value | * | |
Remarks | * Note: The default value of variables is a blank string. |