Difference between revisions of "EtherCAT:EC SET PCMD OBJECT"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Axystems:" to "")
m
Line 2: Line 2:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This subroutine associates the PCMD command with a certain PDO.
+
This subroutine associates the PCMD command with a PDO.
  
 
|INPUT=
 
|INPUT=

Revision as of 14:52, 13 January 2015

This subroutine associates the PCMD command with a PDO.

Input

Bus ID, slave address, PDO index, PDO sub-index

Output

None

Return Value

Void

Declaration

public sub EC_SET_PCMD_OBJECT(byval busid as long, byval slaveid as long, byval index as long, byval subindex as long)

Syntax

call EC_SET_PCMD_OBJECT(<Bus ID>, <Slave address>, <PCMD PDO Index>, <PCMD PDO Sub-Index>)

Examples

call EC_SET_PCMD_OBJECT(busid, slaveAddr, EC_PCMD_INDEX, EC_PCMD_SUBINDEX)
call EC_SET_PCMD_OBJECT(0, 1, 0x607A, 0x00)

See Also