This manual provides step-by-step instructions and technical specifications for the of the BECSys5 Building Energy Control System. It is intended for certified electrical technicians, system integrators, and facility engineers.
(* Wait for start command *) WAIT_FOR StartCmd = TRUE; (* Open fill valve *) FillValve := ON; (* Monitor flow meter until setpoint *) WHILE (FlowTotal < TargetVolume) DO SLEEP(100); (* ms *) END_WHILE; (* Close valve and signal complete *) FillValve := OFF; PhaseComplete := TRUE; becsys5 installation and technical manual
This manual provides step-by-step instructions and technical specifications for the of the BECSys5 Building Energy Control System. It is intended for certified electrical technicians, system integrators, and facility engineers.
(* Wait for start command *) WAIT_FOR StartCmd = TRUE; (* Open fill valve *) FillValve := ON; (* Monitor flow meter until setpoint *) WHILE (FlowTotal < TargetVolume) DO SLEEP(100); (* ms *) END_WHILE; (* Close valve and signal complete *) FillValve := OFF; PhaseComplete := TRUE;