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

From SoftMC-Wiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 +
{{Languages|EtherCAT:EC_SET_STATUS_OBJECT}}
 
{{Template:EtherCAT-Advanced_Function
 
{{Template:EtherCAT-Advanced_Function
  

Latest revision as of 09:34, 7 May 2017

Language: English  • 中文(简体)‎

This subroutine associates the StatusWord with a PDO.

Input

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

Output

None

Return Value

Void

Declaration

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

Syntax

call EC_SET_STATUS_OBJECT(<Bus ID>, <Slave address>, <STATUS PDO Index>, <STATUS PDO Sub-Index>)

Examples

call EC_SET_STATUS_OBJECT(busid, slaveAddr, EC_STATUS_INDEX, EC_STATUS_SUBINDEX)
call EC_SET_STATUS_OBJECT(0, 1, 0x6041, 0x00)

See Also