JUMO IMAGO F3000 Operating Instructions Manual page 87

Process controller for the meat processing industry
Hide thumbs Also See for IMAGO F3000:
Table of Contents

Advertisement

Functions
IMAGO F3000 / 10.01
Syntax
Function
SQRT(a)
Square root of a
Examples: SQRT(E2)
Finds the lowest value in a string of arguments
MIN (a1, a2 ...)
Examples: MIN(3, 7) (returns the value 3)
MAX (a1, a2 ...)
Finds the largest value in a string of arguments
Examples: MAX(3, 7) (returns the value 7)
LOG(a)
Logarithm to base 10
Examples: LOG(1000) (returns the value 3)
LN(a)
Logarithm to base e
Examples: LN(2.71828128) (returns the value 1)
SIN(a)
Sine of a
a in degrees (0 — 360°)
Examples: SIN(90) (returns the value 1)
COS(a)
Cosine of a
a in degrees (0 — 360°)
Examples: COS(180) (returns the value -1)
TAN(a)
Tangent of a
a in degrees (0 — 360°)
Examples: TAN(45) (returns the value 1)
ABS(a)
Absolute value of a
Examples: ABS(-12) (returns the value 12)
EXP(a)
Exponential function e
Examples: EXP(1) (returns the value 2.718)
INT(a)
Integer portion of a
Examples: INT(8.3) (returns the value 8)
FRC(a)
Decimal portion of a
Examples: FRC(8.3) (returns the value 0.3)
7 Setup Program
SQRT(13.5+E3)
MIN(E1, E2, E3, 0.1)
MAX(E1, E3, E3, 0.1)
LOG(E1/100)
LN(E1/100)
SIN(E1*360/100)
COS (E1*360/100)
TAN(E1*45/100)
ABS(13.5+E3)
a
EXP(E1/100)
INT(E1)
FRC(E1)
85

Advertisement

Table of Contents
loading

Table of Contents