The three open Phase 5 findings were one defect: the stand-in was keyed on
CI Server POINT names (PS_STN_WET_WELL_LEVEL) when the historian is keyed on
CI Server ITEM names (AID.WRPS.STN.LEVEL). Modbus carries register numbers,
not names, so those two layers are free to differ - and do. Reconciling
against the register map, as planned, would only have proved the first three
namespaces agreed with each other.
Rebuilt from WRPS/05-scada/modbus, so item names, sample rates, retention and
timestamp semantics come from the machine rather than from a guess.
(a) Level tag does not join. PS_STN_WET_WELL_LEVEL becomes a tag row in its
own right; LIT-101 is marked NOT HISTORISED - a field input on %IW0 that
never reaches SCADA. It was the only seed row carrying two addresses.
public.historian_items holds the item-to-tag mapping, generated by
scripts/gen_historian_items.py and enforced non-empty at generate, at
deploy and at verify.
(b) first_alarm/last_alarm returned UTC. Converted inside the measure, so it
stays in Cube and happens once. Aggregate first, convert after - the other
order picks the wrong row across a DST fall-back. Returned as a formatted
string with a companion site_timezone measure. Storage being UTC is now
confirmed, not assumed: all 49 points carry TIME_ZONE "Date+time GMT" and
every history group CORRECT_DAYLIGHT=0. This answers Phase 4 task 4.
(c) High level alarm filed against the wrong equipment. Both sides were right
about different things; the defect was asserting equipment twice. The
history now carries no equipment column at all - faithful, since CI
Server's section tree stops at the station and three pumps. Equipment is
reached bit -> tag -> equipment via public.alarm_bits.
Alarms are derived, not stored: CI Server's ALARM_HISTORY group is empty
because every item imports with alarming off. Decomposing the alarm word needs
no configuration that does not exist.
Three things the SCADA config changed that were never filed as faults:
- retention is 7 days, not 30. The advisory path was reporting a month of
evidence drawn from a week of data
- the analogue rate is 5 s, not 60. Two measures multiplied sample counts by
a hardcoded 60 - a twelvefold overstatement that read as plausible
- the deadband warning in process_values.yml was wrong and was steering
people away from the correct measure
db/002_fixtures.sql now asserts its own counts at load and cross-checks the
alarm derivation against two independent signals. Those prove the pipeline,
not the plant.
db/README-standin-historian.md documents removal: the seam between generation
and contract, and twelve assumptions about imh that are NOT confirmed. Two of
them fail silently.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
13 KiB
13 KiB
| 1 | item_name | tag_id | exclusion_reason | section_path | section | attribute | section_description | description | eng_unit | value_format | conv_type | has_sign | phys_low | phys_high | eng_gain | raw_to_eng | his_group | scan_interval_seconds | life_time | scada_point | iec_address | modbus_kind | modbus_address | data_type | point_time_zone |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | AID.WRPS.PU301.RUN_CMD | PS_PU301_RUN_COMMAND | AID.WRPS.PU301 | PU301 | RUN_CMD | Pump PU-301 | Run command | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU301_RUN_COMMAND | %QX0.0 | coil | 0 | Boolean | Date+time GMT | ||||
| 3 | AID.WRPS.PU302.RUN_CMD | PS_PU302_RUN_COMMAND | AID.WRPS.PU302 | PU302 | RUN_CMD | Pump PU-302 | Run command | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU302_RUN_COMMAND | %QX0.1 | coil | 1 | Boolean | Date+time GMT | ||||
| 4 | AID.WRPS.PU303.RUN_CMD | PS_PU303_RUN_COMMAND | AID.WRPS.PU303 | PU303 | RUN_CMD | Pump PU-303 | Run command | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU303_RUN_COMMAND | %QX0.2 | coil | 2 | Boolean | Date+time GMT | ||||
| 5 | AID.WRPS.PU301.RUNNING | PS_PU301_RUNNING | AID.WRPS.PU301 | PU301 | RUNNING | Pump PU-301 | Running | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU301_RUNNING | %QX0.3 | coil | 3 | Boolean | Date+time GMT | ||||
| 6 | AID.WRPS.PU302.RUNNING | PS_PU302_RUNNING | AID.WRPS.PU302 | PU302 | RUNNING | Pump PU-302 | Running | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU302_RUNNING | %QX0.4 | coil | 4 | Boolean | Date+time GMT | ||||
| 7 | AID.WRPS.PU303.RUNNING | PS_PU303_RUNNING | AID.WRPS.PU303 | PU303 | RUNNING | Pump PU-303 | Running | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU303_RUNNING | %QX0.5 | coil | 5 | Boolean | Date+time GMT | ||||
| 8 | AID.WRPS.PU301.AVAILABLE | PS_PU301_AVAILABLE | AID.WRPS.PU301 | PU301 | AVAILABLE | Pump PU-301 | Available | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU301_AVAILABLE | %QX0.6 | coil | 6 | Boolean | Date+time GMT | ||||
| 9 | AID.WRPS.PU302.AVAILABLE | PS_PU302_AVAILABLE | AID.WRPS.PU302 | PU302 | AVAILABLE | Pump PU-302 | Available | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU302_AVAILABLE | %QX0.7 | coil | 7 | Boolean | Date+time GMT | ||||
| 10 | AID.WRPS.PU303.AVAILABLE | PS_PU303_AVAILABLE | AID.WRPS.PU303 | PU303 | AVAILABLE | Pump PU-303 | Available | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU303_AVAILABLE | %QX1.0 | coil | 8 | Boolean | Date+time GMT | ||||
| 11 | AID.WRPS.STN.IN_AUTO | PS_STN_STATION_IN_AUTO | AID.WRPS.STN | STN | IN_AUTO | Waterloo Road PS - station wide measurements and status | Station in auto | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_STATION_IN_AUTO | %QX1.1 | coil | 9 | Boolean | Date+time GMT | ||||
| 12 | AID.WRPS.STN.HIGH_LEVEL | PS_STN_HIGH_LEVEL_ALARM | AID.WRPS.STN | STN | HIGH_LEVEL | Waterloo Road PS - station wide measurements and status | High level alarm | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_HIGH_LEVEL_ALARM | %QX1.2 | coil | 10 | Boolean | Date+time GMT | ||||
| 13 | AID.WRPS.STN.SPILL_ACTIVE | PS_STN_SPILL_ACTIVE | AID.WRPS.STN | STN | SPILL_ACTIVE | Waterloo Road PS - station wide measurements and status | Spill active | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_SPILL_ACTIVE | %QX1.3 | coil | 11 | Boolean | Date+time GMT | ||||
| 14 | AID.WRPS.PU301.TRIPPED | PS_PU301_TRIPPED | AID.WRPS.PU301 | PU301 | TRIPPED | Pump PU-301 | Tripped | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU301_TRIPPED | %QX1.4 | coil | 12 | Boolean | Date+time GMT | ||||
| 15 | AID.WRPS.PU302.TRIPPED | PS_PU302_TRIPPED | AID.WRPS.PU302 | PU302 | TRIPPED | Pump PU-302 | Tripped | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU302_TRIPPED | %QX1.5 | coil | 13 | Boolean | Date+time GMT | ||||
| 16 | AID.WRPS.PU303.TRIPPED | PS_PU303_TRIPPED | AID.WRPS.PU303 | PU303 | TRIPPED | Pump PU-303 | Tripped | Digital | 0 | 0 | 100 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU303_TRIPPED | %QX1.6 | coil | 14 | Boolean | Date+time GMT | ||||
| 17 | AID.WRPS.STN.LEVEL | PS_STN_WET_WELL_LEVEL | AID.WRPS.STN | STN | LEVEL | Waterloo Road PS - station wide measurements and status | Wet well level | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_ONE_SEC | 5 | 1 weeks | PS_STN_WET_WELL_LEVEL | %QW0 | holding | 0 | Signed 16-bit | Date+time GMT | |
| 18 | AID.WRPS.STN.INFLOW | PS_STN_INFLOW | AID.WRPS.STN | STN | INFLOW | Waterloo Road PS - station wide measurements and status | Inflow | m3/h | 9999.9 | Linear | 1 | -11796.48 | 11796.12 | 0.36 | value * 0.36 | WRPS_ONE_SEC | 5 | 1 weeks | PS_STN_INFLOW | %QW1 | holding | 1 | Signed 16-bit | Date+time GMT | |
| 19 | AID.WRPS.STN.DISCHARGE | PS_STN_TOTAL_DISCHARGE_FLOW | AID.WRPS.STN | STN | DISCHARGE | Waterloo Road PS - station wide measurements and status | Total discharge flow | m3/h | 9999.9 | Linear | 1 | -11796.48 | 11796.12 | 0.36 | value * 0.36 | WRPS_ONE_SEC | 5 | 1 weeks | PS_STN_TOTAL_DISCHARGE_FLOW | %QW2 | holding | 2 | Signed 16-bit | Date+time GMT | |
| 20 | AID.WRPS.STN.PUMPS_RUNNING | PS_STN_PUMPS_RUNNING | AID.WRPS.STN | STN | PUMPS_RUNNING | Waterloo Road PS - station wide measurements and status | Pumps running | count | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_THIRTY_SEC | 30 | 1 weeks | PS_STN_PUMPS_RUNNING | %QW3 | holding | 3 | Signed 16-bit | Date+time GMT | |
| 21 | AID.WRPS.STN.SPEED | PS_STN_COMMON_DRIVE_SPEED | AID.WRPS.STN | STN | SPEED | Waterloo Road PS - station wide measurements and status | Common drive speed | % | 999.9 | Linear | 1 | -6553 | 6553 | 0.2 | value * 0.2 | WRPS_ONE_SEC | 5 | 1 weeks | PS_STN_COMMON_DRIVE_SPEED | %QW4 | holding | 4 | Signed 16-bit | Date+time GMT | |
| 22 | AID.WRPS.STN.TIME_TO_SPILL | PS_STN_TIME_TO_SPILL_WEIR | AID.WRPS.STN | STN | TIME_TO_SPILL | Waterloo Road PS - station wide measurements and status | Time to spill weir (32767 = drawing down) | s | 99999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_THIRTY_SEC | 30 | 1 weeks | PS_STN_TIME_TO_SPILL_WEIR | %QW5 | holding | 5 | Signed 16-bit | Date+time GMT | |
| 23 | AID.WRPS.STN.TIME_TO_LSHH | PS_STN_TIME_TO_LSHH | AID.WRPS.STN | STN | TIME_TO_LSHH | Waterloo Road PS - station wide measurements and status | Time to LSHH (32767 = drawing down) | s | 99999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_THIRTY_SEC | 30 | 1 weeks | PS_STN_TIME_TO_LSHH | %QW6 | holding | 6 | Signed 16-bit | Date+time GMT | |
| 24 | AID.WRPS.STN.NET_ACCUM | PS_STN_NET_ACCUMULATION | AID.WRPS.STN | STN | NET_ACCUM | Waterloo Road PS - station wide measurements and status | Net accumulation (signed) | m3/h | 9999.9 | Linear | 1 | -11796.48 | 11796.12 | 0.36 | value * 0.36 | WRPS_ONE_SEC | 5 | 1 weeks | PS_STN_NET_ACCUMULATION | %QW7 | holding | 7 | Signed 16-bit | Date+time GMT | |
| 25 | AID.WRPS.PU301.RUN_HOURS | PS_PU301_RUN_HOURS | AID.WRPS.PU301 | PU301 | RUN_HOURS | Pump PU-301 | Run hours | h | 99999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU301_RUN_HOURS | %QW8 | holding | 8 | Signed 16-bit | Date+time GMT | ||
| 26 | AID.WRPS.PU302.RUN_HOURS | PS_PU302_RUN_HOURS | AID.WRPS.PU302 | PU302 | RUN_HOURS | Pump PU-302 | Run hours | h | 99999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU302_RUN_HOURS | %QW9 | holding | 9 | Signed 16-bit | Date+time GMT | ||
| 27 | AID.WRPS.PU303.RUN_HOURS | PS_PU303_RUN_HOURS | AID.WRPS.PU303 | PU303 | RUN_HOURS | Pump PU-303 | Run hours | h | 99999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU303_RUN_HOURS | %QW10 | holding | 10 | Signed 16-bit | Date+time GMT | ||
| 28 | AID.WRPS.STN.VOL_TO_SPILL | PS_STN_VOLUME_REMAINING_TO_SPILL | AID.WRPS.STN | STN | VOL_TO_SPILL | Waterloo Road PS - station wide measurements and status | Volume remaining to spill | m3 | 9999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_THIRTY_SEC | 30 | 1 weeks | PS_STN_VOLUME_REMAINING_TO_SPILL | %QW11 | holding | 11 | Signed 16-bit | Date+time GMT | |
| 29 | AID.WRPS.STN.STATE | PS_STN_STATION_STATE | AID.WRPS.STN | STN | STATE | Waterloo Road PS - station wide measurements and status | Station state (enum 3.1) | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_STATION_STATE | %QW12 | holding | 12 | Signed 16-bit | Date+time GMT | |||
| 30 | AID.WRPS.PU301.STATE | PS_PU301_PUMP_STATE | AID.WRPS.PU301 | PU301 | STATE | Pump PU-301 | Pump state (enum 3.2) | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU301_PUMP_STATE | %QW13 | holding | 13 | Signed 16-bit | Date+time GMT | |||
| 31 | AID.WRPS.PU302.STATE | PS_PU302_PUMP_STATE | AID.WRPS.PU302 | PU302 | STATE | Pump PU-302 | Pump state (enum 3.2) | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU302_PUMP_STATE | %QW14 | holding | 14 | Signed 16-bit | Date+time GMT | |||
| 32 | AID.WRPS.PU303.STATE | PS_PU303_PUMP_STATE | AID.WRPS.PU303 | PU303 | STATE | Pump PU-303 | Pump state (enum 3.2) | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_PU303_PUMP_STATE | %QW15 | holding | 15 | Signed 16-bit | Date+time GMT | |||
| 33 | AID.WRPS.STN.DUTY_PUMP | PS_STN_CURRENT_DUTY_PUMP | AID.WRPS.STN | STN | DUTY_PUMP | Waterloo Road PS - station wide measurements and status | Current duty pump (0 = none, 1-3) | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_CURRENT_DUTY_PUMP | %QW16 | holding | 16 | Signed 16-bit | Date+time GMT | |||
| 34 | AID.WRPS.STN.ALARM_WORD | PS_STN_ALARM_BITMASK | AID.WRPS.STN | STN | ALARM_WORD | Waterloo Road PS - station wide measurements and status | Alarm bitmask (section 6) - READ AS UNSIGNED | 99999 | Linear | 0 | 0 | 65535 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_ALARM_BITMASK | %QW17 | holding | 17 | Unsigned 16-bit | Date+time GMT | |||
| 35 | AID.WRPS.STN.CMD_ACK | PS_STN_COMMAND_ACKNOWLEDGE | AID.WRPS.STN | STN | CMD_ACK | Waterloo Road PS - station wide measurements and status | Command acknowledge (echoes %MW1) | 99 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_COMMAND_ACKNOWLEDGE | %QW20 | holding | 20 | Signed 16-bit | Date+time GMT | |||
| 36 | AID.WRPS.SP.MODE | PS_STN_STATION_MODE_1_AUTO | AID.WRPS.SP | SP | MODE | Operator setpoints and commands | Station mode: 1 = auto, 2 = off | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_STATION_MODE_1_AUTO | %MW0 | holding | 1024 | Signed 16-bit | Date+time GMT | |||
| 37 | AID.WRPS.SP.CMD_WORD | PS_STN_COMMAND_WORD | AID.WRPS.SP | SP | CMD_WORD | Operator setpoints and commands | Command word (section 3.3) | 99 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_COMMAND_WORD | %MW1 | holding | 1025 | Signed 16-bit | Date+time GMT | |||
| 38 | AID.WRPS.SP.CMD_PARAM | PS_STN_COMMAND_PARAMETER | AID.WRPS.SP | SP | CMD_PARAM | Operator setpoints and commands | Command parameter (pump number) | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_COMMAND_PARAMETER | %MW2 | holding | 1026 | Signed 16-bit | Date+time GMT | |||
| 39 | AID.WRPS.SP.LEVEL_SP | PS_STN_LEVEL_CONTROL_SETPOINT | AID.WRPS.SP | SP | LEVEL_SP | Operator setpoints and commands | Level control setpoint | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_EVENT | 1 weeks | PS_STN_LEVEL_CONTROL_SETPOINT | %MW3 | holding | 1027 | Signed 16-bit | Date+time GMT | ||
| 40 | AID.WRPS.SP.START_DUTY | PS_STN_START_DUTY_LEVEL | AID.WRPS.SP | SP | START_DUTY | Operator setpoints and commands | Start duty level | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_EVENT | 1 weeks | PS_STN_START_DUTY_LEVEL | %MW4 | holding | 1028 | Signed 16-bit | Date+time GMT | ||
| 41 | AID.WRPS.SP.START_P2 | PS_STN_START_PUMP_2_LEVEL | AID.WRPS.SP | SP | START_P2 | Operator setpoints and commands | Start pump 2 level | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_EVENT | 1 weeks | PS_STN_START_PUMP_2_LEVEL | %MW5 | holding | 1029 | Signed 16-bit | Date+time GMT | ||
| 42 | AID.WRPS.SP.START_P3 | PS_STN_START_PUMP_3_LEVEL | AID.WRPS.SP | SP | START_P3 | Operator setpoints and commands | Start pump 3 level | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_EVENT | 1 weeks | PS_STN_START_PUMP_3_LEVEL | %MW6 | holding | 1030 | Signed 16-bit | Date+time GMT | ||
| 43 | AID.WRPS.SP.STOP_ALL | PS_STN_STOP_ALL_LEVEL | AID.WRPS.SP | SP | STOP_ALL | Operator setpoints and commands | Stop all level | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_EVENT | 1 weeks | PS_STN_STOP_ALL_LEVEL | %MW7 | holding | 1031 | Signed 16-bit | Date+time GMT | ||
| 44 | AID.WRPS.SP.HIGH_ALARM | PS_STN_HIGH_LEVEL_ALARM_SP | AID.WRPS.SP | SP | HIGH_ALARM | Operator setpoints and commands | High level alarm | % | 999.9 | Linear | 1 | -546 | 546 | 0.016666666666666666 | value / 60 | WRPS_EVENT | 1 weeks | PS_STN_HIGH_LEVEL_ALARM | %MW8 | holding | 1032 | Signed 16-bit | Date+time GMT | ||
| 45 | AID.WRPS.SP.MIN_SPEED | PS_STN_MINIMUM_DRIVE_SPEED | AID.WRPS.SP | SP | MIN_SPEED | Operator setpoints and commands | Minimum drive speed | % | 999.9 | Linear | 1 | -6553 | 6553 | 0.2 | value * 0.2 | WRPS_EVENT | 1 weeks | PS_STN_MINIMUM_DRIVE_SPEED | %MW9 | holding | 1033 | Signed 16-bit | Date+time GMT | ||
| 46 | AID.WRPS.SP.SERVICE_HRS | PS_STN_SERVICE_INTERVAL | AID.WRPS.SP | SP | SERVICE_HRS | Operator setpoints and commands | Service interval | h | 99999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_STN_SERVICE_INTERVAL | %MW10 | holding | 1034 | Signed 16-bit | Date+time GMT | ||
| 47 | AID.WRPS.SIM.INFLOW | simulation control, not a plant measurement - answering from it would report the scenario driver as though it were the real inflow | AID.WRPS.SIM | SIM | INFLOW | Simulation control - simulation build only | manual inflow (mode 0) | m3/h | 9999.9 | Linear | 1 | -11796.48 | 11796.12 | 0.36 | value * 0.36 | WRPS_EVENT | 1 weeks | PS_SIM_MANUAL_INFLOW | %MW20 | holding | 1044 | Signed 16-bit | Date+time GMT | ||
| 48 | AID.WRPS.SIM.SCENARIO | simulation control, not a plant measurement | AID.WRPS.SIM | SIM | SCENARIO | Simulation control - simulation build only | scenario 0=man 1=diurnal 2=wet 3=ref | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_SIM_SCENARIO_0_MAN_1_DIURNAL_2_W | %MW21 | holding | 1045 | Signed 16-bit | Date+time GMT | |||
| 49 | AID.WRPS.SIM.RESET | simulation control, not a plant measurement | AID.WRPS.SIM | SIM | RESET | Simulation control - simulation build only | write 1 to reset scenario, self-clearing | 9 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_SIM_WRITE_1_TO_RESET_SCENARIO | %MW22 | holding | 1046 | Signed 16-bit | Date+time GMT | |||
| 50 | AID.WRPS.SIM.TIME_SCALE | simulation control - a non-unity time scale means wall-clock durations in the history are compressed and must not be quoted as real durations | AID.WRPS.SIM | SIM | TIME_SCALE | Simulation control - simulation build only | time scale 1-120 | x | 999 | Linear | 1 | -32768 | 32767 | 1.0 | value | WRPS_EVENT | 1 weeks | PS_SIM_TIME_SCALE_1_120 | %MW23 | holding | 1047 | Signed 16-bit | Date+time GMT |