ABB · ACS880
The 'EventType' input for the application event function block has been set to an unsupported value. Valid types include Fault (1), Warning (2), and Pure (8). This error indicates an attempt to use an unrecognized event classification, preventing proper logging or processing.
Click steps to track your progress.
1. Locate the application event function block in the PLC program and verify the 'EventType' input is set to 1 (Fault), 2 (Warning), or 8 (Pure).
2. Implement data validation in the PLC program to explicitly check the 'EventType' input before passing it to the function block, ensuring it is one of the valid enumerated values.
3. Monitor the data values on the communication bus for the 'EventType' parameter using a network analyzer to detect potential data corruption.
4. If using an HMI for event triggering, confirm the HMI software is sending the correct numeric representation for each event type.