Difference between revisions of "EtherCAT:EC ETHERCAT INIT"

From SoftMC-Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Initialize EtherCAT. This subroutine uses two global flags.<br/>
+
Initializes EtherCAT. This subroutine uses two global flags.<br/>
The flag EC_ADDRESS_BY_ALIAS determines whether slave addressing is position based (ZERO) or is done according
+
The flag EC_ADDRESS_BY_ALIAS determines whether slave addressing is position-based (ZERO) or is done according
to dip switch setting (ONE).<br/>
+
to a DIP switch setting (ONE).<br/>
 
The global flag EC_BUSID determines the fieldbus that will be used. Currently only EtherCAT exists, and the flag
 
The global flag EC_BUSID determines the fieldbus that will be used. Currently only EtherCAT exists, and the flag
 
is automatically set to zero. <!-- In the future it will have a bigger role. -->
 
is automatically set to zero. <!-- In the future it will have a bigger role. -->

Revision as of 14:34, 13 January 2015

Initializes EtherCAT. This subroutine uses two global flags.
The flag EC_ADDRESS_BY_ALIAS determines whether slave addressing is position-based (ZERO) or is done according to a DIP switch setting (ONE).
The global flag EC_BUSID determines the fieldbus that will be used. Currently only EtherCAT exists, and the flag is automatically set to zero.

Input

None

Output

None

Return Value

void

Declaration

public sub EC_ETHERCAT_INIT

Examples

call EC_ETHERCAT_INIT