blob: 0ef7d600ae4bc46d6361c01ca703839cd4109722 [file] [log] [blame]
George Hungdfef06b2020-08-11 21:11:11 +08001LABEL_in1 = "p12v_fan_in"
George Hunga66f2b92020-05-19 15:52:33 +08002CRITHI_in1 = "60000"
3CRITLO_in1 = "40000"
4WARNHI_in1 = "60000"
5WARNLO_in1 = "40000"
6MINVALUE_in1 = "0"
7MAXVALUE_in1 = "65"
George Hung58c91e52020-08-05 20:50:42 +08008# READ_VIN is direct value*100
9GAIN_in1 = "100.0"
George Hunga66f2b92020-05-19 15:52:33 +080010PWRONMON_in1 = "ON"
11
George Hungdfef06b2020-08-11 21:11:11 +080012LABEL_in2 = "p12v_fan_out"
George Hunga66f2b92020-05-19 15:52:33 +080013CRITHI_in2 = "12600"
14CRITLO_in2 = "11400"
15WARNHI_in2 = "12600"
16WARNLO_in2 = "11400"
17MINVALUE_in2 = "0"
18MAXVALUE_in2 = "14"
George Hung58c91e52020-08-05 20:50:42 +080019# READ_VOUT is direct value*5.02
20GAIN_in2 = "5.02"
George Hunga66f2b92020-05-19 15:52:33 +080021PWRONMON_in2 = "ON"
22
George Hungdfef06b2020-08-11 21:11:11 +080023LABEL_curr1 = "p12v_fan_in"
George Hung444a3712020-09-03 14:23:39 +080024CRITHI_curr1 = "30000"
George Hunga66f2b92020-05-19 15:52:33 +080025CRITLO_curr1 = "0"
George Hung444a3712020-09-03 14:23:39 +080026WARNHI_curr1 = "30000"
George Hunga66f2b92020-05-19 15:52:33 +080027WARNLO_curr1 = "0"
28MINVALUE_curr1 = "0"
29MAXVALUE_curr1 = "35"
George Hung444a3712020-09-03 14:23:39 +080030# READ_Iin is direct value*0.5
31GAIN_curr1 = "0.5"
George Hunga66f2b92020-05-19 15:52:33 +080032PWRONMON_curr1 = "ON"
33
George Hungdfef06b2020-08-11 21:11:11 +080034LABEL_curr2 = "p12v_fan_out"
George Hung444a3712020-09-03 14:23:39 +080035CRITHI_curr2 = "100000"
George Hunga66f2b92020-05-19 15:52:33 +080036CRITLO_curr2 = "0"
George Hung444a3712020-09-03 14:23:39 +080037WARNHI_curr2 = "100000"
George Hunga66f2b92020-05-19 15:52:33 +080038WARNLO_curr2 = "0"
39MINVALUE_curr2 = "0"
40MAXVALUE_curr2 = "150"
41PWRONMON_curr2 = "ON"
George Hungc680ebe2020-09-10 21:15:54 +080042
43LABEL_temp1= "p12v_fan"
44WARNLO_temp1= "0"
45WARNHI_temp1= "125000"
46CRITHI_temp1 = "125000"
47CRITLO_temp1 = "0"
48MINVALUE_temp1 = "-128"
49MAXVALUE_temp1 = "127"
50PWRONMON_temp1 = "ON"