Changes for page 03 Project Settings

Last modified by Hunter on 2024/06/11 15:58

From version 32.1
edited by Mora Zhou
on 2023/09/09 14:35
Change comment: There is no comment for this version
To version 29.1
edited by Mora Zhou
on 2023/09/07 17:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -419,23 +419,23 @@
419 419  
420 420  The arrow will be display in screen when HMI is running, and keyboard could be used to enter code and control arrow.
421 421  
422 -**HotKey Configuration Description**  
422 +**Shortcut Key Configuration Description** 
423 423  
424 424  **Enable function**
425 425  
426 - Select “Expansion" of "System Configuration"/"Engineering Parameters" in the toolbar of SACDA, and enable the keyboard before enabling the hotkeys, as shown in the following figure.
426 + Select “Expansion" of "System Configuration"/"Engineering Parameters" in the toolbar of SACDA, and enable the keyboard before enabling the shortcut keys, as shown in the following figure.
427 427  
428 428  (% style="text-align:center" %)
429 429  [[image:57.jpg]]
430 430  
431 -**Hotkey configuration**
431 +**Shortcut key configuration**
432 432  
433 - (1) Check the "HotKey Configuration" function. When the external keyboard is enabled, the hotkey function can be customized. By configuring the lua script corresponding to each hotkey, the specific functions can be executed after the hotkey is triggered.
433 + (1) Check the "Shortcut Key Configuration" function. When the external keyboard is enabled, the shortcut key function can be customized. By configuring the lua script corresponding to each shortcut key, the specific functions can be executed after the shortcut key is triggered.
434 434  
435 435  (% style="text-align:center" %)
436 436  [[image:58.jpg]]
437 437  
438 -|**System hotkeys**|**Features**
438 +|System shortcut keys|Features
439 439  |(% rowspan="4" %)Shift+ "↓"|(((
440 440  Switch mouse mode: Default mode: The mouse can move freely.
441 441  
... ... @@ -470,64 +470,58 @@
470 470  |(% rowspan="3" %)Enter|In the mouse movement mode and the mouse selected mode, press the Enter key, which indicates that it clicks at the mouse cursor position. (Corresponding to the press, lift and click event);
471 471  |In the selected box mode and selected grayed out mode, select the object and then press the Enter key, which indicates that clicking triggers the center position of the selected area;
472 472  |In the keyboard screen and not entering the mouse selected mode, the selected box mode, the selected gray-out mode. Press the Enter key, indicating that the input is completed;
473 -|Caps Lock|Switch letter case modes of the 1001and 1003 built-in keyboard. Lighting indicates switching to the uppercase mode;
473 +|Caps Lock|Switch letter case modes of the 1001and 1003 built-in keyboard. Lighting represents switching to the uppercase mode;
474 474  
475 -**System hotkeys**
475 +**System shortcut keys**
476 476  
477 -HMI screen itself comes with supported hotkey function.
477 +HMI screen itself comes with supported shortcut key function.
478 478  
479 -(% style="margin-right:auto" %)
480 480  |HSW1892|Polling time interval setting for keyboard keys|(((
481 -~= 0, 50ms;
480 +~= 0,50ms;
482 482  
483 -~= 1, 40ms;
482 +~= 1,40ms;
484 484  
485 -~= 2, 30ms;
484 +~= 2,30ms;
486 486  
487 -~= 3, 20ms;
486 +~= 3,20ms;
488 488  
489 -~= 4, 10ms;
488 +~= 4,10ms;
490 490  )))
491 491  |HSW1893|Cursor mode switching|(((
492 492  ~= 0, Default free mode;
493 493  
494 -~= 1, The selected box mode;
493 +~= 1, the selected box mode;
495 495  
496 -~= 2, The selected grayed out mode;
495 +~= 2, the selected grayed out mode;
497 497  
498 498  ~= 3, Mouse selected mode;
499 499  )))
500 500  |HSW1894|Enable specific serial keyboard|(((
501 -~= 1, Enable;
500 +~= 1Enable;
502 502  
503 -~=Others, Disabled;
502 +~=Others, disabled;
504 504  
505 -{{info}}
506 -✎Note: Only initialization is valid, and it is recommended to use it in background initialization script;
507 -{{/info}}
504 +**✎Note: Only initialization is valid, and it is recommended to use it in background initialization script;**
508 508  )))
509 509  |HSW1895|Control whether keyboard keys take effect under certain circumstances|(((
510 510  ~= 0, When default screen rest and screensaver status, the button trigger does not take effect;
511 511  
512 -~= 1, HSX1895.0=1. The button trigger will take effect when it is in the screen rest status;
509 +~= 1: HSX1895.0=1. The button trigger will take effect when it is in the screen rest status;
513 513  
514 -~= 2, HSX1895.1=1. The button trigger will take effect when it is in the screensaver status;
511 +~= 2: HSX1895.1=1. The button trigger will take effect when it is in the screensaver status;
515 515  )))
516 516  |HSW10611|Set up server|(((
517 -~=0, Select the server configured in "Project Parameters"
514 +~=0: Select the server configured in "Project Parameters"
518 518  
519 -~=1, Select server 1
516 +~=1: Select server 1
520 520  
521 -~=2, Select server 2
518 +~=2: Select server 2
522 522  )))
523 -|HSW11767|Remote screen display adaptation mode switching  |== 0, Default mode. Horizontal screen project remote full screen zoom display; Vertical screen project remote zoom display in equal proportion;
524 -~= 1, Full-screen zoom display;
525 -~~~= 2, According to the screen size ratio, zoom display in equal proportion;
520 +|HSW11767|Remote screen display adaptation mode switching  |= 0: Default mode. Horizontal screen project remote full screen zoom display; Vertical screen project remote zoom display in equal proportion;
521 +~= 1: Full-screen zoom display;
522 +~= 2: According to the screen size ratio, zoom display in equal proportion;
523 +~~= 3: According to the screen pixels, no zoom display;
526 526  
527 -= 3, According to the screen pixels, no zoom display. =
528 -
529 -= 3: According to the screen pixels, no zoom display; =
530 -
531 531  == Lab ==
532 532  
533 533  Lab is used for enable experimental function.