Difference between revisions of "EtherCAT:EC CREATE PDOS MAP"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Axystems:Template:EtherCAT-Function |DESCRIPTION= This subroutine creates a map of the process data, determining which PDO belong to which slave. |INPUT= None |OUTPUT= No...")
 
m
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Axystems:Template:EtherCAT-Function
+
{{Languages|EtherCAT:EC_CREATE_PDOS_MAP}}
 +
{{Template:EtherCAT-Advanced_Function
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This subroutine creates a map of the process data, determining which PDO belong to which slave.
+
This subroutine creates a map of the process data objects, defining which PDO belongs to which slave.<br/>
 +
Invoke EC_CREATE_PDOS_MAP after you have specified to the master which slaves you want to work with (by invoking EC_USE_SLAVE).
  
 
|INPUT=
 
|INPUT=
Line 18: Line 20:
 
|SYNTAX=
 
|SYNTAX=
 
call EC_CREATE_PDOS_MAP
 
call EC_CREATE_PDOS_MAP
 +
 +
 +
|SEE ALSO=
 +
* [[EtherCAT:EC USE SLAVE|EC_USE_SLAVE]]
  
 
}}
 
}}

Latest revision as of 09:07, 7 May 2017

Language: English  • 中文(简体)‎

This subroutine creates a map of the process data objects, defining which PDO belongs to which slave.
Invoke EC_CREATE_PDOS_MAP after you have specified to the master which slaves you want to work with (by invoking EC_USE_SLAVE).

Input

None

Output

None

Return Value

void

Declaration

public sub EC_CREATE_PDOS_MAP

Syntax

call EC_CREATE_PDOS_MAP

See Also