User Manual
MCP Series
Brushed DC Motor Controllers
MCP Series User Manual
128
Operator Description
MAX Limits the expression to a maximum value
MIN Limits the expression to a minimum value
DIG Returns the specied digits value
<< Shift left by specied amount.
>> Shift right by specied amount.
& Binary math AND.
| Binary math OR.
^ Binary math XOR.
&/ Binary math NAND.
|/ Binary math NOR.
^/ Binary math NXOR.
= Is equal to.
<> Is not equal to.
< Is less than.
> Is greater than.
<= Is less than or equal to.
>= Is greater than or equal to.
AND Logical AND.
OR Logical OR.
XOR Logical XOR.
NOT Logical NOT.
TOINT Convert a Floating Point value to a Integer
TOFLOAT Convert an Integer value to a Floating Point
FABS Floating Point Absolue value
FSQRT Floating Point Square Root
FSIN Floating Point Sine
FCOS Floating Point Cosine
FTAN Floating Point Tangent
FASIN Floating Point ArcSine
FACOS Floating Point ArcCosine
FATAN Floating Point Arc Tangent
FSINH Floating Point Hyperbolic Sine
FCOSH Floating Point Hyperbolic Cosine
FTANH Floating Point Hyperbolic Tangent
FATANH Floating Point Hyperbolic ArcTangent
FLN Floating Point Natural Log
FEXP Floating Point Exponent