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