Difference between revisions of "EtherCAT:EC SET PEXT OBJECT"
m (Text replace - "Axystems:" to "") |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|EtherCAT:EC_SET_PEXT_OBJECT}} | ||
{{Template:EtherCAT-Advanced_Function | {{Template:EtherCAT-Advanced_Function | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This subroutine associates the Position | + | This subroutine associates the External Position with a PDO. |
|INPUT= | |INPUT= |
Latest revision as of 09:27, 7 May 2017
Language: | English • 中文(简体) |
---|
This subroutine associates the External Position with a PDO.
Input
Bus ID, slave address, PDO index, PDO sub-index
Output
None
Return Value
Void
Declaration
public sub EC_SET_PEXT_OBJECT(byval busid as long, byval slaveid as long, byval index as long, byval subindex as long)
Syntax
call EC_SET_PEXT_OBJECT(<Bus ID>, <Slave address>, <PEXT PDO Index>, <PEXT PDO Sub-Index>)
Examples
call EC_SET_PEXT_OBJECT(busid, slaveAddr, EC_PEXT_INDEX_20B6h, EC_PEXT_SUBINDEX_00h)
call EC_SET_PEXT_OBJECT(0, 1, 0x20B6, 0x00)