r/PLC 1d ago

Interroll Power switch off

Hi, I have a little side project as a new employee at my company. I am suppose to have these for rollers run in the same direction. My plc code works, I give a speed output and they all run as intended but when we unplug the power supply and plug it back in all rollers gets stuck in a sort of stop mode. When I press start on my HMI I can see it sends the speed value correctly to the output but nothing happens. The rollers only start if I manually turn them a smidge, almost as if they lost their position and need help finding it. What could be the issue and how to resolve it?

Using a multicontrol bi and EC5000 and a universal full process image

3 Upvotes

14 comments sorted by

4

u/jerjergege CMSE® – Certified Machinery Safety Expert 1d ago

It's a safety stop mode.

If I remember correctly, change one of the settings from error that needs to be reset to warning. I have the manual, if you are still stuck message me.

3

u/jerjergege CMSE® – Certified Machinery Safety Expert 1d ago

Error > Settings > System Errors > Change General Control Error from Warning to Ignore

1

u/LimboGuy69 1d ago edited 1d ago

Do you mean through the web server? In that case the General Control Event was already on ignore

1

u/jerjergege CMSE® – Certified Machinery Safety Expert 1d ago

Yes, the web server, also put all the control error's to ignore.

1

u/LimboGuy69 21h ago

Do you know why I can’t access the multicontroller directly using Ethernet, pc -> multicontroler?
I am trying to use the test panel and run the motors when not being connected to the plc, but everytime I plug the controller straight in to my pc I can’t seem to ping it. Does it have something to do with being a device io?

1

u/jerjergege CMSE® – Certified Machinery Safety Expert 1d ago

Also, reading the manual, it says.

"MultiControl BI: After switching on the motor voltage, wait 30 seconds until all connected RollerDrive are initialized."

Try waiting 30 seconds, then on your HMI press start, it might not be a real issue but a start up time.

https://www.interroll.com/fileadmin/Downloads/User_Manuals/Controls/MultiControl/User_Manual_MultiControl_EN.pdf

1

u/LimboGuy69 1d ago

Yeah the actual thing that is suppose to happen is the rollers are meant to turn a bit when starting, maybe to find themself but mine doesn’t do so

1

u/jerjergege CMSE® – Certified Machinery Safety Expert 1d ago

Check the error log, i'm pretty sure its one of those errors that you should ignore instead of the warning, try putting all error and alarms into ignore.

1

u/LimboGuy69 1d ago

Tried this, but it’s still the same problem.

1

u/LimboGuy69 1d ago

Should it say buscomfail?

1

u/jerjergege CMSE® – Certified Machinery Safety Expert 9h ago

I don't remember mine saying bus comm fail.

But it seems to be an ethernet issue to the PLC, are you only power cycling the MultiControl or are you power cycling the "machine"

1

u/janner_10 1d ago

We use a tonne of these at work, the AOI I made includes the connected tag, so we don't send any signals to the Interroll unless it reports it's connected to the PLC.

This way you can turn off the power and back on and it recovers perfectly.

1

u/LimboGuy69 1d ago

Yeah but mine never goes to a okay mode