Specifications

SDM-CD16AC 16 Channel AC/DC Controller
10
07: Z=F (P30) If heater should be turned
01: 0 F off, enter a "0" into
02: 0 Exponent of 10 heater control location
03: 10-- Z Loc :
08: End (P95) Else Then Do/End
09: Else (P94) Else, If the heater is off,
10: Z=F (P30)
01: 0 F Enter a "0" into heater
02: 0 Exponent of 10 control location
03: 10-- Z Loc :
11: End (P95) End Then Do/Else/End
END HEATER CONTROL LOGIC
START COOLER CONTROL LOGIC
12: If X<=>F (P89) If "Cooler" on
01: 1-- X Loc threshold is
02: 3 >= exceeded
03: 27.5 F
04: 30 Then Do Then
13: Z=F (P30) Put a "1" into cooler
01: 1 F Control Location
02: 0 Exponent of 10
03: 15-- Z Loc :
14: End (P95) End Then Do/End
15: If X<=>F (P89) If cooler is on
01: 15-- X Loc (Cooler control
02: 2 <> Location <>0)
03: 0 F
04: 30 Then Do Then
16: If X<=>F (P89) Check lower threshold to
01: 1-- X Loc see if cooler should be
02: 4 < turned off
03: 24.5 F
04: 30 Then Do
17: Z=F (P30) If cooler should be turned
01: 0 F off, put a "0" into cooler
02: 0 Exponent of 10 control location
03: 15-- Z Loc :
18: End (P95) End Then Do/End
19: Else (P94) Else if cooler is off