Difference between revisions of "EtherCAT:EC PDO WRITE"

From SoftMC-Wiki
Jump to: navigation, search
Line 19: Line 19:
  
 
|SYNTAX=
 
|SYNTAX=
retVal = EC_PDO_WRITE(<Slave address>, <PDO index>, <PDO sub-index>, <new value>)
+
call EC_PDO_WRITE(<Slave address>, <PDO index>, <PDO sub-index>, <new value>)
  
 
|EXAMPLE=
 
|EXAMPLE=
retVal = EC_PDO_WRITE(2, 0x6071,0, 5)  '  Write VCMD PDO
+
call EC_PDO_WRITE(2, 0x6071,0, 5)  '  Write VCMD PDO
  
  

Revision as of 15:46, 10 January 2013