You can parameterize the bit mask "disablekeyshigh" as follows:
Bit Meaning
0 - 28 Reserved
29 Key sequences Ctrl-F1 to Ctrl-F8 can be mapped onto key sequences Ctrl-F13 to Ctrl-F20.
30 - 31 Reserved
Note
The "gimmekeys", "disablekeys" and "disablekeyshigh" bit masks can be specified both with
a decimal code (e.g. 31) and a hexadecimal code (e.g. 0x1F).
Examples
Note
Write error
Avoid write errors. Determine the entries for the sections "processes" and "areas" only with
the FindWindow program.
"notepad.exe" and "calc.exe"
In the following example, the two Windows applications "notepad.exe" and "calc.exe" are
configured as OEMFrame applications:
[processes]
PROC500=process:=notepadOEM, cmdline:="C:\\WINDOWS\\system32\
\notepad.exe", oemframe:=true, deferred:=true,
windowname:="Untitled - Notepad", classname:="Notepad"
PROC501=process:=calcOEM, cmdline:="C:\\WINDOWS\\system32\
\calc.exe", oemframe:=true, deferred:=true,
windowname:="Calculator", classname:="SciCalc"
[areas]
AREA500=name:=AreaNote, process:=notepadOEM
AREA501=name:=AreaCalc, process:=calcOEM
"keycatcher.exe"
The Windows application "keycatcher.exe" is integrated in the following example. In this case,
all four softkey bars and the Recall key will reach the Windows application. The keyboard filter
for the lower and the left-hand softkey bar is deactivated:
[processes]
SINUMERIK Operate on PC/PCU
23.1 Link OEMFrame application
SINUMERIK Operate (IM9)
662 Commissioning Manual, 12/2017, 6FC5397-1DP40-6BA1