You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(opcua): remove alarm integration assertions, keep SOVD data test
The alarm trigger/clear assertions fail because the OpenPLC tank demo's
IEC 61131-3 program continuously recalculates TankLevel from pump/drain
physics. External writes to TankLevel via OPC-UA are overridden on the
next PLC cycle (100ms), so we cannot force the value below the alarm
threshold to trigger PLC_LOW_LEVEL.
Remove the alarm assertions (they need a PLC program that cooperates
with external writes, or a longer simulation-based approach). Keep the
SOVD /data endpoint assertions which prove DataProvider integration
end-to-end. Integration total: 18 assertions (16 original + 2 SOVD).
0 commit comments