Changes for page 04 Library

Last modified by xingzhi lin on 2025/09/24 10:01

From version 2.1
edited by Joe
on 2025/09/05 14:56
Change comment: There is no comment for this version
To version 8.1
edited by Joe
on 2025/09/18 11:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -543,7 +543,7 @@
543 543  ** Normal read speed is 0, read-through value is 1, and fast read value is 2. There is no need to fill in the data type in address mapping. The selection of "32-bit register" is special for some PLC whose address interval is 1 in 32 bits. You don't have to choose it.
544 544  )))
545 545  
546 -= String table[[image:1.png]] =
546 += String table =
547 547  
548 548  A collection entered by the user in advance, contents of table can be referenced by text object. The string table support eight languages at max.
549 549  
... ... @@ -562,3 +562,130 @@
562 562  ② General series 8000, General series 9000 and 8000ig series: The total number of texts cannot exceed 10000, or the total size of all string tables does not exceed 5M.
563 563  
564 564  = **Sound library** =
565 +
566 +TTS voice broadcast converts text into voice and plays it back. In HMI, TTS voice broadcast can be used to prompt users to perform operations, display information, and other applications.
567 +
568 +**Model restrictions: **8000ig, RH series
569 +
570 +(% class="box infomessage" %)
571 +(((
572 +Note: please make sure the OS version is greater than 2.2.45.20241029
573 +)))
574 +
575 +Sound files can be added in the sound library, generate sound files, and set the system sounds of the HMI.
576 +
577 +(% style="text-align:center" %)
578 +[[image:屏幕截图 2025-09-05 150931.png]]
579 +
580 +== **Adding a Sound File** ==
581 +
582 +1.Add a sound file to the sound library. **WAV or MP3 **formats can be added.
583 +
584 +2.Sound File also can be added from a UDisk or SD card. Once added, insert the UDisk or SD card into HMI, and the sound file will appear in the sound library and play.
585 +
586 +(% class="box infomessage" %)
587 +(((
588 +**Note:**
589 +~1. HMI currently only supports WAV and MP3 sound files.
590 +2. When adding a sound file path from a peripheral, be sure to separate it with "/".
591 +3. When adding a sound file from a UDisk or SD card, make sure the file path is absolute path on the UDisk or SD card.
592 +)))
593 +
594 +(% style="text-align:center" %)
595 +[[image:企业微信截图_1757056017251.png]]
596 +
597 +== **Generate sound file** ==
598 +
599 +~1. In Sound Library, click the Generate. In the text of the pop-up screen, type the text to be converted into voice.
600 +
601 +2. The sound source uses local synthesis and does not require an internet connection.
602 +
603 +(% style="text-align:center" %)
604 +[[image:1.png]]
605 +
606 +== **Voice Announcement Settings** ==
607 +
608 +Select bit switch, Enable Sound and select Sound in Security.
609 +
610 +(% style="text-align:center" %)
611 +[[image:2.png]]
612 +
613 +== [[**TTS function**>>https://docs.we-con.com.cn/bin/view/PIStudio/09%20Lua%20Editor/Lua%20Script/#HTTS]] ==
614 +
615 += **Schedule** =
616 +
617 +**The schedule function allows the HMI to execute pre-scheduled tasks at specified times or according to specified conditions.
618 +Compatible models: ig series, RH series
619 +The scheduling function supports setting up to 128 scheduled tasks, each with 8 triggers and 8 execution tasks.**
620 +
621 +Project configuration → Library→ Schedule.
622 +
623 +Click "New schedule" to create task.
624 +
625 +(% style="text-align:center" %)
626 +[[image:1.png]]
627 +
628 +== **Trigger** ==
629 +
630 +
631 +(% style="text-align:center" %)
632 +[[image:2.png]]
633 +
634 +
635 +(% style="text-align:center" %)
636 +[[image:3.png]]
637 +
638 +There are six different Start task
639 +
640 +**AS Scheduled:** Schedules are divided into four different modes: **Once, Every day, Every week and Every month**.
641 +
642 +* **Once**: This mode executes only once, triggered only when the start time arrives.
643 +* **Every day: **The trigger will be triggered at the same time every day after the start time, and **the trigger interval can be set.**
644 +* **Every week:** It will be triggered on the set date every week after the start time, and the number of weeks for the interval trigger can be set.
645 +
646 +(% style="text-align:center" %)
647 +[[image:4.png]]
648 +
649 +* **Every month: In the monthly mode, there are two modes:**
650 +
651 +1. **By day mode: **In this mode, after the start time, the day of the month can be set to trigger, and you can select multiple months and days.
652 +
653 +(% style="text-align:center" %)
654 +[[image:5.png]]
655 +
656 +1. **Weekly mode:** In this mode, after the start time, the day of the week can be set in the month to trigger. Both the number of weeks and the day of the week can be multiple selected.
657 +
658 +(% style="text-align:center" %)
659 +[[image:6.png]]
660 +
661 +**Bit address value changes: **Set the bit address value to trigger from ON->OFF or from OFF->ON
662 +
663 +(% style="text-align:center" %)
664 +[[image:7.png]]
665 +
666 +**Word address value changes: **Set the word address value to meet the set conditions (greater than, equal to, or less than a certain value) to trigger
667 +
668 +(% style="text-align:center" %)
669 +[[image:8.png]]
670 +
671 +**On the specified screen: **Jump to the specified screen trigger.
672 +
673 +(% style="text-align:center" %)
674 +[[image:9.png]]
675 +
676 +**Successful upload to Cloud: **Triggered when the device successfully or fails to access the cloud. If set to "fail to access the cloud", if the device has not accessed the cloud after a period of time (about 2 minutes) after startup, it will be judged as a cloud access failure.
677 +
678 +(% style="text-align:center" %)
679 +[[image:10.png]]
680 +
681 +**When the specified user logs in: **Set to be triggered after a user successfully logs in.
682 +
683 +(% style="text-align:center" %)
684 +[[image:11.png]]
685 +
686 +(% class="box infomessage" %)
687 +(((
688 +Note:
689 +~1. After setting a start time, the trigger will automatically start at the specified start time.
690 +2. All triggers must have a start time, and an end time is optional. If an end time is set, the trigger will not fire if the current time exceeds the end time. If an end time is not set, the trigger will persist if the current time exceeds the start time.
691 +)))
1.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Wecon
1 +XWiki.joe
Size
... ... @@ -1,1 +1,1 @@
1 -476 bytes
1 +13.3 KB
Content
10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +9.9 KB
Content
11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +10.6 KB
Content
1757055583117-485.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +18.7 KB
Content
1757055590250-940.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +18.7 KB
Content
1757055597106-969.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +18.7 KB
Content
1757055615939-737.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +18.7 KB
Content
1757055628215-676.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +18.7 KB
Content
2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +17.5 KB
Content
3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +8.3 KB
Content
4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +7.9 KB
Content
5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +17.0 KB
Content
6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +20.3 KB
Content
7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +10.2 KB
Content
8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +11.4 KB
Content
9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +15.9 KB
Content
企业微信截图_175705570212.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +43.5 KB
Content
企业微信截图_1757056017251.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +29.0 KB
Content
屏幕截图 2025-09-05 150802.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +26.7 KB
Content
屏幕截图 2025-09-05 150931.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.joe
Size
... ... @@ -1,0 +1,1 @@
1 +10.3 KB
Content