Changes for page 05 Objects

Last modified by Joe on 2025/09/05 17:02

From version 4.1
edited by Joe
on 2025/09/05 15:52
Change comment: There is no comment for this version
To version 9.1
edited by Joe
on 2025/09/05 16:36
Change comment: There is no comment for this version

Summary

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  
... ... @@ -2745,36 +2745,83 @@
2745 2745  
2746 2746  [[image:图片10.png]] : Stop
2747 2747  
2748 -[[image:图片11.png]]d
2766 +[[image:图片11.png]] : Replay
2749 2749  
2750 -[[image:图片12.png]]wq
2768 +[[image:图片12.png]] : Previous
2751 2751  
2752 -[[image:图片13.png]]sad
2770 +[[image:图片13.png]] : Next
2753 2753  
2754 -[[image:图片14.png]]swws
2772 +[[image:图片14.png]] : Fast rewind
2755 2755  
2756 -[[image:图片15.png]]qq
2774 +[[image:图片15.png]] : Fast forward
2757 2757  
2758 -[[image:图片16.png]]dfd
2776 +[[image:图片16.png]] : Screenshot
2759 2759  
2760 -[[image:图片17.png]]ww
2778 +[[image:图片17.png]] : Full screen
2761 2761  
2762 -[[image:图片18.png]]1
2780 +[[image:图片18.png]] : Exit full screen
2763 2763  
2764 -[[image:图片19.png]]p
2782 +**Cycle mode:**
2765 2765  
2766 -[[image:图片20.png]]fd
2784 +[[image:图片19.png]] : No loop
2767 2767  
2768 -[[image:图片21.png]]q
2786 +[[image:图片20.png]] : Single Track loop
2769 2769  
2770 -[[image:图片22.png]]a
2788 +[[image:图片21.png]] : Playlist loop
2771 2771  
2772 -Window:
2790 +[[image:图片22.png]] : Random loop
2773 2773  
2774 -[[image:图片23.png]]q
2792 +**Window:**
2775 2775  
2776 -[[image:图片24.png]]
2794 +[[image:图片23.png]] : Minimalist mode switch
2777 2777  
2796 +[[image:图片24.png]]: Minimalist mode switch
2797 +
2798 +=== **Playback address control function** ===
2799 +
2800 +|**Operation**|**Command**|**Parameter 1**|**Description**
2801 +|**Play/Pause**|1|N/A|(((
2802 +**Address mode control.**
2803 +
2804 +Play status address will be **16** during **playing**.
2805 +
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 +
2778 2778  = **Draw** =
2779 2779  
2780 2780  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.