This function allows reading a data area from a known master IOlink (AXL_SE_IOL4).
NOTE: In RDE, to date, there is no IOlink configurator.
Syntax |
i32 axio_iol_r (i32 rid, i32 slot, i32 buff[], i32 buffSize) |
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rid |
Robox ID |
||||||||||||||
slot |
Device location (1-:-63) |
||||||||||||||
buff |
Array of i32 where IOlink data will be read |
||||||||||||||
buffSize |
Size in number of bytes of buff |
||||||||||||||
Result |
Returns:
|
||||||||||||||
Validity |
Task |
||||||||||||||
Note |
To understand the rid and slot parameters associated with modules, read the 'Configuration' section of axioline communication. The contents and actual length of the buffer depend only on the devices connected to the IOlink master. The meaning and format of individual data also depend only on the connected devices |
Example usage:
|