Package com.metratec.lib.rfidreader.iso
Class DMI15
- java.lang.Object
-
- com.metratec.lib.rfidreader.MetratecReader<T>
-
- com.metratec.lib.rfidreader.MetratecReaderGen1<HfTag>
-
- com.metratec.lib.rfidreader.iso.ISOReader
-
- com.metratec.lib.rfidreader.iso.DMI15
-
public class DMI15 extends ISOReader
Iot HF Reader/Writer
An industrial short range RFID reader for 13.56 MHz with an integrated antenna and a power supply via Ethernet (PoE). Inputs and outputs are PLC compatible.- Author:
- mn
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.metratec.lib.rfidreader.iso.ISOReader
ISOReader.MODE, ISOReader.SRI
-
-
Field Summary
-
Fields inherited from class com.metratec.lib.rfidreader.MetratecReader
STATE_CONFIGURING, STATE_CONNECTING, STATE_RUNNING, STATE_STOPPED, STATE_WAITING_FOR_RECONNECT
-
-
Constructor Summary
Constructors Constructor Description DMI15(java.lang.String identifier, ICommConnection connection)
Creates a new DMI15 with the specified connectionDMI15(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new DMI15 with the specified connection and reader modeDMI15(java.lang.String identifier, java.lang.String ipAddress, int port)
Creates a new DMI15 classDMI15(java.lang.String identifier, java.lang.String ipAddress, int port, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new DMI15 class
-
Method Summary
-
Methods inherited from class com.metratec.lib.rfidreader.iso.ISOReader
close, getInventory, getInventorySingleSlot, getInventoryUnique, getInventoryUniqueSingleSlot, getMODE, getSRI, getTagData, getTagData, getTagData, getTagSystemInformation, getUseAFI, lockTagAFI, lockTagDSFID, scanInventory, scanInventory, sendDirectReadingRequest, sendDirectWritingRequest, sendReadingRequest, sendWritingRequest, setAntennaPort, setMode, setMultiplexAntennas, setPower, setSRI, setTagAFI, setTagData, setTagData, setTagData, setTagData, setTagDSFID, setTagQuiet, setUseAFI, stopInventory
-
Methods inherited from class com.metratec.lib.rfidreader.MetratecReaderGen1
getCRCState, getEndOfFrameState, getFirmwareRevision, getHardwareRevision, getInput, getReaderType, getRevision, getSerialNumber, ping, reset, scanInventory, setOutput, standby, startInventory, stop, wakeUp
-
Methods inherited from class com.metratec.lib.rfidreader.MetratecReader
connect, connect, disconnect, getIdentifier, getInputDebounceTime, getReceiveTimeout, isConnected, setIdentifier, setInputDebounceTime, setMaxReconnectWaitTime, setMinReconnectWaitTime, setReaderEventListener, setReceiveTimeout, setTagEventListener, start, start, startAndWait, startAndWait, startInventory
-
-
-
-
Constructor Detail
-
DMI15
public DMI15(java.lang.String identifier, ICommConnection connection, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new DMI15 with the specified connection and reader mode- Parameters:
identifier
- reader identifierconnection
- connectionmode
- modesri
- sri
-
DMI15
public DMI15(java.lang.String identifier, ICommConnection connection)
Creates a new DMI15 with the specified connection- Parameters:
identifier
- reader identifierconnection
- connection
-
DMI15
public DMI15(java.lang.String identifier, java.lang.String ipAddress, int port, ISOReader.MODE mode, ISOReader.SRI sri)
Creates a new DMI15 class- Parameters:
identifier
- reader identifieripAddress
- ip address of the ethernet uhf readerport
- port of the ethernet uhf readermode
- modesri
- sri
-
DMI15
public DMI15(java.lang.String identifier, java.lang.String ipAddress, int port)
Creates a new DMI15 class- Parameters:
identifier
- reader identifieripAddress
- ip address of the ethernet uhf readerport
- port of the ethernet uhf reader
-
-