Difference between revisions of "CANopen:SET CFB PDO DADD"
m (Text replace - "CANOpen" to "CANopen") |
m (Lisa moved page CANOpen:SET CFB PDO DADD to CANopen:SET CFB PDO DADD: correction of CANopen) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Template:CANopen | + | {{Template:CANopen Firmware Functions |
|DESCRIPTION= | |DESCRIPTION= |
Latest revision as of 14:54, 26 August 2014
Set COBID and location of 16-bit Current Feedback inside RPDO.
Do not confuse with Torque Demand!
Input
dadd: device address (physical network address)
cobid: CAN COBID
offset: offset inside PDO, starting from 0
size: in bytes, for example 0x607a.0 is 4 bytes long
Output
None
Return Value
None
Declaration
import_c SET_CFB_PDO_DADD(byval as long,byval as long,byval as long,byval as long)
Syntax
SET_CFB_PDO_DADD(<dadd>,<cobid>,<offset>,<size>)
Exceptions
None
Examples
SET_CFB_PDO_DADD(1,0,0,0) ' Unmap current feedback
SET_CFB_PDO_DADD(1,0x180,2 , 2) ' Current feedback is located in bytes 2,3 of RPDO with COBID 0x180