Is it possible to use MC_Home without enabling the drive (MC_Power)?
On the drive the homing method 35 (Homing on current position) has to be executed. The drive has to stay disabled due to safety. This is explicitly allowed by the drive.
Unfortunately MC_Home reports the error SMC_REGULATOR_OR_START_NOT_SET when executed.
Are there other options to start homing, if not with MC_Home?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I know, no matter which home mode is selected, the axis must be in Standstill mode to run MC_Home according to PLCopen state machine.
However, if the function you want can already be done from a parameter in the driver of the vendor you are using, you can try to perform the same function by sending the required value to that parameter via communication with the SDO write command.
Regards,
Imdat
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to use MC_Home without enabling the drive (MC_Power)?
On the drive the homing method 35 (Homing on current position) has to be executed. The drive has to stay disabled due to safety. This is explicitly allowed by the drive.
Unfortunately MC_Home reports the error SMC_REGULATOR_OR_START_NOT_SET when executed.
Are there other options to start homing, if not with MC_Home?
Hello,
As far as I know, no matter which home mode is selected, the axis must be in Standstill mode to run MC_Home according to PLCopen state machine.
However, if the function you want can already be done from a parameter in the driver of the vendor you are using, you can try to perform the same function by sending the required value to that parameter via communication with the SDO write command.
Regards,
Imdat
This is a homing routine which is controlled by setting mode of operation and started by setting a bit in the control word.
If MC_Home is not usable for this homing method then I need to implement the same functionality. But how?