6/24/2024 9:55 AM | |
Joined: 7/5/2021 Last visit: 9/11/2024 Posts: 141 Rating: (12) |
The scheduled tasks are running at server level, the hmi visualization is a client session. Because of this reason it is not possible to directly trigger a screen change from scheduled tasks. The way I would do it would be to run a script periodically with an invisible object, or maybe a background property on your home screen. it is possible to read the quality code of a tag https://support.industry.siemens.com/cs/us/en/view/109813308/151802265867 I would read the quality code of a tag, detect a change from bad to good and save the quality in an hmi tag in pseudocode:
|
Last edited by: The Helping Hand at: 06/24/2024 13:51:52Link optimized |
|
This contribution was helpful to2 thankful Users |
6/24/2024 10:20 AM | |
Joined: 5/29/2024 Last visit: 9/11/2024 Posts: 63 Rating: (9) |
Hi DM_Mat_95! In the Comfort, for example, there were area pointers that allowed, for example, a screen change from the PLC. In Unified as such there are no area pointers. Maybe you can use this FAQ: since they are the alternatives to the area pointer: -> Alternatives to the area pointer for Unified Panel https://support.industry.siemens.com/cs/bd/en/view/109794243 |
If this Information really helps, you could use the Rate function |
|
This contribution was helpful to1 thankful Users |
Follow us on