235
Setting Inspection Conditions
4.11.3 Operators and Functions
Operators
If denominator becomes "0", the calculation will be terminated and an error signal
(ERROR1) will be output.
Up to three parentheses can be used successionally. You cannot use four or
more of them successionally.
Correct: (((A+B)-C+D)+E), Wrong: ((((A+B)-C+D)+E)+F)
Arithmetical Function
Remainder when S0 is divided by S1
Value of S0 multiplied by S1.
Round S to a whole number
Round S down to a whole number
Round S up to a whole number
Difference among INT, ROUND, FLOOR and CEIL
Statistical Function
Maximum value from S-number of results of numerical
calculation No.C
In the case of
CA000=10
CA001=5.8
CA002=3
MAX(0, 3) = 10
MIN(0, 3) = 3
AVE(0, 3) = 6.267
SUM (0, 3) = 18.8
SORT(0, 3, 1, 0)=3
The 0-th (smallest) value
of the ascendingly sorted
results of numerical
Minimum value from S-number of results of numerical
calculation No.C
Average of S-number of results of numerical
calculation No.C
Sum of S-number of results of numerical calculation
No.C
S2th value when sorting S-number of numerical
calculation No.C in order of S1 condition
(0=descending, 1=ascending).