Vai al contenuto
Vai all indice del manuale di programmazione
Tipo: Definizione
Libreria LogicLab: eLLabCANOpenLib
Libreria Codesys: Non disponibile

Struttura con i dati del codice di abort ricevuto dal modulo.

NomeTipoDescrizione
RecdBOOLSi attiva per un loop alla ricezione del codice di abort
OSIndexBYTEObject dictionary sub-index. Contiene il sottoindice dell’oggetto in errore. Non è mai azzerato, rimane memorizzato l’ultimo ricevuto
OIndexWORDObject dictionary index. Contiene l’indice dell’oggetto in errore. Non è mai azzerato, rimane memorizzato l’ultimo ricevuto
CodeDWORDCodice di abort ricevuto (Vedi tabella). Non è mai azzerato, rimane memorizzato l’ultimo ricevuto
Tabella codici di ABORT
Abort codeDescription
05030000Toggle bit not alternated.
05040000SDO protocol timed out.
05040001Client/server command specifier not valid or unknown.
05040002Invalid block size (block mode only).
05040003Invalid sequence number (block mode only).
05040004CRC error (block mode only).
05040005Out of memory.
06010000Unsupported access to an object.
06010001Attempt to read a write only object.
06010002Attempt to write a read only object.
06020000Object does not exist in the object dictionary.
06040041Object cannot be mapped to the PDO.
06040042The number and length of the objects to be mapped would exceed PDO length.
06040043General parameter incompatibility reason.
06040047General internal incompatibility in the device.
06060000Access failed due to a hardware error.
06070010Data type does not match; length of service parameter does not match.
06070012Data type does not match; length of service parameter too high.
06070013Data type does not match; length of service parameter too low.
06090011Sub-index does not exist.
06090030Value range of parameter exceeded (only for write access).
06090031Value of parameter written too high.
06090032Value of parameter written too low.
06090036Maximum value is less than minimum value.
08000000General error.
08000020Data cannot be transferred or stored to the application.
08000021Data cannot be transferred or stored to the application because of local control.
08000022Data cannot be transferred or stored to the application because of the present device state.
08000023Object dictionary dynamic generation fails or no object dictionary is present (e.g. object dictionary is generated from file and generation fails because of a file error).
Was this article helpful?