ABB · ACS850 Standard Program Firmware
This error occurs when the Mint program attempts to use an event that is not supported by the drive's firmware or hardware. This prevents the intended event-driven logic from executing, potentially causing program failures or unexpected machine behavior.
Click steps to track your progress.
Consult the drive's Mint programming manual for the installed firmware version to verify the list of supported events and their corresponding numbers.
If the event is linked to specific hardware, confirm that the required hardware (e.g., an encoder option card) is physically installed and correctly configured (e.g., P6-01 (Encoder Type)).
Modify the Mint program to use an alternative, supported event type that achieves similar functionality.
Update the drive's firmware to a version that officially supports the desired event, if available and compatible with the application.
Simplify the event logic in the Mint program, breaking down complex event conditions into sequences of simpler, supported events or status checks.