Class PulsarMX


  • public class PulsarMX
    extends UHFReader
    PulsarMX UHF Mid Range Reader
    The PulsarMX is a UHF RFID Reader for applications with medium read range between 2 and 5 m and up to 100 tags at the same time in the field (anti collision). Typical applications include container tracking, reading data from sensor tags or as a scanning station on a conveyor belt. With its low cost, it open up new possibilities for RFID which were not economical before.
    Author:
    mn
    • Constructor Detail

      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        ICommConnection connection)
        Creates a new PulsarMX with the specified connection
        Parameters:
        identifier - reader identifier
        connection - the communication interface (instance of ICommConnection)
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        ICommConnection connection,
                        UHFReader.READER_MODE mode)
        Creates a new PulsarMX with the specified connection and reader mode
        Parameters:
        identifier - reader identifier
        connection - the communication interface (instance of ICommConnection)
        mode - the used RFID communication standart. (READER_MODE)
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        java.lang.String usbDeviceSerialNumber)
        Creates a new PulsarMX class for communicate with the specified metraTec usb PulsarMX
        Parameters:
        identifier - reader identifier
        usbDeviceSerialNumber - serial number of the usb reader
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        java.lang.String ipAddress,
                        int port)
        Creates a new PulsarMX class for communicate with the specified metraTec ethernet PulsarMX
        Parameters:
        identifier - reader identifier
        ipAddress - ip address of the ethernet reader
        port - port of the ethernet reader
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        java.lang.String portName,
                        int baudrate,
                        int dataBit,
                        int stopBit,
                        int parity,
                        int flowControl)
        Creates a new PulsarMX class for communicate with the specified metraTec serial PulsarMX
        Parameters:
        identifier - reader identifier
        portName - port on which the rs232 reader is connected
        baudrate - baudrate of the rs232 reader
        dataBit - rs232 databits
        stopBit - rs232 stopbit
        parity - rs232 parity
        flowControl - rs232 flowcontrol
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        java.lang.String usbDeviceSerialNumber,
                        UHFReader.READER_MODE mode)
        Creates a new PulsarMX class for communicate with the specified metraTec usb PulsarMX
        Parameters:
        identifier - reader identifier
        usbDeviceSerialNumber - serial number of the usb reader
        mode - the used RFID communication standart. (READER_MODE)
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        java.lang.String ipAddress,
                        int port,
                        UHFReader.READER_MODE mode)
        Creates a new PulsarMX class for communicate with the specified metraTec ethernet PulsarMX
        Parameters:
        identifier - reader identifier
        ipAddress - ip address of the ethernet reader
        port - port of the ethernet reader
        mode - the used RFID communication standart. (READER_MODE)
      • PulsarMX

        public PulsarMX​(java.lang.String identifier,
                        java.lang.String portName,
                        int baudrate,
                        int dataBit,
                        int stopBit,
                        int parity,
                        int flowControl,
                        UHFReader.READER_MODE mode)
        Creates a new PulsarMX class for communicate with the specified metraTec serial PulsarMX
        Parameters:
        identifier - reader identifier
        portName - port on which the rs232 reader is connected
        baudrate - baudrate of the rs232 reader
        dataBit - rs232 databits
        stopBit - rs232 stopbit
        parity - rs232 parity
        flowControl - rs232 flowcontrol
        mode - the used RFID communication standart. (READER_MODE)