ID-Mobile Global Guide
236
1. Rename the output.
2. Adjust resolution (number of decimal positions) of the output.
3. Adjust dimension of the output.
4. Select conversion function from the list.
Note:
The inputs are assigned to their sources in the sheet by
dragging a wire
from the
input.
Mathematical function multiplication/dividing (A×B/C)
Symbol
Inputs
Input
Type
Range[DIM]
Function
Input A
A
Any
First multiplicant
Input B
A
Same as
'Input 1'
Second multiplicant
Input C
A
Same as
'Input 1'
Divider
Outputs
Output
Type
Range[DIM]
Function
Output
A
Same as
'Input 1'
Result of the mathematical
operation.
Data Invalid
B
N/A
Atribute of invalid data on
output
Description
The block multiplication/dividing (A×B/C) realizes the mathematic operation of three
operands (multiplication and dividing). The function can be used e.g. for scaling of values. In
case of any invalid data on any of the inputs the output of the function is set to the invalid
value -32768 and binary output DataInvalid gets active. The result of multiplication A×B is
calculated as first and is stored into 32 bits long value. Whereas the output register is only 16
bits long value, the divider of the operation (input C) has to be selected properly to match the
output value of the operation into interval <-32767;32767>. If the result of the operation is out
of this range the output of the function is set to invalid value -32768 and the binary output
DataInvalid gets active.