accLoggerToMem (Function) |
Top Previous Next |
This function will move the contents of the logger to the memory. The acceleration vectors will be stored in memory as 3 DINTs, where the first dint contains the x-axis, the second contains the y-axis, and the third contains the z-axis.
Input: mem : PTR; Address of destination data area.
size : DINT; The size of the memory in bytes.
Output: None.
Returns: INT
Declaration: FUNCTION accLoggerToMem : INT;
Example: INCLUDE rtcu.inc |