Bit Manipulation FUs/FBs

 

The blocks contained in the <Bit_Util> library can be used to edit bit stream data types on bit level.

NOTE:

Term definition: Standard = non-safety-related

The term "standard" always refers to non-safety-related items. Exam­ples: a standard process data item is only read/written by a non-safety-related I/O device (i.e., a standard device). Standard vari­ables/functions/FBs are non-safety-related data. The term "standard controller" designates the non-safety-related controller.

NOTE:

The Bit Utility library provides safety-related and standard blocks. Note that standard functions/function blocks are only allowed for programming standard program parts. When programming a safety-related application, a strict separa­tion between safety-related and standard logic (networks) is required.

Available bit manipulation functions

Function

Description

BIT_TEST

Reads the value of a particular bit in a bit string

GET_LSB

Reads the value of the LSB of a bit string

GET_MSB

Reads the value of the MSB of a bit string

I_BIT_IN_*

Inverts a particular bit in a bit string

R_BIT_IN_*

Resets a particular bit in a bit string to FALSE

S_BIT_IN_*

Sets a particular bit in a bit string to TRUE

SET_LSB

Writes a given value to the LSB of a bit string

SET_MSB

Writes a given value to the MSB of a bit string

SWAP

Interchanges LSB and MSB of a bit string

Available bit manipulation function blocks

Function block

Description

Assembling / Splitting FBs

Assembling / splitting FBs for BOOL/BYTE/WORD/DWORD data types