Rev 3 Page 34
Source Location Symbols
The 600 Handheld Data Collector uses symbols to refer to source locations.
Alias name, Up to five
characters
Operator Symbols
(C3+C2), (Peak+Peak+Peak)*0+Peak
(C3*N)-.2, Peak*.0005, C3*C4
(C1~2), (Peak~2)/3.1416, (Peak^2)
Start Threshold (Torque) -
- where n overrides the
start threshold defined
for the torque too.
Peak{14.7} Note that n represents an actual torque
value (e.g.. 14.7 lbft, or 19.3 Nm).
You can also allow math calculations on the gage ports of a source that accepts keyboard and/or gage
input, such as: k,-1*peak
Order of Operations
Source expressions are evaluated in standard mathematical order. Anything with parenthesis is
completed first. Multiplication and division are performed before addition and subtraction.
Boolean Operators
A Boolean expression evaluates to either 1 (true) or 0 (false).
if x is greater than y, return 1, else
return 0
((C1>10)+(C1<5))*((C1-
N)*(C2*-1)
if x is less than y, return 1, else
return 0
if x equals y return 1 else return 0