Difference between revisions of "EtherCAT:EC SET PFB OBJECT"
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Languages|EtherCAT:EC_SET_PFB_OBJECT}} |
+ | {{Template:EtherCAT-Advanced_Function | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This subroutine associates the PFB command with a | + | This subroutine associates the PFB command with a PDO. |
|INPUT= | |INPUT= | ||
Line 27: | Line 28: | ||
* [[EtherCAT:EC SET CTRL OBJECT|EC_SET_CTRL_OBJECT]] | * [[EtherCAT:EC SET CTRL OBJECT|EC_SET_CTRL_OBJECT]] | ||
* [[EtherCAT:EC SET STATUS OBJECT|EC_SET_STATUS_OBJECT]] | * [[EtherCAT:EC SET STATUS OBJECT|EC_SET_STATUS_OBJECT]] | ||
− | * [[ | + | * [[EtherCAT:EC SET VCMD OBJECT|EC_SET_VCMD_OBJECT]] |
* [[EtherCAT:EC SET PEXT OBJECT|EC_SET_PEXT_OBJECT]] | * [[EtherCAT:EC SET PEXT OBJECT|EC_SET_PEXT_OBJECT]] | ||
* [[EtherCAT:EC SET TRQCMD OBJECT|EC_SET_TRQCMD_OBJECT]] | * [[EtherCAT:EC SET TRQCMD OBJECT|EC_SET_TRQCMD_OBJECT]] |
Latest revision as of 09:31, 7 May 2017
Language: | English • 中文(简体) |
---|
This subroutine associates the PFB command with a 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)