FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
07-07-2022 09:46 AM - edited 07-07-2022 09:47 AM
Hello,
I'm trying to use Panasonic drive MADLN05BE with Motion app.
Core version is RM22.03. Motion app and EtherCAT Master app are 1.14.0.
EtherCAT status was normally switched to OP, and I can control with via controlword in PLC app.
However, when I change the Motion app state to operation mode then, I receive error.
AxisProfile state machine error : Switch state machine to "Running" failed
I changed the AxisProfile to "COE_CALC_CONTROL" following the guide of this Link, but same error occur again.
The more I can't understand is that Axis configuration error occurs sometimes after change the controlword in the PLC app (I don't know exact condition). After changing the axis type I can access to the motion app.
But another error occur when I power on in the commissioning.
Parameters that I can handle in the drive side are very limited. So, I'm keep trying to change in controller side.
Does any one know the solution any of these?
Solved! Go to Solution.
07-12-2022 11:29 AM
Hello,
Thanks for your feedback.
I think the first statemachine problem is caused by the device type, which on control side is different from drive side.
In the picture, drive side device type is rotational, control side is linear, ther are different.
To solve this problem, i think you can switch the axis type (control side)to rotational, then try switching to run.
You can also try switching the device type on the drive side and keep the same type with control.
07-13-2022 03:05 AM - edited 07-13-2022 03:33 AM
Hello
I had a same problem with the third party drive: Delta ASDA-B3 Series, also can not powered the axis.
After that, I use datalayer to control the axis, it can powered and jog without problem.
The motion was in Operation mode already btw.
07-13-2022 06:16 AM
Hi guys,
The setup process was a bit complicated, but it worked. MOTION app and KinInterface template works perfectly.
First, you can see detailed digonostics if you change the value of : Datalayer/trace/rexroth-automationcore/units false -> true
In my case, there is error : currunet drive operation mode : Unknown, which is not supported
For Panasonic drives, 0x6060 Mode of Operation should be set to 8 (CSP). Then I can enable the operation mode. Changing value of startup parameter or default value in ESI file was not ok. I had to set the value at PLC engineering tool via PDO. This is little bit starange, but I don't know if it's a drive problem or MOTION app problem.
Power problem was also cleared when I use KinInterface template in PLC program.
01-25-2023 03:34 PM