EtherCAT:EC CREATE PDOS MAP

From SoftMC-Wiki
Revision as of 14:52, 4 January 2015 by Nigeller (talk | contribs)
Jump to: navigation, search

This subroutine creates a map of the process data objects, determining which PDO belongs to which slave.
Invoke EC_CREATE_PDOS_MAP after you have told the master with which slaves you would like to work (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