PNS_IF_READ_RECORD_IND_T (STRUCT) ¶ TYPE PNS_IF_READ_RECORD_IND_T : STRUCT InOut: Name Type tHeader TLR_PACKET_HEADER_T tData PNS_IF_READ_RECORD_IND_DATA_T
PNS_IF_READ_RECORD_RSP_DATA_T (STRUCT) ¶ TYPE PNS_IF_READ_RECORD_RSP_DATA_T : STRUCT InOut: Name Type Comment hRecordHandle UDINT A stack internal identifier which belongs to this indication. hDeviceHandle UDINT The device handle ulSequenceNum UDINT The sequence number passed in the indication. ulApi UDINT The API the IO-Controller wants to read. ulSlot UDINT The slot the IO-Controller wants to read. ulSubslot UDINT The subslot the IO-Controller wants to read. ulIndex UDINT The index the IO-Controller wants to read. ulReadLen UDINT 0..n The record data length read. N shall be smaller or equal than value of indication’s ulLenToRead field. ulPnio UDINT PROFINET error code, consists of ErrorCode, ErrorDecode, ErrorCode1 and ErrorCode2. See section “4PROFINET Status Code”. usAddValue1 UINT Additional Value 1. This value is reserved for usage within Profiles and shall be set to zero by default. usAddValue2 UINT Additional Value 2. This value is reserved for usage within Profiles and shall be set to zero by default. abRecordData ARRAY [0..1023] OF BYTE Read record data. The array must not be larger than the value in indication’s ulLenToRead field.
PNS_IF_READ_RECORD_RSP_T (STRUCT) ¶ TYPE PNS_IF_READ_RECORD_RSP_T : STRUCT InOut: Name Type tHeader TLR_PACKET_HEADER_T tData PNS_IF_READ_RECORD_RSP_DATA_T
PNS_IF_AR_ABORT_IND_IND_T (STRUCT) ¶ TYPE PNS_IF_AR_ABORT_IND_IND_T : STRUCT InOut: Name Type Comment tHead TLR_PACKET_HEADER_T hDeviceHandle UDINT ulPnio UDINT Profinet error code, consists of ErrCode, ErrDecode, ErrCode1 and ErrCode2
PNS_IF_EVENT_IND_T (STRUCT) ¶ TYPE PNS_IF_EVENT_IND_T : STRUCT InOut: Name Type Comment tHead TLR_PACKET_HEADER_T ausEventCnt ARRAY [0..7] OF UINT For each event the number OF events occurred since the last event indication.
PNS_IF_RESET_FACTORY_SETTINGS_IND_T (STRUCT) ¶ TYPE PNS_IF_RESET_FACTORY_SETTINGS_IND_T : STRUCT InOut: Name Type tHeader TLR_PACKET_HEADER_T usResetCode UINT
PNS_IF_STORE_REMANENT_DATA_IND_T (STRUCT) ¶ TYPE PNS_IF_STORE_REMANENT_DATA_IND_T : STRUCT InOut: Name Type Comment tHeader TLR_PACKET_HEADER_T tData BYTE The remanent data to be stored by application.
PNS_IF_USER_ERROR_IND_DATA_T (STRUCT) ¶ TYPE PNS_IF_USER_ERROR_IND_DATA_T : STRUCT InOut: Name Type Comment ulErrorCode UDINT ulCommand UDINT Note: In case that the stack reports an error it is possible that the value ulCommand contains a misleading value and that that command has nothing to do with the error reported in ulErrorCode.
PNS_IF_USER_ERROR_IND_T (STRUCT) ¶ TYPE PNS_IF_USER_ERROR_IND_T : STRUCT InOut: Name Type tHead TLR_PACKET_HEADER_T tData PNS_IF_USER_ERROR_IND_DATA_T
Diagnosis ¶ CheckInd (Method) UpdateModuleDiag (Method)