Function library lenzedrive.lib, Special functions – Lenze DDS Function library Drive User Manual

Page 74

Advertising
background image

2.7.1

Transparent mode with keypad 9371BB/9371BC (L_Display9371BB)

Function library LenzeDrive.lib

Special functions

2−64

L

LenzeDrive.lib EN 1.7

VariableName

Note

VariableType

SignalType

DataType

bEnterArrowSymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates

p

.

bMenuSymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates "Menu".

b1SymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates "1".

b2SymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates "2".

bCodeSymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates "Code".

bParSymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates "Par".

bParaSymbolOn

Bool

binary

VAR_INPUT

TRUE: The display indicates "Para".

bStopLEDOn

Bool

binary

VAR_INPUT

TRUE: The key

S

lights up.

byLcdCursor
PositionOn

Bool

binary

VAR_INPUT

Selection of the cursor position (0 ... 30)

·

String 1: Position 0 ... 3

·

String 2: Position 4 ... 5

·

String 3: Position 6 ... 17

·

String 4: Position 18 ... 30

bLcdDisplayOff

Bool

binary

VAR_INPUT

TRUE: Display is switched off.

bLcdCursorOn

Bool

binary

VAR_INPUT

TRUE: Cursor is activated.

bLcdCharacterBlinkOn

Bool

binary

VAR_INPUT

TRUE: The character at the cursor position is blinking.

bUpdateCharCodeMap

Bool

binary

VAR_INPUT

TRUE: The inputs abyCharCode and abyCharMap with the special
character definition are read again.

pString1

String

VAR_IN_OUT

String 1, length: 4 characters

pString2

String

VAR_IN_OUT

String 2, length: 2 characters

pString3

String

VAR_IN_OUT

String 3, length: 12 characters

pString4

String

VAR_IN_OUT

String 4, length: 13 characters

abyCharCode

Array of byte

VAR_IN_OUT

ASCII code assigned to special characters 0 ... 6

abyCharMap

Array of byte

VAR_IN_OUT

Definition of special characters 0 ... 6

bTimeOut

Bool

binary

VAR_OUTPUT

TRUE: The keypad has been disconnected from the PLC and the
time−out time has expired.

bUpdateBaeBusy

Bool

binary

VAR_OUTPUT

TRUE: The keypad display is updated, the inputs should not be
changed.

bUpdateKeys

Bool

binary

VAR_OUTPUT

TRUE: Keypad keys are pressed.

bKeyArrowUp

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

z

is pressed.

bKeyArrowDown

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

y

is pressed.

bKeyArrowLeft

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

Y

is pressed.

bKeyArrowRight

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

Z

is pressed.

bKeyShift

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

T

is pressed.

bKeyPrg

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

V

is pressed.

bKeyStop

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

S

is pressed.

bKeyRun

Bool

binary

VAR_OUTPUT

TRUE: Keypad key

U

is pressed.

Activation of transparent mode

The transparent mode is activated on the keypad by setting bTrnActivate to TRUE. All display
elements and keys of keypad 9371BB/9371BC can then be accessed via the FB.

Advertising