Its possible to defined a DPE for the limiting values on the alert handling?
In my case, I have the limiting values coming from PLC and I need to configure the alert in WinCC OA using the parameters from PLC.
DPE'S comming of PLC to configure alerts
- ccmelo
- Posts:4
- Joined: Mon Oct 13, 2025 4:00 pm
DPE'S comming of PLC to configure alerts
- Attachments
-
- imagem (1).png (10.97 KiB) Viewed 591 times
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: DPE'S comming of PLC to configure alerts
There is no standard solution to assign thresholds defined in the PLC to the _alert_hdl config.
If you want to apply the configuration from the PLC you have to implement a function on your own which maps the values from the PLC to the _alert_hdl configuration.
Best Regards
Leopold Knipp
Senior Support Specialist
If you want to apply the configuration from the PLC you have to implement a function on your own which maps the values from the PLC to the _alert_hdl configuration.
Best Regards
Leopold Knipp
Senior Support Specialist
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: DPEs coming of PLC to configure alerts
As a workaround you could generate the alerts in the PLC (a boolean for each alert range) or use a multi-instance alert and raise/lower the alerts with scripting.