ST_RFID_ReaderInfo
TYPE ST_RFID_ReaderInfo :
STRUCT
dDate : DATE;
eType : E_RFID_ReaderType;
eGroup : E_RFID_ReaderGroup;
eManufacturer : E_RFID_ReaderManufacturer;
iReserved : UINT;
sSWVersion : STRING(31);
sHWVersion : STRING(31);
sCode : STRING(39);
sSerialNumber : STRING(39);
iSrcAddrRcv : UDINT; (* RS485 address *)
iDstAddrRcv : UDINT; (* RS485 address *)
END_STRUCT
END_TYPE
Following the GetReaderVersion command from the command set, the received data are processed in this output structure.
Not every variable is thereby served by every RFID reader model in the form of the version information. Hence, for example, one reader model returns the production date, whilst another reader model transmits the hardware version.
More detailed information on the entries can be found in the manufacturer’s own protocol specification and manuals.
all manufacturers:
eType | The RFID reader type is indicated as an enumeration at this output. |
eGroup | The RFID reader group/series is indicated at this output. The internal processing of all telegrams in the library is specified by this group allocation. |
eManufacturer | The manufacturer of the connected RFID reader is indicated at this output. TYPE E_RFID_ReaderManufacturer : (( eRFRM_Unknown, eRFRM_Balluff, eRFRM_Deister, eRFRM_Leuze, eRFRM_PepperlFuchs, eRFRM_Baltech); END_TYPE |
iSrcAddrRcv | In case of the RS485 interface, the received source address is indicated here. |
iDstAddrRcv | In case of the RS485 interface, the received destination address is indicated here. |
Baltech:
dDate | The production date of the RFID reader is indicated at this output. The date 1970-01-01 means that no production date was transmitted. |
sSWVersion | Indicates the software version as text. |
sCode | The special type of the RFID reader is transmitted as numeric code. This is output at sCode output as a string. |
sSerialNumber | The serial number of the RFID reader is output as a hexadecimal string at the sSerialNumber output. This is not to be confused with the transponder serial number. |
Deister:
sSWVersion | Indicates the software version as text. |
sHWVersion | Indicates the hardware version as text. |
sCode | The special type of the RFID reader is transmitted as numeric code. This is output at sCode output as a string. |
sSerialNumber | The serial number of the RFID reader is output as a hexadecimal string at the sSerialNumber output. This is not to be confused with the transponder serial number. |
Leuze:
dDate | The production date of the RFID reader is indicated at this output. The date 1970-01-01 means that no production date was transmitted. |
sCode | The special type of the RFID reader is transmitted as numeric code. This is output at sCode output as a string. |
Pepperl+Fuchs:
dDate | The production date of the RFID reader is indicated at this output. |
sSWVersion | Indicates the software version as text. |
sCode | The special type of the RFID reader is transmitted as numeric code. This is output at sCode output as a string. |