Error cause (P-CHAN-00378)
P-CHAN-00378 | Error cause (filtering error messages in the channel) |
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 |
Dimension | ---- |
Default value | * |
Remarks | * Note: The default value of variables is a blank string. |