20260505 Backup

This commit is contained in:
2026-05-05 23:58:14 +00:00
parent a590cd030f
commit 0bc354d095
870 changed files with 30817 additions and 46676 deletions

View File

@@ -0,0 +1,22 @@
def handleTimerEvent():
# DOAS update data
tagpath = '[default]System/DataTables/DOAS'
sub_paths = {
'OAD':'/Outdoor Air Dewpoint',
'BP':'/Building Pressure',
'SAT':'/Supply Air Temperature',
'SAD':'/Supply Air Dewpoint',
'Alm':'/AlarmSummary/Highest Active Priority'
}
equipment.common.update_data(tagpath, sub_paths)
# RTU update data
tagpath = '[default]System/DataTables/DOAS'
sub_paths = {
'OAD':'/Outdoor Air Dewpoint',
'BP':'/Building Pressure',
'SAT':'/Supply Air Temperature',
'SAD':'/Supply Air Dewpoint',
'Alm':'/AlarmSummary/Highest Active Priority'
}
equipment.common.update_data(tagpath, sub_paths)