Files
Stream_PHX_A7/Gateways/FE/projects/.resources/7d97e8ab11685f38cf74f67b45b6e5fb38c2409c31851994ddd9c1ddebd5f66a

22 lines
646 B
Plaintext

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)