|
@@ -1419,7 +1419,7 @@ char AlarmStatusCode[160][6]=
|
|
|
"012345", // AC: Pilot negative error
|
|
|
"012346", // Psu Communication error with CSU
|
|
|
"012347", // AC: Local power sharing communication error (Slave disconnect from Master)
|
|
|
- "012348", // reserved
|
|
|
+ "012348", // Chiller Alarm failure
|
|
|
"012349", // reserved
|
|
|
"012350", // reserved
|
|
|
"012351", // reserved
|
|
@@ -1599,7 +1599,8 @@ struct AlarmCodeData
|
|
|
unsigned char PilotNegativeError:1; //bit 1
|
|
|
unsigned char PsuComminicationErrWithCSU:1; //bit 2
|
|
|
unsigned char LocalPowerSharingCommunicationError:1; //bit 3
|
|
|
- unsigned char :4; //reserved bit 4 ~ bit 7
|
|
|
+ unsigned char ChillerAlarmFail:1; //bit 4
|
|
|
+ unsigned char :3; //reserved bit 4 ~ bit 7
|
|
|
//AlarmVal[19]
|
|
|
unsigned char PaymentCommTimeout:1; //Payment system communication timeout
|
|
|
unsigned char :7; //reserved bit 1 ~ bit 7
|
|
@@ -4121,7 +4122,8 @@ struct PrimaryMcuData
|
|
|
unsigned char Key1:1; //bit 2, H: ON, L:OFF
|
|
|
unsigned char Key2:1; //bit 3, H: ON, L:OFF
|
|
|
unsigned char Key3:1; //bit 4, H: ON, L:OFF
|
|
|
- unsigned char :3; //bit 5~7, Reserved
|
|
|
+ unsigned char Ac_Drop; //bit 4, H: Trigger, L:Normal
|
|
|
+ unsigned char :2; //bit 5~7, Reserved
|
|
|
}bits;
|
|
|
}InputDet;
|
|
|
};
|