Parameters, Comment, Sample vb-syntax – BECKHOFF CP9090-S100 User Manual

Page 26: Kbdoff, Twin cat

Advertising
background image

Eiserstraße 5 / D-33415 Verl / Telefon 05246/963-0 / Telefax 05246/963-149

26

TWIN

CAT

KbdOff

Sets / returns the status of keyboard connected to CP9030.

HRESULT KbdOff(

[out, retval] VARIANT_BOOL* pVal

);

HRESULT KbdOff(

[in] VARIANT_BOOL pVal

);

Parameters

pVal

TRUE = hidden keyboard. FALSE enables keyboard

Comment

To use this feature of locking the keyboard you have to close jumper J300 on CP9030 device first.

Sample VB-Syntax

Dim bKbdOff as Boolean

CP9030W9x1.KbdOff = True
bKbdOff = CP9030W9x1.KbdOff

Advertising