Hi all,

I have a Mahomat 600 that I have been trying to get running. Right now, it is not getting into the CNC ready state with an I05 error.
After quite some hours of debugging, I have learned the following:

After holding the ON button for a while to build hydraulic pressure, I press it again and quickly press the CLEAR button.
This enables the 3-phase relay that delivers power to the motor drives.
However, within a second, the relay opens again, the motor drives lose power and the machine shows an I05 error again.

I have found that the 3-phase relay (7K1) is switched by the 19K1 relay, which is linked to the OUT2 bit of the PLC.
When looking at the PLC monitor, I can also see that OUT2 is briefly turned on. That makes sense, because the 3-phase relay also closes during that time.

I made a video that shows the PLC monitor while trying to get the machine into CNC ready:


Before I press any buttons, the following bits are 1:
IN 8, 9, 23, 24, 25
OUT 21, 24, 26

When I press the ON button followed by pressing CLEAR, I get the following for half a second.
During this time, the 3-phase relay is enabled.
IN 5, 6, 7, 8, 9, 15, 17, 21, 23, 24, 25, 30, 31
OUT 2, 11, 13, 21, 24, 26

Then the relay opens again and I see the following:
IN 5, 6, 7, 8, 9, 15, 17, 21, 23, 24, 25, 30, 31
OUT 11, 13, 21, 24, 26

I hope someone could compare these values to a working machine.
If there is a difference, I can try to understand why the PLC opens the 3-phase relay again after half a second.

Thanks!

Best regards,
Daan