Difference between revisions of "EtherCAT:EC SET PFB OBJECT"
m (Text replace - "Axystems:" to "") |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Template:EtherCAT-Advanced_Function |
|DESCRIPTION= | |DESCRIPTION= |
Revision as of 09:14, 22 May 2014
This subroutine associates the PFB command with a certain PDO.
Input
Bus ID, slave address, PDO index, PDO sub-index
Output
None
Return Value
Void
Declaration
public sub EC_SET_PFB_OBJECT(byval busid as long, byval slaveid as long, byval index as long, byval subindex as long)
Syntax
call EC_SET_PFB_OBJECT(<Bus ID>, <Slave address>, <PFB PDO Index>, <PFB PDO Sub-Index>)
Examples
call EC_SET_PFB_OBJECT(busid, slaveAddr, EC_PFB_INDEX, EC_PFB_SUBINDEX)
call EC_SET_PFB_OBJECT(0, 1, 0x6064, 0x00)