Error codes
Value (hex) | Value (dec) | Description |
---|---|---|
0x0000 | 0 | No error. |
0x0001 | 1 | No answer from the DALI terminal. |
0x0002 | 2 | No answer from the DALI ballast. |
0x0003 | 3 | Communication buffer overflow. |
0x0004 | 4 | No answer from the communication block. |
0x0005 | 5 | DALI collision detected on the backward channel: During the transfer of a DALI telegram, a collision with the send data of another DALI slave was detected. |
0x0006 | 6 | DALI collision detected on the forward channel: During the transfer of a DALI telegram, a collision with the send data of another DALI master was detected. The error also occurs when the 24 V is missing on the power contacts of the KL6811. |
0x0007 | 7 | When using the internal DALI power supply unit: overload of the internal DALI power supply unit of the KL6811 (bus under-voltage). |
0x0008 | 8 | Parameter eCommandPriority is out of range. |
0x0009 | 9 | Parameter eAddrType is out of range. |
0x000A | 10 | Parameter nAddr is a short address and is out of range. |
0x000B | 11 | Parameter nAddr is a group address and is out of range. |
0x000C | 12 | Parameter nGroup is out of range. |
0x000D | 13 | Parameter nScene is out of range. |
0x000E | 14 | Parameter nStartWithShortAddress is out of range. |
0x000F | 15 | no further free short addresses. |
0x0010 | 16 | Parameter nNewShortAddress is out of range. |
0x0011 | 17 | Parameter nShortAddress01 is out of range. |
0x0012 | 18 | Parameter nShortAddress02 is out of range. |
0x0013 | 19 | Parameter nFreeShortAddress is out of range. |
0x0014 | 20 | The short address in parameter nFreeShortAddress is occupied within the DALI line. |
0x0015 | 21 | Parameter arrSwapShortAddressList contains invalid values. |
0x0016 | 22 | Parameter nHysteresis is out of range. |
0x0017 | 23 | Parameter nProlongValue is not in the valid range. |
0x0018 | 24 | Actual value of Master-Device is 255 for too long -> Device is possibly broken. |
0x0019 | 25 | Parameter nEndLevel is not in the valid range. |
0x001A | 26 | Target-value nEndLevel is not reached after twice the ramp-time. |
0x001B | 27 | FB_DALIV2LightControl(): One or more setpoint-values (nSetpoint) in the table arrControlTable are not in the valid DALI-Range (0..254). |
0x001C | 28 | FB_DALIV2LightControl(): The switch-range nSwitchRange of the 1st or 2nd element of the table arrControlTable is “0”. Thus it´s assumed, that the table has no or only one element. |
0x001D | 29 | FB_DALIV2LightControl(): At least one input-value nActualValue in the table arrControlTable lies in the switch range of its neighbour. |
0x001E | 30 | FB_DALIV2LightControl(): At least one setpoint (nSetpoint) in the table arrControlTable is not in the valid range. Will only be checked after starting with bStart. |
0x001F | 31 | An internal state-query of the Master-Device tells that the state "fading active" is set for too long after the expected end of the dimming. See also STATUS INFORMATION |
0x0020 | 32 | Parameter nPresenceValue is not in the valid range. |
0x0021 | 33 | Timeout during internal addressing (see also FB_DALIV2AddressingIntRandomAddressing()). The terminal has not sent a reply following the start of internal addressing. |
0x0022 | 34 | The terminal has returned an error during internal addressing (see also FB_DALIV2AddressingIntRandomAddressing()). |
0x0023 | 35 | At least one test is still pending or active. |
0x0024 | 36 | Device in automatic-test-mode. |
0x0025 | 37 | Battery not fully charged for duration-test. |
0x0026 | 38 | Test canceled, no valid emergency-Status/Mode during test. |
0x0027 | 39 | Test canceled Test-mode not reached. |
0x0028 | 40 | Test canceled because of timeout. |
0x0029 | 41 | Error executing DALI-command. |
0x002A | 42 | Error writing into log-file. |
0x002B | 43 | Device not in 'normal-mode'. |
0x002C | 44 | FB_DALIV2Sequencer(): The start-index nStartIndex is not within the valid range (1..50). |
0x002D | 45 | FB_DALIV2Sequencer(): The start-index nStartIndex points to an entry, which is marked as a sequence-end (zero-entry). |
0x002E | 46 | FB_DALIV2ChangeAddressList(): The change-list arrChangeAddressList is empty. |
0x002F | 47 | FB_DALIV2ChangeAddressList(): The change-list arrChangeAddressList contains an invalid short-addresses (>63). |
0x0030 | 48 | FB_DALIV2ChangeAddressList(): The change-list arrChangeAddressList contains an double-entry regarding either the new or the old short-addresses. |
0x0031 | 49 | FB_DALIV2ChangeAddressList(): The change-list arrChangeAddressList containes an new-address which is already used by a device not affected by the changes in the DALI line. Adresses are re-programmed. |
0x0032 | 50 | FB_KL6811Config(): An error occurred during configuration of the terminal. |
0x0033 | 51 | FB_KL6811Config(): Parameter eOperationMode is not in the valid range. |
0x0034 | 52 | The constant DALI_MESSAGE_QUEUE_ENTRIES is outside the valid range (2-250). |
0x0035 | 53 | The constant DALI_RESPONSE_TABLE_ENTRIES is outside the valid range (2-250). |
0x0036 | 54 | The constant DALI_EVENT_TABLE_ENTRIES is outside the valid range (2-250). |
0x0037 | 55 | When using the internal DALI power supply unit: Power supply unit fault detected. |
0x0038 | 56 | The process image was disabled by the DI1 or DI2 inputs of the terminal. |
0x0039 | 57 | Parameter eInstAddrType is outside the valid range. |
0x003A | 58 | Parameter eDataFrameType is outside the valid range. |
0x003B | 59 | DSI is not supported by the Bus Terminal. |
0x003C | 60 | Parameter nEventPriority is outside the valid range. |
0x003D | 61 | Parameter nGroup lies outside of the valid range. |
0x003E | 62 | Parameter nInstanceGroup is outside the valid range. |
0x003F | 63 | Parameter eEventScheme is outside the valid range. |
0x0040 | 64 | Parameter eEventFilter is outside the valid range. |
0x0041 | 65 | Parameter nInstAddr is outside the valid range. |
0x0042 | 66 | Parameter ePowerSupplyMode is outside the valid range. |
0x0043 | 67 | Parameter eCommandKBusWatchdog is outside the valid range. |
0x0044 | 68 | Parameter eCommandDI1RisingEdge is outside the valid range. |
0x0045 | 69 | Parameter eCommandDI1FallingEdge is outside the valid range. |
0x0046 | 70 | Parameter eCommandDI2RisingEdge is outside the valid range. |
0x0047 | 71 | Parameter eCommandDI2FallingEdge is outside the valid range. |
0x0048 | 72 | During internal addressing (see also FB_DALIV2AddressingIntRandomAddressing()) the terminal has detected that there is no further short address available. |
0x0049 | 73 | During internal addressing (see also FB_DALIV2AddressingIntRandomAddressing()) the terminal has detected that several devices have the same long address. |
0x004A | 74 | Internal addressing (see also FB_DALIV2AddressingIntRandomAddressing()) has failed 3 times. |
0x004B | 75 | The communication buffer for sending the DALI commands has been blocked for longer than permitted. |
0x004C | 76 | The constant DALIV2_TIMEOUT_LOCK_MESSAGE_QUEUE is outside the valid range (0-15 s). |
0x004D | 77 | During internal addressing (see also FB_DALIV2AddressingIntRandomAddressing()) the terminal has detected a short circuit on the bus. |
0x004E | 78 | Short circuit detected on the DALI bus. |