11 l_dac_bitstobyte - bit multiplexer, 12 l_dac_bitstodword - bit multiplexer, L_dac_bitstobyte - bit multiplexer ( 93) – Lenze PLC Designer R3-x User Manual
Page 93: L_dac_bitstodword - bit multiplexer ( 93), The l_dac_dataconversion library

Lenze · Commissioning of Lenze drives · 1.3 EN - 06/2014
93
The L_DAC_DataConversion library
L_DAC_BitsToByte - bit multiplexer
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
11.11
L_DAC_BitsToByte - bit multiplexer
This FB converts eight input bits into a value of the "BYTE" type.
Inputs
Outputs
11.12
L_DAC_BitsToDWord - bit multiplexer
This FB converts 32 input bits into a value of the "DWORD" type.
Inputs
Outputs
Function library:
L_DAC_DataConversion
Runtime software licence:
LPC 1x00
MPC 1x00
MPC 2xx0
MPC 3x00
L_DAC_BitsToByte
BOOL ⎯ xBit0...xBit7
byOutput ⎯ BYTE
Identifier/data type
Information/possible settings
xBit0...xBit7
BOOL
Input signal 1...8
Identifier/data type
Information/possible settings
byOutput
BYTE
Value of the "BYTE" type, which results by the bit set.
Function library:
L_DAC_DataConversion
Runtime software licence:
LPC 1x00
MPC 1x00
MPC 2xx0
MPC 3x00
L_DAC_BitsToDWord
BOOL ⎯ xBit0...xBit31
dwOutput ⎯ DWORD
Identifier/data type
Information/possible settings
xBit0...xBit31
BOOL
Input signal 1...input signal 32
Identifier/data type
Information/possible settings
dwOutput
DWORD
Value of the "DOUBLE WORD" type, which results by the bit set.