gx3_replay_capture
Analyze captured PLC device logs offline by normalizing CSV/JSON data, generating per-device time series, listing value change points, or exporting a snapshot for explanation. Works without a PLC connection.
Instructions
Read an already-captured CSV/JSON device log offline: normalize it, emit per-device time series, list value change points, or export one instant as a snapshot for gx3_explain_snapshot. Reads files only and never opens a PLC connection. An imported or polled log is not a scan-synchronized recording: two devices that appear to change together may simply have been sampled together, so do not read ordering between devices out of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | ISO 8601 timestamp; required for verb=snapshot. | |
| root | No | Optional project, used only to verify project_fingerprint. | |
| verb | Yes | What to do with the captured log. | |
| input | Yes | Captured CSV or JSON log. | |
| device | No | Optional one-device filter for series/changes. | |
| at_mode | No | exact |