Difference between revisions of "EtherCAT:Drive Control Bits"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "CANOpen" to "CANopen")
Line 8: Line 8:
  
 
DS402 Drive Control Object (0x6040.0) can be accessed directly with EC_PDO_WRITE command.<br/>
 
DS402 Drive Control Object (0x6040.0) can be accessed directly with EC_PDO_WRITE command.<br/>
'''Axis.Enable''' properly implicitly accesses bit in DS402 Drive Control Object over PDO (object 0x6040.0).<br/>
+
'''Axis.Enable''' property implicitly accesses bit in DS402 Drive Control Object over PDO (object 0x6040.0).<br/>
 
'''SEE ALSO'''<br/>
 
'''SEE ALSO'''<br/>
 
* [[EtherCAT:EC PDO READ|EC_PDO_READ]]
 
* [[EtherCAT:EC PDO READ|EC_PDO_READ]]
 
* [[EtherCAT:EC SDO READ|EC_SDO_READ]]
 
* [[EtherCAT:EC SDO READ|EC_SDO_READ]]
 
* [[EtherCAT:EC SDO WRITE|EC_SDO_WRITE]]
 
* [[EtherCAT:EC SDO WRITE|EC_SDO_WRITE]]

Revision as of 12:41, 23 October 2014

Behavior of Axis.DriveOn, Axis.DriveEnable and Axis.HaltRestart is not defined for EtherCAT and CANopen.

These properties remain for backward compatibility with SERCOS versions.

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 (0x6040.0) can be accessed directly with EC_PDO_WRITE command.
Axis.Enable property implicitly accesses bit in DS402 Drive Control Object over PDO (object 0x6040.0).
SEE ALSO