Error Codes
Value (hex) | Value (dec) | Description |
---|---|---|
0x0000 | 0 | No error. |
0x0001 | 1 | FB_MaximumDemandController(): -- reserved error code -- |
0x0002 | 2 | FB_MaximumDemandController(): The input parameter fMeterConstant is "0". |
0x0003 | 3 | FB_LightControl() : The switch range (nSwitchRange) in the first or second element of the value table arrControlTable is 0. It is thus assumed that the table has only one value set or none at all. |
0x0004 | 4 | FB_LightControl() : 2 neighboring input values nActualValue in the value table arrControlTable lie too close together i.e. each in the switching range of the other. |
0x0005 | 5 | FB_Sequencer() : The start index nStartIndex is outside of the valid range [1..50]. |
0x0006 | 6 | FB_Sequencer() : The start index nStartIndex refers to a point that, for its part, marks the end of a sequence (zero entries). |
0x0007 | 7 | Scheduler function blocks: An input parameter is not in the valid range. |
0x0008 | 8 | Scheduler function blocks: None is set for the selection parameters (weekly time clock: selection of weekdays, monthly time clocks: selection of months). |
0x0009 | 9 | Scheduler function blocks: A day in the month was selected that is not valid. |
0x000A | 10 | FB_ConstantLightControlEco() : Input parameter nMinLevel is greater than or equal to nMaxLevel. |
0x000B | 11 | FB_ScenesLighting(), FB_ScenesVenetianBlind(): Input parameter sFile is invalid (empty). |
0x000C | 12 | FB_ScenesLighting(), FB_ScenesVenetianBlind(): Internal error. File with the scene values was not found. |
0x000D | 13 | FB_ScenesLighting(), FB_ScenesVenetianBlind(): Internal error: No further free file handles available. |