E_HVACErrorCodes
TYPE E_HVACErrorCodes :
(
eHVACErrorCodes_NoError := 0,
eHVACErrorCodes_Error_tTaskCycleTime := 1,
eHVACErrorCodes_Error_tCtrlCycleTime := 2,
eHVACErrorCodes_InvalidParam_rDeadRange := 3,
eHVACErrorCodes_InvalidParam_rDeadBand := 4,
eHVACErrorCodes_InvalidParam_rKpIsLessThanZero := 5,
eHVACErrorCodes_InvalidParam_tTi := 6,
eHVACErrorCodes_InvalidParam_tTv := 7,
eHVACErrorCodes_InvalidParam_tTd := 8,
eHVACErrorCodes_InvalidParam_fBaseTime := 9,
eHVACErrorCodes_InvalidParam_rYMaxIsLessThanrYMin := 10,
eHVACErrorCodes_Error_MEMCPY := 11,
eHVACErrorCodes_Error_ModeNotSupported := 12,
eHVACErrorCodes_Error_rErrHighLimitOverrun := 13,
eHVACErrorCodes_Error_rErrLowLimitUnderrun := 14,
eHVACErrorCodes_Error_NoFeedbackActuator1 := 15,
eHVACErrorCodes_Error_NoFeedbackActuator2 := 16,
eHVACErrorCodes_Error_NoFeedbackActuator3 := 17,
eHVACErrorCodes_Error_NoFeedbackActuator4 := 18,
eHVACErrorCodes_Error_NoFeedbackActuator5 := 19,
eHVACErrorCodes_Error_NoFeedbackActuator6 := 20,
eHVACErrorCodes_Error_NoFeedbackActuator7 := 21,
eHVACErrorCodes_Error_NoFeedbackActuator8 := 22,
eHVACErrorCodes_InvalidParam_tOverlap1Actuator := 23,
eHVACErrorCodes_InvalidParam_iCountCtrl := 24,
eHVACErrorCodes_iMaxOnLevel := 25,
eHVACErrorCodes_tNoFeedbActuator := 26,
eHVACErrorCodes_Error_iNumberOfSequences := 27,
eHVACErrorCodes_Error_iMyNumberOfSequences := 28,
eHVACErrorCodes_Error_iCurrentSequences := 29,
eHVACErrorCodes_Error_MEMSET := 30
);
END_TYPE