Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Stop

Hello,

I have the following problem: while my robot is moving in automatic mode, if I push the Stop button on the Flex Pendant, then I am not able anymore to restart.
Inside the errors memory the code 20142 appears.

Anybody can help me?

Thank you in advance!
Tagged:

Comments

  • This error is a the start system input (from a PLC?) being rejected - probably because the robot was moving when stopped and has moved too far off the planned path for it to regain (return) to the path automatically.

    Try using the stop system input instead of the stop button on the FlexPendant as this will stop the robot on the programmed path (but so should the FlexPendant stop button)

    Or if you can wait for the robot to finish its movement use the stop at end of instruction system input.