Difference between revisions of "EtherCAT:Drive Control Bits"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Category |description=Drive Control Bits. |frontpage=Axystems:EtherCAT This section explains of DS402 implementation of '''Axis.DriveOn''', '''Axis.DriveEnable''' and '...")
 
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Category
+
{{Languages|EtherCAT:Drive_Control_Bits}}
|description=Drive Control Bits.
+
Behavior of '''Axis.DriveOn, Axis.DriveEnable''' '''and Axis.HaltRestart''' is not defined for EtherCAT and CANopen.
|frontpage=[[Axystems:EtherCAT]]
 
  
This section explains of DS402 implementation of '''Axis.DriveOn''', '''Axis.DriveEnable''' and '''Axis.HaltRestart''' with EtherCAT and CANOpen
+
These properties remain for backward compatibility with SERCOS versions.
  
== Write operation to DriveOn ==
+
Setting of DriveOn, DriveEnable and HaltRestart to "0" will disable drive.
  
{| class="wikitable" border="1"
+
Setting of DriveOn, DriveEnable and HaltRestart to "1" is not defined and not recommended.<br/>
|-
 
! Value
 
! DS402 state number
 
! DS402 state
 
|-
 
| 1
 
| 3
 
| Switched On
 
|-
 
| 0
 
| 6
 
| Ready to switchOn
 
|}
 
  
[[Category:Axystems:EtherCAT]]
+
DS402 Drive Control Object (0x6040.0) can be accessed directly with EC_PDO_WRITE command.<br/>
[[Category:Control:Online]]
+
'''Axis.Enable''' property implicitly accesses bit in DS402 Drive Control Object over PDO (object 0x6040.0).<br/>
 +
'''SEE ALSO'''<br/>
 +
* [[EtherCAT:EC PDO READ|EC_PDO_READ]]
 +
* [[EtherCAT:EC SDO READ|EC_SDO_READ]]
 +
* [[EtherCAT:EC SDO WRITE|EC_SDO_WRITE]]

Latest revision as of 07:39, 5 May 2017

Language: English  • 中文(简体)‎

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