ERROR_ID (ENUM)
- TYPE ERROR_ID(
NO_ERROR
Enumeration of the Error ID, describes the details of each error generated by function blocks.
- Attributes:
qualified_only- InOut:
Name
Initial
Comment
NO_ERROR
16#0
1: No Error
INVALID_INPUT1
16#4010
2: Invalid value at input 1
INVALID_INPUT2
16#4020
3: Invalid value at input 2
LOW_INPUT2
16#4021
4: Low value at input 2
LOW_INPUT3
16#4030
5: Low value at input 3
HIGH_INPUT3
16#4032
5: High value at input 3
WRONG_PARAMETER_2_3
16#4023
6: Value at input 3 is greater than value at input 2
WRONG_PARAMETER_3_4
16#4034
6: Value at input 4 is greater than value at input 3
WRONG_PARAMETER_4_5
16#4045
7: Value at input 5 is greater than value at input 4
INVALID_INPUT3
16#4030
8: Invalid value at input 3
INVALID_INPUT4
16#4040
9: Invalid value at input 4
INVALID_INPUT5
16#4050
10: Invalid value at input 5
LOW_INPUT5
16#4051
11: Low value at input 5
INVALID_INPUT6
16#4060
12: Invalid value at input 6
LOW_INPUT6
16#4061
13: Low value at input 5
INVALID_INPUT7
16#4070
14: Invalid value at input 7
LOW_INPUT7
16#4071
15: Low value at input 7
LOW_INPUT9
16#4091
16: Invalid value at input 9
INVALID_INPUT9
16#4090
17: Invalid value at input 9
INVALID_INPUT10
16#40A0
18: Invalid value at input 10
INVALID_INPUT11
16#40B0
19: Invalid value at input 11
INVALID_INPUT12
16#40C0
20: Invalid value at input 12
LOW_INPUT12
16#40C1
20: Invalid value at input 12
HIGH_INPUT12
16#40C2
20: Invalid value at input 12
LOW_INPUT14
16#40E1
21: Invalid value at input 14
LOW_INPUT15
16#40F1
22: Low value at input 15
HIGH_INPUT15
16#40F2
22: Low value at input 15
LIBRARY_IS_NOT_SUPPORTED_IN_THIS_PLC_TYPE
16#7279
23: Error generated when eCo library is used for non eCo PLC types
TUNE_FAULT
16#7280
24: Tune fault is generated - bit 0 of wErrors of TectProcessStatusType
TC_FAULT1
16#7281
25: TC_Fault1 is generated when Actual Temperature is less than tsMachineSet.rTcMin or greater than tsMachineSet.rTcMax - bit 1 of wErrors of TectProcessStatusType
TC_FAULT2
16#7282
26: TC_Fault2 is generated when tsMachineSet.uiMinTempChange is not achieved within tsMachineSet.uiChangeTime - Bit 2 of wErrors of TectProcessStatusType
HIGH_HIGH_TEMP_FAULT
16#7283
27: When the High High Temperature Fault is generated - Bit 3 of wErrors of TectProcessStatusType. Actual temperature is greater than the high high Temperature.
LOW_LOW_TEMP_FAULT
16#7284
28: When the Low Low Temperature Fault is generated - Bit 4 of wErrors of TectProcessStatusType.Actual temperature is lower than the low low Temperature.
WRONG_TEMP_LIMITS
16#7291
29: When the configured limits is not in the order of TectMachineSet.TcMax > TectMachineSet.rHighHighTemp > TectProcessSet.rHighTemp > TectProcessSet.rLowTemp > TectMachineSet.rLowLowTemp- Bit 12 of wErrors of TectProcessStatusType + Note: Two Temperature Limits must also not be equal
CAA_FILE_ERROR
16#7296
30: CAA file Error, Please refer Status output for more details.
GROUP_FB_CALLING_ERROR
16#7297
31: No group function block call possible - internal group function call for TectTempControl or TectPwm8 failed
TIMEOUT
16#7298
32: Timeout of one operation State
READ_DATA_FAILED
16#7299
33: Read data failed: No correct format of data items
ALL_ZONES_NOT_READ
16#729B
34: Less zone data availabe in CSV recipe file than requested from TectRecipe function block
ASSIGNMENT_WRONG
16#729C
35: Zone size and zone index are not assigned as byGroupSize = 0 in the structure
NO_OF_ZONES_WRONG_CONFIG
16#729D
36: Number of zones configured is more than the actual number of zones
LOGGING_NOT_COMPLETE
16#729A
37: Restart of the Enable is required since last log saving is not complete
MAX_ZONES_USED
16#729E
38: When the number of zones in total configured > 40, then this error is generated. For example, in a group / system if a all the groups calls more than 40 zones then this error is generated.