added overflow pump

This commit is contained in:
Nico Melone
2025-05-14 18:20:36 -05:00
parent 6d73541a54
commit b5c18d453b
3 changed files with 4264 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
MeasuringPointName,ControllerName,GroupName,UploadType,DataType,EnableBit,BitIndex,reverseBit,Address,Decimal,Len,ReadWrite,Unit,Description,Transform Type,MaxValue,MinValue,MaxScale,MinScale,Gain,Offset,startBit,endBit,Pt,Ct,Mapping_table,TransDecimal,bitMap,msecSample,DataEndianReverse,ReadOffset,ReadLength,DataParseMethod,BitId,storageLwTSDB
start_level_spt,overflow_pump,default,periodic,FLOAT,,,,Start_Level_spt ,2,,ro,, start level input,none,,,,,,,,,,,,,,,,,,,,1
stop_level_spt,overflow_pump,default,periodic,FLOAT,,,,Stop_Level_spt ,2,,ro,, stop level input,none,,,,,,,,,,,,,,,,,,,,1
auto,overflow_pump,default,periodic,BIT,,,0,Raw_Auto_Input ,,,ro,, HOA auto status,none,,,,,,,,,,,,,0,,,,,,,1
hand,overflow_pump,default,periodic,BIT,,,0,Raw_Hand_Input ,,,ro,, HOA hand status,none,,,,,,,,,,,,,0,,,,,,,1
run_status,overflow_pump,default,periodic,BIT,,,0,Raw_Run_Status ,,,ro,, Pump running status,none,,,,,,,,,,,,,0,,,,,,,1
level_override,overflow_pump,default,periodic,BIT,,,0,Level_Override ,,,ro,,"1= runs regardless of level, 0= runs based on start/stop levels",none,,,,,,,,,,,,,0,,,,,,,1
overload_status,overflow_pump,default,periodic,BIT,,,0,Raw_Overload_Status , ,,ro,,,none,,,,,,,,,,,,,0,,,,,,,1
1 MeasuringPointName ControllerName GroupName UploadType DataType EnableBit BitIndex reverseBit Address Decimal Len ReadWrite Unit Description Transform Type MaxValue MinValue MaxScale MinScale Gain Offset startBit endBit Pt Ct Mapping_table TransDecimal bitMap msecSample DataEndianReverse ReadOffset ReadLength DataParseMethod BitId storageLwTSDB
2 start_level_spt overflow_pump default periodic FLOAT Start_Level_spt 2 ro start level input none 1
3 stop_level_spt overflow_pump default periodic FLOAT Stop_Level_spt 2 ro stop level input none 1
4 auto overflow_pump default periodic BIT 0 Raw_Auto_Input ro HOA auto status none 0 1
5 hand overflow_pump default periodic BIT 0 Raw_Hand_Input ro HOA hand status none 0 1
6 run_status overflow_pump default periodic BIT 0 Raw_Run_Status ro Pump running status none 0 1
7 level_override overflow_pump default periodic BIT 0 Level_Override ro 1= runs regardless of level, 0= runs based on start/stop levels none 0 1
8 overload_status overflow_pump default periodic BIT 0 Raw_Overload_Status ro none 0 1

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff