2 functions/function blocks, 1 overview, Overview – Lenze DDS Function library PLCToolBox User Manual
Page 9: Function library lenzeplctoolbox.lib, 2functions/function blocks, Functions/function blocks

Function library LenzePLCToolBox.lib
Functions/function blocks
2.1
Overview
2−1
L
LenzePLCToolBox.lib EN 1.5
2
Functions/function blocks
2.1
Overview
Function/function block
Info
L_TBConvCharToByte
(FUN)
Supplies the ASCII code for a character
^ 2−6
Converting single bit values into a value of data type:
L_TBConvBitsToByte
(FUN)
Byte (8 bits)
^ 2−2
L_TBConvBitsToDword
(FUN)
Double word (32 bits)
^ 2−3
L_TBConvBitsToWord
(FUN)
Word (16 bits)
^ 2−4
Outputting the single bit values for a value of data type:
L_TBConvByteToBits
(FB)
Byte (8 bits)
^ 2−5
L_TBConvDwordToBits
(FB)
Double word (32 bits)
^ 2−7
L_TBConvWordToBits
(FB)
Word (16 bits)
^ 2−8
Querying a single bit in a value of data type:
L_TBGetBitOfByte
(FUN)
Byte (8 bits)
^ 2−9
L_TBGetBitOfDword
(FUN)
Double word (32 bits)
^ 2−10
L_TBGetBitOfWord
(FUN)
Word (16 bits)
^ 2−11
Resetting a single bit in a value of data type:
L_TBResetBitOfByte
(FUN)
Byte (8 bits)
^ 2−12
L_TBResetBitOfDword
(FUN)
Double word (32 bits)
^ 2−13
L_TBResetBitOfWord
(FUN)
Word (16 bits)
^ 2−14
Setting a single bit in a value of data type:
L_TBSetBitOfByte
(FUN)
Byte (8 bits)
^ 2−15
L_TBSetBitOfDword
(FUN)
Double word (32 bits)
^ 2−16
L_TBSetBitOfWord
(FUN)
Word (16 bits)
^ 2−17
L_TBSquareWave
(FB)
Generates a Boolean square wave signal with a variable high/low time.
^ 2−18