accVectorToForce (Function) |
Top Previous Next |
This function will take the applied values and calculate the total force. Returned values are in mg.
Input: x : DINT The acceleration force measured on the X-axis (mg).
y : DINT The acceleration force measured on the Y-axis (mg).
z : DINT The acceleration force measured on the Z-axis (mg).
Output: None
Returns: DINT
Declaration: FUNCTION accVectorToForce : DINT;
Example: INCLUDE rtcu.inc |