ST_RFID_RawData

This structure outputs the sent and received data as raw data. This is always the complete telegram, but without prefix, suffix, checksum, CRC or shift sequence coding. Low-level communication is described in detail in section Low-level communication.

The byte sequences can be viewed via the specified pointers. The MEMCPY() function can be used for evaluation.

TYPE ST_RFID_RawData :
STRUCT
    pReceivedRsp :POINTER TO BYTE;
    pSentCommand :POINTER TO BYTE;

    iReceivedRspLen :UINT;
    iSentCommandLen :UINT;
END_STRUCT
END_TYPE

Name

Description

pReceivedRsp

A received telegram is stored as a byte sequence and the pReceivedRsp pointer points to this byte sequence.

pSentCommand

A sent telegram is stored as a byte sequence and the pSentCommand pointer points to this byte sequence.

iReceivedRspLen

Specifies the length of the stored byte sequence in bytes.

iSentCommandLen

Specifies the length of the stored byte sequence in bytes.

Requirements

Development Environment

Target Platform

PLC Libraries to include

TC3.1.4013

PC or CX (x86, x64)

Tc2_RFID