Bitor - ABB ACSM1 Firmware Manual

Motion control drives, speed and torque control program
Hide thumbs Also See for ACSM1:
Table of Contents

Advertisement

BITOR

(10036)
Illustration
Execution time
Operation
Input
Output
BSET
(10037)
Illustration
Execution time
Operation
Inputs
0.32 µs
The output (O) bit value is 1 if the corresponding bit value of any of the inputs (I1 or I2)
is 1. Otherwise the output bit value is 0.
Example:
I1
1 1 1 0 0 0 0 0 1 1 1 0 0 1 0 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1
I2
0 0 0 0 0 1 1 1 0 0 1 0 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 1 1 1
O
1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 1
Input (I1, I2): DINT
Output (O): DINT
1.36 µs
The value of a selected bit (BITNR) of the input (I) is set as defined by the bit value input
(BIT). The function must be enabled by the enable input (EN).
BITNR: Bit number (0 = bit number 0, 31 = bit number 31)
If BITNR is not in the range of 0...31 (for DINT) or 0...15 (for INT) or if EN is reset to
zero, the input value is stored to the output as it is (i.e. no bit setting occurs).
Example:
EN = 1, BITNR = 3, BIT = 0
IN = 0000 0000 1111 1111
O = 0000 0000 1111 0111
The input data type is selected by the user.
Enable input (EN): Boolean
Number of the bit (BITNR): DINT
Bit value input (BIT): Boolean
Input (I): INT, DINT
265
Standard function blocks

Advertisement

Table of Contents
loading

Table of Contents