Difference between revisions of "EtherCAT:Drive Control Bits"

From SoftMC-Wiki
Jump to: navigation, search
Line 11: Line 11:
  
 
DS402 Drive Control Object can be accessed with EC_PDO_WRITE command.
 
DS402 Drive Control Object can be accessed with EC_PDO_WRITE command.
Axis.Enable properly implicitly accesses bit in DS402 Drive Control Object over PDO.
+
Axis.Enable properly implicitly accesses bit in DS402 Drive Control Object over PDO.<\br>
 +
|SEE ALSO=
 +
* [[Axystems:EtherCAT:EC_PDO_READ|EC_PDO_READ]]
 +
* [[Axystems:EtherCAT:EC_SDO_READ|EC_SDO_READ]]
 +
* [[Axystems:EtherCAT:EC_SDO_WRITE|EC_SDO_WRITE]]

Revision as of 09:47, 12 December 2013

{{Category |description=Drive Control Bits. |frontpage=Axystems:EtherCAT

This section explains of DS402 implementation of Axis.DriveOn, Axis.DriveEnable and Axis.HaltRestart with EtherCAT and CANOpen

Behavior of Axis.DriveOn, Axis.DriveEnable and Axis.HaltRestart is not defined for EtherCAT and CANOpen. These properties left for backward compatibility with SERCOS version. Setting of DriveOn, DriveEnable and HaltRestart to "0" will disable drive. Setting of DriveOn, DriveEnable and HaltRestart to "1" is not defined and not recommended.

DS402 Drive Control Object can be accessed with EC_PDO_WRITE command. Axis.Enable properly implicitly accesses bit in DS402 Drive Control Object over PDO.<\br> |SEE ALSO=