Hello B&R Community members,
I’m learning how to use a AcoposMicro 100D drive. I don’t have B&R motors to learn with, but I do have a 24V Beckhoff motor that I think could integrate with the AcoposMicro. I created a simple project to try to move the servomotor, but when I try to start it, Mapcockpit gives me an error saying that PLCopen can’t start it because the axis is incorrectly configured. I’ve attached screenshots of the documentation I’ve consulted, as well as the parts where I’ve configured the motor in Automation Studio 4.12.
Something that seems promising is that if I manually move the servomotor shaft, it does change position in the Mapcockpit window. What do you recommend I read or change in order to move the servo? Or is it just not compatible with the drive?
Any advice is greatly appreciated. Thank you for reading my post!
PROGRAM _INIT
(* Insert code here *)
Eje1Fub.Enable:= TRUE;
Eje1Fub.MpLink:= ADR(gEje1);
Eje1Fub.Parameters:=ADR(Eje1Par);
END_PROGRAM
PROGRAM _CYCLIC
(* Insert code here *)
Eje1Fub();
END_PROGRAM
PROGRAM _EXIT
(* Insert code here *)
END_PROGRAM








