-
73
-
11) Example of formula combining calculations
(CH(1)*3-20)/6
(“Raw data of Channel 1”×3-20)÷6
(CH(1)+CH(2))<<
300
When the total of the raw data of Channel 1 and Channel 2 is less than 300, it becomes 1.
ABS(CH(1))>=50
When the absolute value of Channel 1 is 50 or more, it becomes 1.
(PCH(1)>=100)AND(PCH(2)<=50)
When the data of Channel 1 is 100 or more and the data of Channel 2 is 50 or less, it becomes 1.
The following functions can not be used together. The results are not calculated correctly.
ITG, AVE, AVEH, OLD, OLDH, IIR
Example: AVE (OLD (1#10)#60)
→
NG
Conbination of functions
Remarks