Function blocks
22
Operation
The output is the filtered value of input I1. Input I2 is the filtering time.
O = I1 · (1 - e
-t/I2
)
Note:
The internal calculation uses 48 bits accuracy to avoid offset errors.
Connections
Input I1: 24 bit integer value (23 bits + sign)
Input I2: 24 bit integer value (23 bits + sign). One corresponds to 1 ms.
Output (O): 24 bit integer (23 bits + sign)
MASK-SET
Type
Logical function
Illustration
Operation
The block function sets or resets the bits defined in I2 in I1.
Input I1: Word input
Input I2: Set word input
Input I3: Set/reset I2 in I1.
Connections
Input I1: 24 bit integer value (packed boolean)
Input I2: 24 bit integer value (packed boolean)
Input I3: Boolean
Output (O): 24 bit integer value (packed boolean)
MAX
Type
Comparative function
Illustration
Operation
The output is the highest input value.
O = MAX (I1, I2, I3)
Connections
Input I1, I2 and I3: 24 bit integer values (23 bits + sign)
Output (O): 24 bit integer (23 bits + sign)
I1
I2
I3
MASK SET
O
Example with SET
Example with RESET
I1
I2
I3
O
I1
I2
I3
O
0
0
True
0
0
0
False 0
1
0
True
1
1
0
False 1
1
1
True
1
1
1
False 0
0
1
True
1
0
1
False 0
I1
I2
I3
MAX
O
Содержание ACS 800 Series
Страница 1: ...ABB Drives Application Guide Adaptive Program...
Страница 2: ......
Страница 4: ......
Страница 12: ...Adaptive Program 12...
Страница 40: ......
Страница 41: ......
Страница 42: ......
Страница 43: ......