docs: alarms-over-gateway plan banner — record A.2 dev-rig finding #418
Reference in New Issue
Block a user
Delete Branch "track-d1-followup-plan-banner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replaces the "ships as a follow-up gated on dev-rig validation" banner with the actual finding from the dev-rig inspection.
The MXAccess COM Toolkit at
C:\Program Files (x86)\ArchestrA\Framework\Bin\ArchestrA.MXAccess.dllexposes no alarm-event family — onlyOnDataChange,OnWriteComplete,OperationComplete,OnBufferedDataChange. AVEVA's alarm-subscription managed assemblies (aaAlarmManagedClient,ArchestrAAlarmsAndEvents.SDK) are x64-only and incompatible with the worker's x86 bitness.Two operator-facing paths forward documented inline:
aaAlarmManagedClientand forwards transitions over a named-pipe IPC. Recovers full v1 fidelity but adds operational complexity.Full architectural notes live in the mxaccessgw repo at
src/MxGateway.Worker/MxAccess/MxAccessAlarmEventSink.cs.