Item
|
Description
|
---|---|
input pin Enable
|
you can connect a contact or a boolean connection to enable the block
|
equation network block
|
expression written in ST language
|
output pins
|
OK (O): set when the equation is solved without problems
|
Lower (<): set when the equation result is less than zero
|
|
Equal (=)set when the equation result is equal to zero
|
|
Greater (>)set when the equation result is greater than zero
|
|
Error (E): set when a problem occurred during solving the equation (see table below)
|
Problem
|
Description
|
---|---|
invalid operation
|
An internal message generated by the math coprocessor.
|
overflow
|
A value is too large to be represented in its specified data type.
|
underflow
|
A number is too small to be represented in FP format (for floating point data only).
|
divided by 0
|
The variable, constant, or result of a function directly to the right of a / operator has a value of zero.
|