Hello, I want to send a command to a ctrlXDrive in order to unpark the axis. I want to use a SoftMotion FB "SMC3_ETC_ExecuteCommand_SoE" The parameter used to unpark the axis is S_0_0139_0_150; So it means 9830539. the probelm is that this value is not a UINT. fbMB_Command_UnPark( xExecute:= StepUnPark=10 AND PmActif, xDone=> , xBusy=> , xError=> , eError=> , xAbort:= , uiIDN:= ,//9830539, // S139.150.0 pAxis:= ADR(MonAxe), pEncoder:= , dwErrorCode=> ); Could you please tell me How to solve this issue? Thank you very much for your help Frédéric
... View more