773 B
773 B
| 1 | ; ablegacy-11 / #254 — canonical RSLogix CSV symbol export covering one row per | ||||
|---|---|---|---|---|---|
| 2 | ; file letter the v1 importer recognises (N/F/B/L/ST/T/C/R). Comment lines | ||||
| 3 | ; (starting with `;` or `#`) are skipped by the parser so this header doc | ||||
| 4 | ; survives a round-trip without affecting the imported tag count. | ||||
| 5 | Symbol | Address | Description | DataType | Scope |
| 6 | MotorSpeed | N7:0 | Motor speed setpoint | INT | Global |
| 7 | TankLevel | F8:0 | Tank level (gallons) | REAL | Global |
| 8 | RunFlag | B3:0/0 | Run command flag | BOOL | Global |
| 9 | TotalCount | L9:0 | Total piece count | LINT | Global |
| 10 | RecipeName | ST10:0 | Recipe name, free-form text | STRING | Global |
| 11 | DwellTimer | T4:0.ACC | Dwell timer accumulator | TIMER | Global |
| 12 | PieceCounter | C5:0.ACC | Piece counter accumulator | COUNTER | Global |
| 13 | StateMachine | R6:0.LEN | State-machine control length | CONTROL | Global |