Exceptions

exception ingenialink.exceptions.ILAccessError[source]

IngeniaLink access error.

exception ingenialink.exceptions.ILActiveFeedbacksHigherThanAllowed[source]

Number of active feedbacks is higher than allowed configuration error.

exception ingenialink.exceptions.ILAlreadyInitializedError[source]

IngeniaLink already initialized error.

exception ingenialink.exceptions.ILCOMKITTimeout[source]

COMKIT Timeout. CORE device is not properly connected configuration error.

exception ingenialink.exceptions.ILCRCError[source]

CRC error configuration error.

exception ingenialink.exceptions.ILCommunicationNotModifiable[source]

Communication setting is not modifiable in the current state configuration

exception ingenialink.exceptions.ILCommunicationStateUnreachable[source]

Communication state is unreachable configuration error.

exception ingenialink.exceptions.ILConfigurationError[source]

IngeniaLink IPB protocol configuration error.

exception ingenialink.exceptions.ILCreationError[source]

IngeniaLink creation error.

exception ingenialink.exceptions.ILCyclicMappingTooLarge[source]

Cyclic mapping is too large configuration error.

exception ingenialink.exceptions.ILDisconnectionError[source]

IngeniaLink disconnection error.

exception ingenialink.exceptions.ILError[source]

IngeniaLink generic error.

exception ingenialink.exceptions.ILFirmwareLoadError[source]

IngeniaLink error while loading a firmware.

exception ingenialink.exceptions.ILIOError[source]

IngeniaLink I/O error.

exception ingenialink.exceptions.ILIncorrectAccessType[source]

Incorrect access type configuration error.

exception ingenialink.exceptions.ILInvalidCommand[source]

Invalid command configuration error.

exception ingenialink.exceptions.ILMemoryError[source]

IngeniaLink memory error.

exception ingenialink.exceptions.ILNACKError[source]

IngeniaLink NACK error.

exception ingenialink.exceptions.ILNotSupportedError[source]

IngeniaLink Not supported error.

exception ingenialink.exceptions.ILObjectNotCyclicMappable[source]

Object isn’t cyclic mappable as requested configuration error.

exception ingenialink.exceptions.ILObjectNotExist[source]

Object doesn’t exist configuration error.

exception ingenialink.exceptions.ILRegisterNotFoundError[source]

IngeniaLink register not found in dictionary.

exception ingenialink.exceptions.ILStateError[source]

IngeniaLink state error.

exception ingenialink.exceptions.ILTimeoutError[source]

IngeniaLink timeout error.

exception ingenialink.exceptions.ILUDPException[source]

Ingenialink exception on UDP action.

exception ingenialink.exceptions.ILUnsupportedRegisterValue[source]

Unsupported value introduced in register configuration error.

exception ingenialink.exceptions.ILUnsupportedSynchronization[source]

Unsupported synchronization method configuration error.

exception ingenialink.exceptions.ILValueError[source]

IngeniaLink value error.

exception ingenialink.exceptions.ILWrongCRCError[source]

IngeniaLink Wrong CRC error.

exception ingenialink.exceptions.ILWrongCyclicKey[source]

Cyclic mapping key is wrong configuration error.

exception ingenialink.exceptions.ILWrongCyclicRegisterSize[source]

Mapped cyclic register size is wrong configuration error.

exception ingenialink.exceptions.ILWrongRegisterError[source]

IngeniaLink Wrong register error.