DIM
The DIM function computes the positive difference of two expressions, e1 and e2, as follows: DIM(e1, e2) = max { 0, e1-e2 }
Format
DIM(e1, e2)Arguments
- e1 e2
- Valid MotionSolve expressions.
Example
<POST_REQUEST
ID = "3"
TYPE = "EXPRESSION"
EXPR1 = "DIM(TIME,1.0)"
/>