The old 05-scada/, restructured around the distinction its README never
drew: configuration is deployed with dssqld, displays are deployed by
file copy. Conflating the two is what made the folder confusing.
modbus_points/ the tag database - named for the protocol,
since CI Server configures others differently
modbus_points/historian/ 3 groups, 49 bindings - HAND-MADE, no
generator, and drifted from the server
hmi/ displays and their generator
ciserver-backup-2026-08/ outdated exports, evidence only, never import
QUICKLOAD.md dssqld export/import, the 5 classes, the import
order, and why an item import kills every display
README.md the chain end to end, and the not-updating triage
Verified during the move - the whole chain is reproducible:
scada-points.csv and all three .qli regenerate byte-identically
all six displays build clean
Removed the K offset machinery from build_display.py, item-ids.meta.json
and DEPLOY.md. K was a consistency check on measured ids, not a source of
them, and diagnosing a dead screen by arithmetic is wasted effort when
validating the display in CI Server's Editor Module fixes it outright.
The guidance now leads with that one action.
Recorded, not fixed: the repo's historian config disagrees with the
2026-08 CI Server export - WRPS_THIRTY_SEC and a FIVE_SECONDS group exist
on the server and not here. cicore1 was unreachable during this audit, so
which is correct is unknown.
Not carried across: __pycache__, out/*.xml, and the top-level
WRPS_Overview.xml that was tracked despite .gitignore declaring the
display XMLs to be build output.
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
|
|
@LANGUAGE
|
|
ENGLISH
|
|
|
|
|
|
@VERSION
|
|
1.03.00
|
|
|
|
|
|
!==================================================================================================================================
|
|
|
|
@FIELDS
|
|
NAME,DESCRIPTION,START_TIME,STOP_TIME,FIRST_ROLLOVER
|
|
LIFE_TIME,WARN_TIME,ROLLOVER_INT,FORCE_ROLLOVER,FILL_OLD,STORE_QUALITY
|
|
SAVE_TIME,SCAN_INTERVAL,CORRECT_DAYLIGHT,EXCLUDE_ARCHIVE,DATA_COMP,AGG_PERIOD_HOUR
|
|
AGG_PERIOD_SHIFT,AGG_PERIOD_DAY,AGG_PERIOD_WEEK,AGG_PERIOD_MONTH,AGG_PERIOD_YEAR,AGG_PERIOD_30MIN
|
|
AGG_CORRECT_DAY_DST,AGG_CORRECT_SHIFT_DST,NUMBER,NODE,NODE_NAME,NEXT_UNIT_SEQ
|
|
NEXT_DATA_SEQ,AVERAGING_INTERVAL,PRIORITY,SAMPLES_RECORD,TYPE,AVERAGING_METHOD
|
|
COL_STOR_TYPE,AGG_SHIFT_LENGTH,AGG_WEEK_START,AGG_SHIFT_START,AGG_DAY_START,AGG_COMP_NOT_ITEM
|
|
|
|
@HIS_GROUP_DF
|
|
"WRPS_ONE_SEC","","","","21-08-2026 00:00:00",\
|
|
"7 days","","1 hours",0,0,1,\
|
|
0,1,0,0,0,1,\
|
|
0,0,0,0,0,0,\
|
|
0,0,50,1,"",1,\
|
|
2,0,8,0,"Item","",\
|
|
"Scan/Time","8 hours","Monday","00:00","00:00",""
|
|
|
|
"WRPS_ONE_MIN","","","","21-08-2026 00:00:00",\
|
|
"7 days","","6 hours",0,0,1,\
|
|
0,60,0,0,0,1,\
|
|
0,0,0,0,0,0,\
|
|
0,0,51,1,"",1,\
|
|
2,0,5,0,"Item","",\
|
|
"Scan/Time","8 hours","Monday","00:00","00:00",""
|
|
|
|
"WRPS_EVENT","","","","21-08-2026 00:00:00",\
|
|
"7 days","","1 days",0,0,1,\
|
|
0,0,0,0,0,1,\
|
|
0,0,0,0,0,0,\
|
|
0,0,52,1,"",1,\
|
|
2,0,11,100,"Item","",\
|
|
"Event/Item","8 hours","Monday","00:00","00:00",""
|