17 l_dac_2bytestoword - type converter, 18 l_dac_2wordstodword - type converter, L_dac_2bytestoword - type converter ( 96) – Lenze PLC Designer R3-x User Manual

Page 96: L_dac_2wordstodword - type converter ( 96), The l_dac_dataconversion library

Advertising
background image

The L_DAC_DataConversion library

L_DAC_2BytesToWord - type converter

96

Lenze · Commissioning of Lenze drives · 1.3 EN - 06/2014

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

11.17

L_DAC_2BytesToWord - type converter

This function converts two input values of the "BYTE" type to an output value of the "WORD" type.

Inputs

Output signal
L_DAC_2BytesToWord
- value of the "WORD" type according to the input values transferred

11.18

L_DAC_2WordsToDWord - type converter

This function converts two input values of the "WORD" type to an output value of the "DWORD"

type.

Inputs

Output signal
L_DAC_2WordsToDWord
- value of the "DOUBLE WORD" type according to the input values

transferred

Function library:

L_DAC_DataConversion

Runtime software licence:

LPC 1x00

MPC 1x00

MPC 2xx0

MPC 3x00

L_DAC_2BytesToWord

BYTE ⎯ byInput1

L_DAC_2BytesToWord ⎯ WORD

BYTE ⎯ byInput2

Identifier/data type

Information/possible settings

byInput1

BYTE

Input value 1 ≡ bit 0 ... bit 7 of L_DAC_2BytesToWord

byInput2

BYTE

Input value 2 ≡ bit 8 ... bit 15 of L_DAC_2BytesToWord

Function library:

L_DAC_DataConversion

Runtime software licence:

LPC 1x00

MPC 1x00

MPC 2xx0

MPC 3x00

L_DAC_2WordsToDWord

WORD ⎯ wInput1

L_DAC_2WordsTo

DWORD

⎯ DWORD

WORD ⎯ wInput2

Identifier/data type

Information/possible settings

wInput1

WORD

Input value 1 ≡ bit 0 ... bit 15 of L_DAC_2WordsToDWord

wInput2

WORD

Input value 2 ≡ bit 16 ... bit 31 of L_DAC_2WordsToDWord

Advertising