Touch calibration screen

  • I have connected a matrix keyboard to NetDCU. The matrix keyboard has now ESC/ENTER key. When i start touch calibration, i will be asked to press ESC or ENTER key. Can this be changed ?

  • The touch calibration screen has two different modes. One for devices with keyboard and one for devices without a keyboard. You can toggle between this two modes by changing the following registry setting:


    Code
    1. [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD]
    2. "Status"=dword:0


    The following table shows the additional values that the HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD\Status subkey can have.


      0x0001 : Indicates whether or not the system has keyboard hardware.
      0x0002 : Indicates whether or not the keyboard hardware is enabled. This bit is assumed to be set but can be modified with EnableHardwareKeyboard.
      0x0004 : Indicates whether or not the keyboard hardware has ENTER and ESC buttons.
      0x0008 : Indicates whether or not the keyboard hardware has alphanumeric buttons.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Hallo,
    ich habe selbiges Problem.
    An die NetDCU8 ist kein Keyboard angeschlossen, nur ein LCD mit Touch.


    jedoch hat der Registry Eintrag HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD
    bei meiner NetDCU8 keinen Eintrag "STATUS"
    Kann dieser manuell hinzugefügt werden damit beim Touch kalibrieren ein ENTER / ESC button erscheint.


    HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\KEYBD hat nur folgende Einträge (eVC++4.0 remote registry editor)
    CalVKey=0
    ContLessVKey=0
    ContMoreVKey=0
    TaskManVKey=46
    DriverName=KbdMatrixUS.dll



    Eric Boger

  • Hallo


    fügen Sie mit ndcucfg diesen Wert der Registry hinzu.


    reg open \HARDWARE\DEVICEMAP\KEYBD
    reg set val Status dword 0
    reg save


    Nach dem Speicehrn müssen Sie das Board neu starten.


    DKuhne.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.