- WinCC OA Version : 3.18
- Patch : P002
- The value is not output properly.
dpGet(dp + ":_alert_hdl.._ackable", bState1);
dpGet(dp + ":_alert_hdl.._state, iState2);
I think it worked properly in version 3.14 but am I using it wrong?
The value is not output properly.
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: The value is not output properly.
According to the documentation the values of these attributes can only be retrieved with 'alertGet', 'alertConnect' or a 'SELECT ALERT' query.