Hai Extended Range Temp Sensor Programming

knowinnothin

New Member
Hello Everyone,

I have a quick question that i cant seem to figure out. Can someone please explain the operation of the low and high setpoints for the Hai 31A00-7. I'm trying to control an electric heater and am not getting consistent results.

Thanks in advance everyone.
 
The zone that the temperature sensor is connected to has a "secure / not ready" status, like all other zones do. The setpoints determine this status. When the temperature is in between the setpoints, the zone status is "secure". When it goes below the low setpoint, or above the high setpoint, the zone status is "not ready". You can then write code that looks for the temperature sensor zone status.

Note that the setpoints will be forgotten anytime the controller is powered down long enough to make it forget the time of day. I put some code in mine that restores them after a system reset. I'll post that tonight (don't have access to the system at work).
 
Back
Top