ERROR (ENUM)ΒΆ
TYPE ERROR :
This data type describes errors which can occure using CODESYS J1939 Safety library.
- Attributes:
- qualified_only
- InOut:
- Name - Initial - Comment - NO_ERROR - 16#0 - No error occurred - CALLER_CONTEXT - 16#10 - Function block was called in the wrong contex. - PARAM_PRIO - 16#20 - Parameter SHM and SDM priority error - PARAM_REFRESH_TIME - 16#21 - Parameter refresh time invalid - PARAM_DATA_LENGTH - 16#22 - Parameter data length invalid - PARAM_SCT - 16#23 - Parameter SCT invalid - PARAM_SRVT - 16#24 - Parameter SRVT invalid - PARAM_PGN - 16#25 - Parameter PGN invalid - COMM_CORRUPTION - 16#30 - SDG safety error - message corruption. Messages may be corrupted due to errors within a bus participant,
- due to errors on the transmission medium, or due to message interference. 
 - COMM_SCT - 16#31 - SDG safety error - unacceptable delay (SCT - SHM not arrived in time). - COMM_SRVT - 16#32 - SDG safety error - unacceptable delay (SRVT - SDM not arrived in time). - COMM_UNINTENDED_REPETITION - 16#33 - SDG safety error - unintended repetition of SHM message. Old not-updated messages may be repeated at an incorrect point in time. - COMM_SEQNUM_ORDER - 16#34 - SDG safety error - incorrect SHM sequence number order, e.g. SHM message lost. - COMM_SEQ_SHM_SDM - 16#35 - SDG safety error - incorrect sequence, SDM before SHM received. - COMM_SHM_DATA_LENGTH - 16#80 - SDG safety error - received SHM data length incorrect, 8 expected. - COMM_SHM_DATA_PAGE - 16#81 - SDG safety error - received SHM id Data Page incorrect, 0 expected. - COMM_SHM_EXT_DATA_PAGE - 16#82 - SDG safety error - received SHM id Extended Data Page incorrect, 0 expected. - COMM_SHM_PDU_SPECIFIC - 16#83 - SDG safety error - received SHM id PDU specific value incorrect. - COMM_SHM_PDU_FORMAT - 16#84 - SDG safety error - received SHM id PDU format value incorrect, 14 expected. - COMM_SHM_SRC_ADDR - 16#85 - SDG safety error - received SHM id source address incorrect. - COMM_SHMDATA_INV_DATA_PAGE - 16#90 - SDG safety error - received SHM data inverted SDM Data Page incorrect. - COMM_SHMDATA_INV_EXT_DATA_PAGE - 16#91 - SDG safety error - received SHM data inverted SDM Extended Data Page incorrect. - COMM_SHMDATA_INV_PDU_FORMAT - 16#92 - SDG safety error - received SHM data inverted SDM PDU format incorrect. - COMM_SHMDATA_INV_PDU_SPECIFIC - 16#93 - SDG safety error - received SHM data inverted SDM PDU specific incorrect. - COMM_SHMDATA_INV_SRC_ADDR - 16#94 - SDG safety error - received SHM data inverted SDM souce address incorrect. - COMM_SHMDATA_RESBIT - 16#95 - SDG safety error - received SHM data reserved data bit invalid. - COMM_SDM_EXT_DATA_PAGE - 16#A0 - SDG safety error - received SDM id Extended Data Page incorrect, check the intended connection. - COMM_SDM_DATA_PAGE - 16#A1 - SDG safety error - received SDM id Data Page incorrect, check the intended connection. - COMM_SDM_PDU_SPECIFIC - 16#A2 - SDG safety error - received SDM id PDU specific value incorrect, check the intended connection. - COMM_SDM_PDU_FORMAT - 16#A3 - SDG safety error - received SDM id PDU format value incorrect, check the intended connection. - COMM_SDM_SRC_ADDR - 16#A4 - SDG safety error - received SDM id souce address incorrect, check the intended connection. - COMM_SDM_DATA_LENGTH - 16#A5 - SDG safety error - received SDM data length incorrect, must be 0 < len <= 8. 
