Changes for page 05 Objects
Last modified by Joe on 2025/09/05 17:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1432,9 +1432,27 @@ 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 +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." 1440 + 1441 +2.Differences between New Alarm Record and Old Alarm Record: 1442 + 1443 +① Clearer page configuration, divided into three main pages: "Basic," "Graphics," and "Alarm Properties." 1444 + 1445 +② Appearance settings offer more style settings. 1446 + 1447 +③ Added alarm property settings, allowing to change the color when confirming. 1448 + 1449 +④ 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. 1450 + 1451 +⑤Added horizontal and vertical scroll bars for easier screen navigation. 1452 + 1453 + 1454 +== **Meter** == 1455 + 1438 1438 (% style="text-align:center" %) 1439 1439 [[image:1733370883635-566.png]] 1440 1440 ... ... @@ -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 2800 +|**Operation**|**Command**|**Parameter 1**|**Description** 2801 +|**Play/Pause**|1|N/A|((( 2802 +**Address mode control.** 2783 2783 2804 +Play status address will be **16** during **playing**. 2784 2784 2806 +Play status address will be **256 **during **Pause**. 2807 +))) 2808 +|**Replay**|2|N/A| 2809 +|**Stop and close file**|3|N/A|Play status address will be **4096** during **Stop**. 2810 +|**Play previous video**|4|N/A|((( 2811 +1.If File index is originally 0, the video will be played again. 2812 + 2813 +2.If file cannot be found, Play status address will be 8. 2814 +))) 2815 +|**Play next video**|5|N/A|((( 2816 +1.If the next file cannot be found, the first video in the list (file index 0) will be played. 2817 + 2818 +2.If the file cannot be found, the Plays tatus address will be 8. 2819 +))) 2820 +|Fast rewind|6|Specified number of seconds|((( 2821 +1.Rewind the video by the specified number of seconds from the current time and start playing again. 2822 + 2823 +2.If the video is currently paused, this operation will cause it to remain paused. 2824 + 2825 +3.If the specified time is less than the start time, the video will restart playing. 2826 +))) 2827 +|**Fast forward**|7|Specified number of seconds|((( 2828 +1.Fast-forward the specified number of seconds from the current time and start playback. 2829 + 2830 +2.If the video is currently paused, this operation will cause it to remain paused. 2831 + 2832 +3.If the specified time exceeds the end time, the video will end immediately. 2833 +))) 2834 +|**Volume**|8|((( 2835 +Specified volume 2836 + 2837 +(0-50) 2838 +)))|Default volume is** 50.** 2839 +|**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. 2840 +|**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. 2841 +|**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. 2842 + 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.