Changes for page 05 Objects
Last modified by Joe on 2025/09/05 17:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (2 modified, 3 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1432,10 +1432,89 @@ 1432 1432 1433 1433 **④**Choose the recipe file in recipe folder 1434 1434 1435 +== **New Alarm record** == 1435 1435 1436 - =**Meter**=1437 +**Introduction:** Query all alarm records for a specific group number and display them in a table format in chronological order. The query time period can be dynamically set on HMI, and the display is saved after power-off. 1437 1437 1439 +(% class="box infomessage" %) 1440 +((( 1441 +Note: 1442 +1.Alarm Record in versions **10.0** and above are referred to as the "New Alarm Record," while those in versions below 10.0 are referred to as the "Old Alarm Record." 1443 +2.Differences between New Alarm Record and Old Alarm Record: 1444 +① Clearer page configuration, divided into three main pages: "Basic," "Graphics," and "Alarm Properties." 1445 +② Appearance settings offer more style settings. 1446 +③ Added alarm property settings, allowing to change the color when confirming. 1447 +④ The ability to configure function addresses and query time periods in the project configuration has been removed. Instead, directly query and filter time periods and group numbers at runtime. 1448 +⑤Added horizontal and vertical scroll bars for easier screen navigation. 1449 +))) 1450 + 1451 +**General:** 1452 + 1453 +**1.Alarm Type :** There are three alarm modes including Current alarm record, History alarm record and Alarm event statistics. 1454 + 1455 +**(1) Current alarm records:** Only the current alarm record will be displayed. If the alarm is triggered, the record will disappear. 1456 + 1457 +**(2) Historical alarm records: **All alarm and alarm trigger records will be displayed one by one. 1458 + 1459 +**(3) Alarm event statistics:** Only one record for the same alarm address will be displayed. 1460 + 1461 +**2.Group number range**: The group number range of the alarm records to be displayed. Alarm records that are not in this range will not be displayed. 1462 + 1463 +**3.Time setting**: Select the display format of time and date. 1464 + 1465 + 1438 1438 (% style="text-align:center" %) 1467 +[[image:屏幕截图 2025-09-05 164650.png]] 1468 + 1469 +**Graphic:** 1470 + 1471 +**1.Style Selection:** Select a system-provided style from the Style Selection menu, or select "Custom" to customize the colors. 1472 + 1473 +(% class="box infomessage" %) 1474 +((( 1475 +Note: If select a system-provided style, the table color can not be changed. 1476 +))) 1477 + 1478 +**2.Cell format:** Includes two options: "Adaptive" and "Custom" 1479 + 1480 +**①Adaptive:** Cells automatically adjust size based on text length. 1481 + 1482 +**②Custom: **Manually set column widths and row heights for all cells. 1483 + 1484 +(% style="text-align:center" %) 1485 +[[image:屏幕截图 2025-09-05 164729.png]] 1486 + 1487 +**Alaem Properties** 1488 + 1489 +**1.Alarm Display Status** 1490 + 1491 +**(1) Confirm:** Set the text and background color for confirming an alarm record. 1492 + 1493 +(% class="box infomessage" %) 1494 +((( 1495 +Note: "Confirm" must be selected for the alarm to display successfully. 1496 +))) 1497 + 1498 +**(2)Back to normal:** Set the text and background color for the record when the alarm record returns to normal. 1499 + 1500 +**2. Sorting** 1501 + 1502 +**(1)Method:** Indicates the field to sort by. The default is time. 1503 + 1504 +**(2) Order:** Indicates the order to sort by. The default is descending order. 1505 + 1506 +**(3) Confirm: **Sets the method for confirming an alarm record and the write address. 1507 + 1508 +**① Confirmation Method: **The method for confirming an alarm record. There are three methods including single-click, double-click, and long press for 3 seconds. The default is single-click. 1509 + 1510 +**②Write Address:** The write address to be written during confirmation. Confirming will reset the contents of the write address to 0. 1511 + 1512 +(% style="text-align:center" %) 1513 +[[image:123.png]] 1514 + 1515 +== **Meter** == 1516 + 1517 +(% style="text-align:center" %) 1439 1439 [[image:1733370883635-566.png]] 1440 1440 1441 1441 == **Pointer meter** == ... ... @@ -2777,11 +2777,51 @@ 2777 2777 2778 2778 [[image:图片24.png]]: Minimalist mode switch 2779 2779 2780 - 2781 2781 === **Playback address control function** === 2782 2782 2861 +|**Operation**|**Command**|**Parameter 1**|**Description** 2862 +|**Play/Pause**|1|N/A|((( 2863 +**Address mode control.** 2783 2783 2865 +Play status address will be **16** during **playing**. 2784 2784 2867 +Play status address will be **256 **during **Pause**. 2868 +))) 2869 +|**Replay**|2|N/A| 2870 +|**Stop and close file**|3|N/A|Play status address will be **4096** during **Stop**. 2871 +|**Play previous video**|4|N/A|((( 2872 +1.If File index is originally 0, the video will be played again. 2873 + 2874 +2.If file cannot be found, Play status address will be 8. 2875 +))) 2876 +|**Play next video**|5|N/A|((( 2877 +1.If the next file cannot be found, the first video in the list (file index 0) will be played. 2878 + 2879 +2.If the file cannot be found, the Plays tatus address will be 8. 2880 +))) 2881 +|Fast rewind|6|Specified number of seconds|((( 2882 +1.Rewind the video by the specified number of seconds from the current time and start playing again. 2883 + 2884 +2.If the video is currently paused, this operation will cause it to remain paused. 2885 + 2886 +3.If the specified time is less than the start time, the video will restart playing. 2887 +))) 2888 +|**Fast forward**|7|Specified number of seconds|((( 2889 +1.Fast-forward the specified number of seconds from the current time and start playback. 2890 + 2891 +2.If the video is currently paused, this operation will cause it to remain paused. 2892 + 2893 +3.If the specified time exceeds the end time, the video will end immediately. 2894 +))) 2895 +|**Volume**|8|((( 2896 +Specified volume 2897 + 2898 +(0-50) 2899 +)))|Default volume is** 50.** 2900 +|**Start time**|9|Specified position (Unit: s)|The specified position should be less than the end time. If it exceeds the end time, the system will end the video directly. 2901 +|**Play index file**|10|File index|The files will be sorted by name. The file index is 0, pointing to the first file, and so on. If the file cannot be found, Play status address will be 8. 2902 +|**Update playback time**| |N/A|Video will be played and the current playback progress (in seconds) will be updated in real time according to the set update cycle. 2903 + 2785 2785 = **Draw** = 2786 2786 2787 2787 It provides function of drawing graphics, setting text, displaying pictures, this part contains Text, Line, Polygon, Cycle, Arc, Rectangle, Broken Line, Linear Scale, Arc scale, Table.
- 图片2.png
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 - 17.1KB1 +28.7 KB - Content
- 图片3.png
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 - 1.7KB1 +62.6 KB - Content
- 123.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +22.1 KB - Content
- 屏幕截图 2025-09-05 164650.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +22.7 KB - Content
- 屏幕截图 2025-09-05 164729.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +65.4 KB - Content