TR/TRW SERIAL TYPE UNIQUE-Q5-T5577

Size: px
Start display at page:

Download "TR/TRW SERIAL TYPE UNIQUE-Q5-T5577"

Transcription

1 RFID TRANSPONDER TECHNOLOGY DOC. 115-R9 TR/TRW SERIAL TYPE UNIQUE-Q5-T5577 TRW-PCB TRW-ONDA TRW-SHELL TRW-BOX TRW-USB TRW-POCKET USB 1.0 FEATURES AND SPECIFICATIONS The TRW is a Front Side Serial Tag Reader/Writer with built-in Antenna. INTERFACE OPTIONS: TTL - RS232 - RS485 - USB TRANSPONDERS SUPPORTED: UNIQUE - Q5 - T5577 WORKING METHODS: - SHORT FRAME: 5 bytes HEX, the UNIQUE FORMAT. - LONG FRAME: 17 bytes HEX, for general R/W purpose. An useful READ PART1 command permit to read the SERIAL NUMBER in PAGE1 of the Q5 and T5577 tags. Can operate in AOR MODE (Answer On Request with PASSWORD). 2.0 VERSIONS Reader Only models Read/Write models TR-TTL-SS/SH-5 TTL interface.. TRW-TTL-QS/QH-5 TTL interface TR-232-SS/SH-12 RS232 interface TRW-232-QS/QH-12 RS232 interface TR-485-SS/SH-12 RS485 interface TRW-485-QS/QH-12 RS485 interface TR-USBN-SS/SH-5 USB2.0 interface TRW-USBN-QS/QH-5 USB2.0 interface. The Reader Only models perform only the read of the SHORT FRAME, 5bytes UNIQUE code. Glossary: SS/QS= Polling mode SH/QH= Spontaneous mode 12/5= Power supply 1

2 2.1 DIMENSIONS PCB TTL CONNECTION TRW-TTL The on-board connector is an 8 pin.1 soldering type. Pin Number Description 1 +5VDC 2 GND 3 RX TTL input 4 TX TTL output 5 Spare TTL i/o 6 MODE TTL i/o 7 Out1 Open Collector output. 8 LED-OUT TTL out internal 1k? CONNECTION TRW-485 The on-board connector is an 8 pin.1 soldering type. Pin Number Description 1 +12VDC 2 GND 3 RS485-A 4 RS485-B 5 No Connect. 6 MODE TTL input 7 Out1 Open Collector output. 8 LED-OUT TTL out internal 1k? CONNECTION TRW-232 The on-board connector is an 8 pin.1 soldering type. Pin Number Description 1 +12VDC 2 GND 3 RX RS232 input 4 TX RS232 output 5 Spare RS232 input 6 MODE TTL input 7 Out1 Open Collector output. 8 LED-OUT TTL out internal 1k? DIMENSIONS PCB USB ASSEMBLED Pin Number Description 1 +5VDC from PC 2 D+ 3 D- 4 GND LED TTL out (internal 1k?) 2.2 INSTALL Due to the Radio Frequency emissions of the Reader Antenna is important to avoid the usage of metal panels in front, rear and lateral sides of the Reader. Although the TRW provides an high resistance to EMC corruption, avoid to install it in high RF emission environments, the reading distance may result reduced. In the spontaneous models (H) the RF field is always on, therefore using more than one antenna make attention to mount them at a distance of at least 1mt one another to avoid mutual noise. 2

3 3.0 PROTOCOL The standard protocols for the TRW are: -SS/QS Polling Suitable for application where the Host continuously polls the TRW. -SH/QH Spontaneous Suitable for application point to point. The TRW transmits data only when a TAG is present. The HOST normally works in receive mode and can operate on other task in absence of TAG. Not operable with RS485. The protocol FORMAT is described below. STX Start of string synchronization code. DEVICE...Is the Device Number (for RS485 only). For TTL/RS232 is always 00H. LENGTH...Is the number of bytes following the LENGTH. Example: STX-DEVICE-LENGTH-FUNCTION-DATA0...DATA11-BCC The length is 14 DEC = 0D HEX. FUNCTION /STATUS...Is the FUNCTION to be executed or the STATUS of an operation executed. DATA0 to DATAn...Are the data exchanged for a max of 17 bytes. PASSW0 to PASSW3...Is the Password code. BCC......Is calculated as the XOR of all bytes from STX to last DATA included. Example: STX-DEVICE-LENGTH-STATUS-BCC 02H-00H-02H-01H-BCC where BCC= 01H. The TAGs first delivery PASSWORD is always PROTOCOL S(Polling) The TRW-QS operates in Polling mode. The HOST is Master. Permit the use of the formats: SHORT -- LONG MODE input connector PIN6 OPEN COMMANDS from HOST to TRW COMMAND #S : SET DEVICE VALID ONLY FOR TRW-485 DESCRIPTION STX DEVICE LENGTH FUNCTION DATA0 BCC HEX VALUE 02H FFH 03H See below 00H to 7CH 00H-FFH SET DEVICE 61H The device number is set into the TR memory. Must be executed on any TR one-by-one befor to install. In DATA0 insert the DEVICE NUMBER assigned to TR. COMMAND#P : POLL DATA DESCRIPTION STX DEVICE LENGTH FUNCTION FRB N-BLOCKS BCC HEX VALUE 02H 00H-7CH 04H See below 01H 02H-06H-0FH 00H-FFH POLL DATA 04H The Tag data,if in valid format, are read in sequential order from the First Read Block (FRB). N-BLOCKS=F the TRW automatically detects valid formats and replay (REPLAY#0) data in: SHORT FRAME MODE or LONG FRAME MODE. N-BLOCKS=2 the TRW detect and send only SHORT FRAME MODE Tags. N-BLOCKS=6 the TRW detect and send only LONG FRAME MODE Tags. COMMAND#RP1 : READ PART1 DESCRIPTION STX DEVICE LENGTH FUNCTION FRB N-BLOCKS BCC HEX VALUE 02H 00H-7CH 04H See below 00H 00H 00H-FFH FUNCTION READ PART1 VALUE DESCRIPTION 7CH The Tag data, if in valid format, are read in sequential order from the PAGE1. The replay lenght distinguish the tag between Q5 and T5577. The UNIQUE tag gives an error replay. COMMAND#0 : WRITE DATA DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW (4 bytes) DATAn (n=5-17) BCC HEX VALUE 02H 00H-7CH 0DH-19H See below 01H 02H-06H xx-xx-xx-xxh 00H to FFH 00H-FFH WRITE DATA 22H DATAn are written into the TAG from the First Write Block (FWB) for N-BLOCKS. In SHORT FRAME MODE DATAn is formed by 5 Data Bytes and FWB=1 N-BLOCKS=2. In LONG FRAME MODE DATAn is formed by 17 Data Bytes and FWB=1 N-BLOCKS=6. The PASSW is mandatory if the tag is configured to operate in PASSW or AOR mode. 3

4 COMMAND#0L : WRITE DATA LOCK DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW (4 bytes) DATAn (n=5-17) BCC HEX VALUE 02H 00H-7CH 0DH-19H See below 01H 02H-06H xx-xx-xx-xxh 00H to FFH 00H-FFH WRITE DATA 23H The same as WRITE DATA with the difference that it LOCKS the written DATA in the BLOCKS 1 to 2 in SHORT FRAME MODE and BLOCKS 1 to 6 in LONG FRAME MODE. The PASSW is mandatory if the tag is configured to operate in PASSW or AOR mode. IMPORTANT: After this command the blocks are permanently locked. Any other write command send a REPLY#0 with the previous data. COMMAND#1 : CHANGE CONFIGURATION Q5 DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW(4 bytes) FBR HEX VALUE 02H 00H-7CH 0CH See below 00H 01H xx-xx-xx-xxh 01H LBR A/P MODE LOCK BCC 02H or 06H 00H-01H-02H 00H-01H 00H-FFH CHANGE CONF 80H Write the CONFIGURATION WORD of the TAG. In SHORT FRAME MODE LBR has value as 2. In LONG FRAME MODE LBR has value as 6. A/P MODE =00H (default value) The tag is configured to operate without PASSW or AOR mode control. A/P MODE=01H AOR MODE The tag is configured to operate in AOR MODE. In AOR MODE the tag need a WRITE PASSWORD command before. IMPORTANT:In AOR MODE the TAG replay only if you send before a WAKE UP comman with the correct PASSWORD. All other commands can be executed till the TAG remains in the RF field. A/P MODE=02H PASSWORD MODE The tag is configured to operate in PASSW MODE. The WRITE DATA command requests the correct PASSW value. In PASSW MODE the tag need a WRITE PASSWORD command before. The PASSW0 to PASSW3 data field are mandatory if the tag is configured to operate in PASSW or AOR mode. Otherwise can be H. LOCK=00H (default value) The data written in BLOCK0 are not locked.the tag operating frequency is set at RF/64. LOCK=01H The data written in BLOCK0 are locked. The tag operating frequency is set at RF/64. IMPORTANT: After this commands the block 0 (CONFIGURATION) is permanently locked. Any other CHANGE CONFIGURATION command send a REPLY#1 but the previous data are not changed. COMMAND#1BIS : CHANGE CONFIGURATION T5577 DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW(4bytes) FBR HEX VALUE 02H 00H 0CH See below 00H 01H xx-xx-xx-xxh 01H LBR AOR MODE LOCK/ HV BCC 02H or 06H 00H-01H-02H- 00H-01H-02H-03H 00H-FFH CHANGE CONF 88H Same as CHANGE CONFIGURATION Q5. IMPORTANT:Don t configure a Q5 TAG using this command(88h), can be damaged. COMMAND#3 : WRITE PASSWORD DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS O_PASSW(4bytes) PASSW(4bytes) BCC HEX VALUE 02H 00H-7CH 0CH See below 07H 01H xx-xx-xx-xxh xx-xx-xx-xxh HEX WRITE PASSW A0H The old password O_PASSW0 to O_PASSW3 written in the TAG is substituted by the new password PASSW0 to PASSW3.(the password range is: to FF-FF-FF-FF). WHEN TAG IS FIRST TIME DELIVERED HAS A PASSWORD: REMEMBER THE NEW PASSWORD WRITTEN IN THE TAG. 4

5 COMMAND#4 : WAKE-UP DESCRIPTION STX DEVICE LENGTH FUNCTION SPARE SPARE PASSW0.. PASSW3 BCC HEX VALUE 02H 00H-7CH 08H See below 00H 00H 00H to FFH 00H to FFH 00H-FFH WAKE UP 90H The PASSWORD is mandatory. If operate in AOR MODE, the TAG inserted in field don t reply till receive a WAKE-UP command with the correct PASSWORD. COMMAND #5: TURN ON/TURN OFF the OUT1 transistor. DESCRIPTION STX DEVICE LENGTH FUNCTION BCC HEX VALUE 02H 00H-7CH 02H See below 00H-FFH TURN-ON 02H The HOST send this Command to TURN-ON (closed) the OUT1 open collector. TURN-OFF 01H The HOST send this Command to TURN-OFF (open) the OUT1 open collector. COMMAND#V : READ VERSION DESCRIPTION STX DEVICE LENGTH FUNCTION SPARE SPARE BCC HEX VALUE 02H 00-7CH 04H See below 00H 00H 00H-FFH READ VERSION 76H Read the actual firmware version of the module STRINGS from TRW to HOST IN RS485 MODE THE DEVICE BIT7 IS ALWAYS SET TO 1. So the address 00H is 80H and the 7CH is FCH. REPLY#0 : READ COMPLETE DESCRIPTION STX DEVICE LENGTH STATUS DATAn (n=5 or 17) BCC HEX VALUE 02H 00H-7CH 07H or 13H See below 00H to FFH 00H-FFH READ COMPL 04H Data READ from the TAG are complete. In SHORT FRAME MODE DATAn is formed by 5 Data Bytes. In LONG FRAME MODE DATAn is formed by 17 Data Bytes. READ COMPL 44H ONLY VALID IN TR MODELS. Data READ from the TAG are complete. In SHORT FRAME MODE DATAn is formed by 5 Data Bytes. REPLY#P1 : PART1 DESCRIPTION STX DEVICE LENGTH STATUS DATAn (n=5 or 8) BCC HEX VALUE 02H 00H-7CH 07H - 0AH See below 00H to FFH 00H-FFH PART1 04H Data READ from PAGE1-UNIQUE IDENTIFIER BLOCK is complete. If the lenght is 07H the Q5 was detected and the Data field is 5 bytes. All the field can be used as UNIQUE identifier. If the lenght is 0AH the T5577 was detected and the Data field is 8 bytes starting with E0H (byte 7). Only the first 5 bytes can be used as UNIQUE identifier (BYTE ). REPLY#V : VERSION DESCRIPTION STX DEVICE LENGTH STATUS VERSION (2 bytes) BCC HEX VALUE 02H 00-7CH 04H 04H MMH-RRH 00H-FFH FUNCTION DESCRIPTION VERSION Show the actual version ( MM=Model RR=Firmware release ). MM is:ttl/rs232/usb-ss=1bh TTL/RS232/USB-SH=1CH TTL/RS232/USB-QS=0BH TTL/RS232/USB-QH=0CH RS485-SS=1DH RS485-QS=0DH REPLY#1 : STATUS DESCRIPTION STX DEVICE LENGTH STATUS BCC HEX VALUE 02H 00H-7CH 02H See below 00H-FFH FUNCTION VALUE DESCRIPTION READ DATA ERR 01H The data detected on the TAG are corrupted or incomplete or an high RF noise environment was detected. NO TAG 02H The TRW has detected no tag present during a COMMAND or POLLING sequence. COMMAND OK 04H The command sent to TRW has been correctly executed. COMMAND ERR 20H The command sent to TRW was not executed because a parameter out of limit on the string or a data error was dectected on the TAG during a command execution In the case the TRW detects a BCC error on the received string, don t exec the Command and don t transmit any Reply. 5

6 3.1.3 DATA FLOW TRW-QS The exchange of strings in a typical operation is described below. The HOST is considered as Master, the TRW as Slave. HOST NORMAL OPERATING MODE TRW CONFIGURE SEQUENCE CHANGE CONFIG ===> (response time max 500ms) <=== if OK/ERROR STATUS WRITE SEQUENCE WRITE DATA ===> (response time max 500ms) <=== if ERROR STATUS <=== if OK READ READ SEQUENCE POLL DATA ===> (poll time min 200ms in SHORT FRAME MODE ) <=== if OK READ (poll time min 300ms in LONG FRAME MODE ) <=== if ERROR STATUS READ PART1 READ PART1 ===> (poll time min 1000ms ) <=== if OK PART1 PASSWORD OPERATING MODE INSERT THE NEW PASSWORD WRITE PASSWORD ===> (response time max 500ms) <=== if OK/ERROR STATUS SET CONFIGURATION in PASSWORD MODE CHANGE CONFIG ===> (response time max 500ms) <=== if OK/ERROR STATUS Now the TAG is configured in PASSW MODE. Any WRITE/CHANGE command will be executed only if the PASSW is correct. AOR OPERATING MODE INSERT THE NEW PASSWORD WRITE PASSWORD ===> (response time max 500ms) <=== if OK/ERROR STATUS SET CONFIGURATION in AOR MODE CHANGE CONFIG ===> (response time max 500ms) <=== if OK/ERROR STATUS Now the TAG is configured in AOR MODE, send the WAKE UP command as a polling: WAKE-UP TAG with the correct PASSWORD WAKE UP ===> (response time max 300ms) <=== if ERROR STATUS <=== if OK READ COMPLETE If READ COMPLETE, the tag has correctly accepted your PASSWORD. You can exec any command till the TAG remains in the RF Field : CHANGE CONFIGURATION - WRITE PASSWORD - WRITE DATA. 6

7 3.2 PROTOCOL TRW-QH The TRW operates in spontaneous mode; when the TAG enters the RF field and is correctly read, directly transmits readable data to the host STRINGS from TRW to HOST REPLY#0 : READ COMPLETE DESCRIPTION STX DEVICE LENGTH STATUS DATAn (n=5 or 17) BCC HEX VALUE 02H 00H-7CH 07H or 13H See below 00H to FFH 00H-FFH READ COMPL 04H Data READ from the TAG are complete. In SHORT FRAME MODE DATAn is formed by 5 Data Bytes. In LONG FRAME MODE DATAn is formed by 17 Data Bytes. READ COMPL 44H ONLY VALID IN TR MODELS. Data READ from the TAG are complete. In SHORT FRAME MODE DATAn is formed by 5 Data Bytes. REPLY#P1 : PART1 DESCRIPTION STX DEVICE LENGTH STATUS DATAn (n=5 or 8) BCC HEX VALUE 02H 00H-7CH 07H - 0AH See below 00H to FFH 00H-FFH PART1 04H Data READ from PAGE1-UNIQUE IDENTIFIER BLOCK is complete. If the lenght is 07H the Q5 was detected and the Data field is 5 bytes. All the field can be used as UNIQUE identifier. If the lenght is 0AH the T5577 was detected and the Data field is 8 bytes starting with E0H (byte 7). Only the first 5 bytes can be used as UNIQUE identifier (BYTE ). REPLY#V : VERSION DESCRIPTION STX DEVICE LENGTH STATUS VERSION (2 bytes) BCC HEX VALUE 02H 00-7CH 04H 04H MMH-RRH 00H-FFH FUNCTION DESCRIPTION VERSION Show the actual version ( MM=Model RR=Firmware release ). MM is:ttl/rs232/usb-ss=1bh TTL/RS232/USB-SH=1CH TTL/RS232/USB-QS=0BH TTL/RS232/USB-QH=0CH RS485-SS=1DH RS485-QS=0DH REPLY#1 : STATUS DESCRIPTION STX DEVICE LENGTH STATUS BCC HEX VALUE 02H 00H-7CH 02H See below 00H-FFH FUNCTION VALUE DESCRIPTION READ DATA ERR 01H The data detected on the TAG are corrupted or incomplete or an high RF noise environment was detected. NO TAG 02H The TRW has detected no tag present during a COMMAND or POLLING sequence. COMMAND OK 04H The command sent to TRW has been correctly executed. COMMAND ERR 20H The command sent to TRW was not executed because a parameter out of limit on the string or a data error was dectected on the TAG during a command execution STRINGS from HOST to TRW COMMAND#0 : WRITE DATA DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW (4 bytes) DATAn (n=5-17) BCC HEX VALUE 02H 00H-7CH 0DH-19H See below 01H 02H-06H xx-xx-xx-xxh 00H to FFH 00H-FFH WRITE DATA 22H DATAn are written into the TAG from the First Write Block (FWB) for N-BLOCKS. In SHORT FRAME MODE DATAn is formed by 5 Data Bytes and FWB=1 N-BLOCKS=2. In LONG FRAME MODE DATAn is formed by 17 Data Bytes and FWB=1 N-BLOCKS=6. The PASSW is mandatory if the tag is configured to operate in PASSW or AOR mode. COMMAND#0L : WRITE DATA LOCK DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW (4 bytes) DATAn (n=5-17) BCC HEX VALUE 02H 00H-7CH 0DH-19H See below 01H 02H-06H xx-xx-xx-xxh 00H to FFH 00H-FFH WRITE DATA 23H The same as WRITE DATA with the difference that it LOCKS the written DATA in the BLOCKS 1 to 2 in SHORT FRAME MODE and BLOCKS 1 to 6 in LONG FRAME MODE. IMPORTANT: After this command the blocks are permanently locked. Any other write command send a REPLY#0 with the previous data. 7

8 COMMAND#1 : CHANGE CONFIGURATION Q5 DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW0.. PASSW3 FBR HEX VALUE 02H 00H-7CH 0CH See below 00H 01H 00H 00H 01H LBR A/P MODE LOCK/HV BCC 02H or 06H 00H-01H-02H 00H-01H-02H-03H 00H-FFH CHANGE CONF 80H Write the CONFIGURATION WORD of the TAG. In SHORT FRAME MODE LBR has value as 2. In LONG FRAME MODE LBR has value as 6. A/P MODE =00H (default value) The tag is configured to operate without PASSW or AOR mode control. A/P MODE=01H The tag is configured to operate in AOR MODE. In AOR MODE the tag need a WRITE PASSWORD command before. IMPORTANT:In AOR MODE the TAG replay only if you send before a WAKE UP comman with the correct PASSWORD. All other commands can be executed till the TAG remains in the RF field. A/P MODE=02H The tag is configured to operate in PASSW MODE. The WRITE DATA command requests the correct PASSW value. In PASSW MODE the tag need a WRITE PASSWORD command before. The PASSW0 to PASSW3 data field are mandatory if the tag is configured to operate in PASSW or AOR mode. Otherwise can be H. LOCK/HV=00H (default value) The data written in BLOCK0 are not locked.the tag operating frequency is set at RF/64. LOCK/HV=02H The data written in BLOCK0 are not locked. The tag operating frequency is set at RF/32. LOCK/HV=01H The data written in BLOCK0 are locked. The tag operating frequency is set at RF/64. LOCK/HV=03H The data written in BLOCK0 are locked. The tag operating frequency is set at RF/32. IMPORTANT: After this commands the block 0 (CONFIGURATION) is permanently locked. Any other CHANGE CONFIGURATION command send a REPLY#1 but the previous data are not changed. COMMAND#2: CHANGE CONFIGURATION T5577 DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS PASSW0.. PASSW3 FBR HEX VALUE 02H 00H 0CH See below 00H 01H 00H 00H 01H LBR AOR MODE LOCK/ HV BCC 02H or 06H 00H-01H-02H- 00H-01H-02H-03H 00H-FFH CHANGE CONF 88H Same as CHANGE CONFIGURATION Q5. IMPORTANT:Don t configure a Q5 TAG using this command(88h), can be damaged. COMMAND#3 : WRITE PASSWORD DESCRIPTION STX DEVICE LENGTH FUNCTION FWB N-BLOCKS O_PASSW0.. O_ PASSW3 HEX VALUE 02H 00H-7CH 0CH See below 07H 01H 00H to FFH 00H to FFH PASSW0.. PASSW3 BCC 00H to FFH 00H to FFH 00H-FFH WRITE PASSW A0H The old password O_PASSW0 to O_PASSW3 written in the TAG is substituted by the new password PASSW0 to PASSW3.(the password range is: to FF-FF-FF-FF). WHEN TAG IS FIRST TIME DELIVERED HAS A PASSWORD: REMEMBER THE NEW PASSWORD WRITTEN IN THE TAG. 8

9 COMMAND #5: TURN ON/TURN OFF the OUT1 transistor. DESCRIPTION STX DEVICE LENGTH FUNCTION BCC HEX VALUE 02H 00H-7CH 02H See below 00H-FFH TURN-ON 02H The HOST send this Command to TURN-ON (closed) the OUT1 open collector. TURN-OFF 01H The HOST send this Command to TURN-OFF (open) the OUT1 open collector. COMMAND#V : READ VERSION DESCRIPTION STX DEVICE LENGTH FUNCTION SPARE SPARE BCC HEX VALUE 02H 00-7CH 04H See below 00H 00H 00H-FFH READ VERSION 76H Read the actual firmware version of the module. COMMAND#4 : ACK DESCRIPTION STX DEVICE LENGTH FUNCTION BCC HEX VALUE 02H 00H 02H See below 00H-FFH ACK 10H The HOST send this Command to the TRW to close any sequence. After this command the TRW wait for a TAG extraction. In the case the TRW detects a BCC error on the received string, don t exec the Command and don t transmit any Reply DATA FLOW TRW-QH The REPLY#0 function as a trigger to start a COMMAND sequence. When a REPLY#0 is fully received, the HOST can send a COMMAND in a time window of 250 ms. Over this time, if no command has been sent, the TRW automatically repeat a READ DATA sequence till TAG extraction or a COMMAND receive, except for COMMAND#4. If receive COMMAND#4 the TRW close the sequence and wait for a TAG extraction. The time window on TRW is reloaded at any reply during a COMMAND sequence, except for critical errors. A tipycal data flow, in spontaneous mode, is described below. HOST READ DATA sequence TRW (initiator) Example: a TAG placed into RF field is correctly read Example: in case of bad reading <=== READ COMPLETE Time window...250ms <=== READ DATA-ERROR or NO-TAG Repeat READ DATA sequence... COMMAND sequence in time window NO COMMAND ===> Repeat READ DATA sequence ACK ===> Wait for TAG extraction... WRITE DATA/CONF/PASSW===> (max response time 500ms) Exit... wait new time window... WRITE DATA/CONF/PASSW===> (max response time 500ms) Exit...or continue with commands... <=== STATUS NO-TAG Return to READ DATA sequence <=== COMMAND OK Time window reload. READ PART1 ===> (poll time min 1000ms ) <=== if OK Reply PART1 4.0 OUT1 The Out1 is an Open Collector output driving a max. load of 80 ma at 12VDC. It will goes ON/OFF with the COMMAND# LED-OUT The LED-OUT is a TTL output, active high, with a 1 k? internal series resistor suitable to drive an external LED connected to GND. It will turn ON when a TAG is moved in the RF-Field and is correctly read. It will turn OFF when the TAG is removed by the RF-Field. 9

10 5.0 TR-USB-SS/SH-5 and TRW-USB-QS/QH-5 USBN modules Before any operation need to INSTALL the drivers. 1)Unzip the package MCP2200 Windows Driver.zip 2)Open the folder Driver Installation Tool 3)Open the folder x64 for 64bit platforms or x86 for 32bit platforms. 4)Launch the application MCP2200DriverInstallationTool.exe. 5)Connect the TRW-USB device and follows the Microsoft instructions to complete the INSTALL on your platform. 6)The install assign a COM PORT to your device. Now you can communicate on this PORT. To connect the TRW-USB module use a cable of the desired length mounting the connectors: USB 2.0 TYPE A PLUG (side HOST) and USB2.0 MINI TYPE B PLUG (side FRW) The available models for order are: TRW-USBN-QS/QH-5 (PCB version) and TRW-USBN-QS/QH-5-POCKET TR-USBN-SS/SH-5 (PCB version) and TR-USBN-SS/SH-5-POCKET TRW-USBNVersion PCB TRW-USBN Version POCKET 6.0 TRW-QS/QH-12-ONDA and TR-SS/SH-12-ONDA and TRW-QS/QH-12-SHELL and TR-SS/SH-12-SHELL These models are suggested only for READ purpose. The use of WRITE commands has to be made by experienced operators that use a sure method of positioning and keeping the tag in the RF FIELD. Otherwise the tag can be damaged. Dimension SHELL Dimension ONDA CABLE PIN FUNCTION H 77 x L 112 x D 30 mm H 51 x L 115 x D 24 mm COLOUR WHITE +12VDC +12VDC BROWN GND GND YELLOW RX 232 RS485-A GREEN TX 232 RS485-B GREY GND GND EXAMPLE: HOW TO CONNECT TO A 9 PIN D-TYPE S (Female) ONDA SHELL TR 232-S cable D-TYPE S connector YELLOW(RX) PIN 3 GREEN(TX) PIN 2 GREY(GND) PIN 5 IMPORTANT: DURING A WRITE COMMAND THE TAG MUST BE MANTAINED IN THE PROPER RF FIELD TILL A REPLAY#1 OR STATUS ERROR STRING HAS BEEN RECEIVED. MOVING THE TAG CAN CAUSE A NON RECOVERABLE FAILURE ON THE TAG ITSELF. THIS MODEL PERMIT ONLY THE USE OF THE WRITE DATA COMMAND. 10

11 7.0 TRW-232-QS-12-BOX The module TRW is inserted into a BOX plastic enclosure. Has the same electrical functions of the standard TRW-232. A Cannon 9S connect all the signals. Connection with PC through a STRAIGHT CABLE. The 12VDC power supply is connected by a standard 2,1mm plug-in: Internal PIN +12V External PIN GND The TRW is protected against polarity inversion. Length Width Height Weight MECHANICAL 11.2cm 6.8cm 2.8cm Typ 100g OPERATING Power Requirements Serial interface Data=8 Parity=N Stop=1 Speed Read Distance (TAG in center of RF field) 9 to 12 VDC not stabilized max. current 50mA Polling Mode 9600 baud CARD Q5 typ 50 mm TRW BOX PIN DESCRIPTION 1 2 TX RX GND 6 NOT CONNECTED 7 NOT CONNECTED 8 NOT CONNECTED 9 NOT CONNECTED Cannon 9S Connector 8.0 TRW-TTL/232/485-QS/QH-12-E147 and TR-TTL/232/485-SS/SH-12-E147 The module TRW can be connected to an external antenna to obtain long reading distance. E147 Reading Distance (with TAG in center of RF field) CARD UNIQUE min. 220mm Dimension 140 x70 mm CARD Q5 typ 190mm Write Distance (with TAG in center of RF field) CARD Q5 typ 150mm The antenna is furnished with tinned copper wires for direct soldering on the TR module board. The antenna wires can be lengthened to a maximum of 2 meters. 9.0 SPECIFICATIONS OPERATING Power Requirements max. Ripple 50mVp-p 12 VDC? 10% at max 55mA 5 VDC? 5% at max 50mA max ripple 10mV Serial interface Data=8 Parity =N Stop=1 QS/SS: polling mode QH/SH: spontaneous mode Baud Rate TTL bits per second Reading Distance (with TAG in center of RF field) CARD: tip. 70mm Writing Distance (with TAG in center of RF field) CARD: tip. 60mm IMPORTANT: Don t remove the TAG/CARD during the whole writing. MECHANICAL Dimensions (PCB) 40mm x 58mm x 10 mm Weight (PCB) Max 60g ENVIRONMENTAL Temperature Operating Storage -10 C to 60 C -30 C to 70 C Humidity Operating Storage 10% to 90% non condensing 0% to 95% non condensing INOUT RFID srl Via Milano,14/H Gorgonzola (Italy) Phone: Fax: info@inoutsrl.it Web: 11

RFID TRANSPONDER TECHNOLOGY

RFID TRANSPONDER TECHNOLOGY RFID TRANSPONDER TECHNOLOGY DOC. 113-R8 TRW SERIAL TYPE QT - Q5/T5567/T5557 TRW-PCB TRW-ONDA TRW-SHELL TRW-BOX TRW-USB TRW-POCKET USB 1.0 FEATURES AND SPECIFICATIONS The TRW is a Serial Tag Reader/Writer

More information

FRW 13.56MHz - ISO15693 READER/WRITER

FRW 13.56MHz - ISO15693 READER/WRITER Ek20 RFID TRANSPONDER TECHNOLOGY DOC. 147-R4 FRW 13.56MHz - ISO15693 READER/WRITER FRW-PCB FRW-ONDA FRW-SHELL FRW-BOX FRW-USBN FRW-POCKET USBN 1.0 FEATURES AND SPECIFICATIONS The FRW is a Front Side Serial

More information

TRW SERIAL TYPE Q RFID TRANSPONDER TECHNOLOGY DOC. 115-R6 PCB - BOX

TRW SERIAL TYPE Q RFID TRANSPONDER TECHNOLOGY DOC. 115-R6 PCB - BOX RFID TRANSPONDER TECHNOLOGY DOC. 115-R6 TRW SERIAL TYPE Q PCB BOX 1.0 FEATURES AND SPECIFICATIONS The TRW is a Front Side Serial Tag Reader/Writer with built-in Antenna. INTERFACE OPTIONS: TTL - RS232

More information

EK20-IDGIANO USER MANUAL

EK20-IDGIANO USER MANUAL RFID TRANSPONDER TECHNOLOGY DOC. 262-R1-ENG EK20-IDGIANO USER MANUAL EK20-IDGIANO (here named READER) is a mobile device for Traceability applications. Features: -Operates with one-two (LF-HF) as your

More information

READ/WRITE MODULES (RWM) RLS

READ/WRITE MODULES (RWM) RLS HOUSING M READ/WRITE DISTANCE mm* HF RFID SYSTEM READ/WRITE MODULES (RWM) RLS-- ü M Metal threaded housing ü Sensing face of PBTP ü Insensible to dirt ü IO-Link V. Mx ü x PNP output in SIO mode configurable

More information

Aceprox FSK Proximity Reader REV2 Data Sheet

Aceprox FSK Proximity Reader REV2 Data Sheet Aceprox 688-52 FSK Proximity Reader REV2 Data Sheet Overview The 688-52 OEM proximity reader consists of three parts: a potted unit containing the electronics, a front cover, and an optional spacer plate.

More information

MRUC-20 Modul-R CAN Bus Network

MRUC-20 Modul-R CAN Bus Network MRUC-20 Modul-R CAN Bus Network BALOGH This manual is based on information available at the time if its publication. Every effort has been made to provide accurate and up-to-date information. This document

More information

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2.

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2. FEATURES: Major features of the Swipe Reader are as follows: Powered through the USB port no external power supply required Hardware Compatible with PC or any computer or terminal with an RS-232 interface

More information

H1PROT.PDF 14 Pages Last Revised 02/11/06. Micro RWD H1/S Protocol

H1PROT.PDF 14 Pages Last Revised 02/11/06. Micro RWD H1/S Protocol Data Sheet H1PROT.PDF 14 Pages Last Revised 02/11/06 Micro RWD H1/S Protocol The MicroRWD H1/S version is a complete reader and tag acceptance solution for Hitag 1 RF transponders (including Hitag S256

More information

mifare ID Reader with Selectable Outputs Data Sheet

mifare ID Reader with Selectable Outputs Data Sheet 714-60 mifare ID Reader with Selectable Outputs Data Sheet Overview The 714-60 OEM proximity reader consists of three parts: a potted unit containing the electronics and antenna, a front cover, and an

More information

REV: C JAN 2008 GIGA-TMS REGISTERED TO ISO

REV: C JAN 2008 GIGA-TMS REGISTERED TO ISO PCR340 Series Dual Frequency RFID Reader Manual Part Number: TM951119 REV: C JAN 2008 GIGA-TMS REGISTERED TO ISO 9001:2000 8F, No.31, Lane 169, Kang-Ning St., Hsi-Chih Taipei Hsien, 221 Taiwan TEL:(886)

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

NORITAKE ITRON VFD MODULES GU128x18F-K612A2

NORITAKE ITRON VFD MODULES GU128x18F-K612A2 28 x 8 High Brightness Dot Graphic Display Single 5V DC Supply 2 ASCII Fonts ( 5 x 7 and x 4 ) Mixed Graphics and Text Display RS232 Serial Interface SPI Clock Serial Interface and 2 Pins Variable Active

More information

IntesisBox Modbus Server Fidelio IP

IntesisBox Modbus Server Fidelio IP IntesisBox Modbus Server Fidelio IP User Manual r1 eng Issue Date: 10/04/2014 Intesis Software S.L. All Rights Reserved. Information in this document is subject to change without notice. The software described

More information

Catalog 1. Overview Feature Application Block Diagram

Catalog 1. Overview Feature Application Block Diagram - 1 - Catalog 1. Overview... - 3-2. Feature... - 3-3. Application... - 3-4. Block Diagram... - 3-5. Electrical Characteristics...- 4-6. Operation... - 4-1) Power on Reset...- 4-2) Working Mode...- 5-3)

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags S125 Multi-Purpose 125 KHz RFID Reader 44 mm USER MANUAL MULTI PURPOSE 84 mm ONLINE & OFFLINE MODE BUILT-IN RELAY 125 KHz RFID EM4100/2 Cards & Tags 9V/24V DC Operating Voltage, AC (optional) 3 Online

More information

T1K MODBUS Base Controller Specifications

T1K MODBUS Base Controller Specifications Base Controller 1 2 In This Chapter.... Base Controller Setting the DIP Switches Setting the Rotary Address Switches Port Pin out and Wiring RJ12 Serial Port Pin out and Wiring 2 2 Base Controller General

More information

ESM-5907 MOTORIZED INSERTION STANDARD TYPE MAGNETIC CARD READER & IC CARD READER/WRITER WITH RS-232C INTERFACE

ESM-5907 MOTORIZED INSERTION STANDARD TYPE MAGNETIC CARD READER & IC CARD READER/WRITER WITH RS-232C INTERFACE DOC. NO. ESM-5907 REV. PAGE DATE SPECIFICATION A 1 OF 19 2002.09.18 ESM-5907 MOTORIZED INSERTION STANDARD TYPE MAGNETIC CARD READER & IC CARD READER/WRITER WITH RS-232C INTERFACE KyungDuck Bldg, 518-5,

More information

Micro RWD Quad-Tag Reader

Micro RWD Quad-Tag Reader Data Sheet RWD_QT.pdf 8 Pages Last Revised 08/05/06 Micro RWD Quad-Tag Reader The MicroRWD QT (Quad-Tag) version is a complete 125kHz reader solution for Hitag 1 (including Hitag S in Plain Memory mode),

More information

NORITAKE ITRON VFD MODULES GU128x18F-K610A2

NORITAKE ITRON VFD MODULES GU128x18F-K610A2 28 x 8 High Brightness Dot Graphic Display Single 5V DC Supply 2 ASCII Fonts ( 5 x 7 and x 4 ) Mixed Graphics and Text Display CMOS Asynchronous Serial Interface SPI Clock Serial Interface and 2 Pins Variable

More information

IntesisBox Modbus Server KILSEN KSA-7xx. User s Manual 08/2013 r1.2 eng

IntesisBox Modbus Server KILSEN KSA-7xx. User s Manual 08/2013 r1.2 eng IntesisBox Modbus Server KILSEN KSA-7xx User s Manual 08/2013 r1.2 eng Intesis Software S.L. 2013 All rights reserved. Information in this document is subject to change without notice. The software described

More information

TABLE OF CONTENTS. Communication Functions

TABLE OF CONTENTS. Communication Functions TABLE OF CONTENTS Chapter 1: Chapter 2: Chapter 3: Chapter 4: General Features....................................................... 1-1 Functions......................................................

More information

OEM Proximity Reader with Keypad Manual REV1

OEM Proximity Reader with Keypad Manual REV1 484-52 OEM Proximity Reader with Keypad Manual REV1 Overview The 484-52 proximity keypad reader provides pin code identification to be used together with a proximity identification card. The 484-52 consists

More information

REV6 Multi Sector MIFARE Reader/Writer Data Sheet

REV6 Multi Sector MIFARE Reader/Writer Data Sheet 716-52 REV6 Multi Sector MIFARE Reader/Writer Data Sheet Overview The 716-52 REV6 multi sector MIFARE Reader/Writer is an intelligent 13.56MHz contactless reader writer designed to operate with the Mifare

More information

E Serial Controller

E Serial Controller SmartSet Technical Reference Manual Addendum for the E281-2310 Controller 1 E281-2310 Serial Controller The following figure shows the mounting dimensions, jumper locations, and connections for the IntelliTouch

More information

USER MANUAL FOR FIOA-0402-U-16

USER MANUAL FOR FIOA-0402-U-16 USER MANUAL FOR FIOA-0402-U-16 COPYRIGHT NOTICE This manual is a publication of Renu Electronics Pvt. Ltd. and is provided for use by its customers only. The contents of the manual are copyrighted by Renu

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter Bluetooth V4.2 BLE RS-422/485 Serial Adapter 1. Package content: BLE RS-422/485 adapter Model: BLE-485C Package Contents: BLE 422/485 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable

More information

SST-2450 Wireless Modem User s Manual

SST-2450 Wireless Modem User s Manual SST-2450 Wireless Modem User s Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery to the original purchaser.

More information

CANopen IO X4 Fact sheet

CANopen IO X4 Fact sheet CANopen IO X4 Fact sheet Overview The CANopen IO X4 is a very compact and cost effective CANopen IO module featuring a high-density of industrial proven IO's. The module includes a CPU-core including the

More information

READ/WRITE MODULES (RWM) RLS

READ/WRITE MODULES (RWM) RLS HF RFID SYSTEM READ/WRITE MODULES (RWM) RLS-- HOUSING M READ/WRITE DISTANCE. mm* ü M Metal threaded housing ü Sensing face of PBTP ü Insensible to dirt ü IO-Link V. ü x PNP output in SIO mode configurable

More information

NORITAKE ITRON VFD MODULES GU192x16H-K612C5

NORITAKE ITRON VFD MODULES GU192x16H-K612C5 192 x 16 High Brightness Dot Graphic Display Single 12V DC Supply 2 ASCII Fonts (5 x 7 and 10 x 14) RS232 Asynchronous Serial Interface 31 Selectable Multi Drop Addresses Transformerless PSU (patent pending)

More information

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-A8VI Installation Guide. The 2300 series stations are designed to

More information

Micro RWD H2 Protocol

Micro RWD H2 Protocol Data Sheet H2PROT.PDF 9 Pages Last Revised 04/11/09 Micro RWD H2 Protocol The MicroRWD H2 version is a complete reader and tag acceptance solution for Hitag 2 RF transponders. The solution only needs a

More information

CV5XX0A-X-XX Access Control Door Reader supports Mifare DESFire EV1 and Mifare Plus The family members are: Security Features for Mifare DESFire

CV5XX0A-X-XX Access Control Door Reader supports Mifare DESFire EV1 and Mifare Plus The family members are: Security Features for Mifare DESFire CV5XX0A-X-XX Access Control Door Reader supports DESFire EV1 and Plus CV5XX0A-X-XX is access control door reader, it s a contactless read/write device that supports ISO 14443A including DESFire EV1 and

More information

MSR Series. Portable Battery-Powered Magnetic Swipe Reader User's Manual TM951016

MSR Series. Portable Battery-Powered Magnetic Swipe Reader User's Manual TM951016 MSR - 500 Series Portable Battery-Powered Magnetic Swipe Reader User's Manual TM951016 Contents Information... 1 Technical And Operational Description... 3 Connections... 5 Card Data Format Demo Software......

More information

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

Manual iaq-engine Indoor Air Quality sensor

Manual iaq-engine Indoor Air Quality sensor Manual iaq-engine, Version 2.0 May 2011 (all data subject to change without notice) Manual iaq-engine Indoor Air Quality sensor Digital and analog I/O SMD type package Product summary iaq-engine is used

More information

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1

SATEL I-LINK 100 MB I/O-converter User Guide, Version 1.1 TABLE OF CONTENTS TABLE OF CONTENTS... 1 IMPORTANT NOTICE... 2 PRODUCT CONFORMITY... 3 WARRANTY AND SAFETY INSTRUCTIONS... 4 1 GENERAL... 5 1.1 SATEL I-LINK 100 MODBUS I/O- CONVERTER... 5 2 SPECIFICATIONS...

More information

ATTINGIMUS RADAR AT-CAS S

ATTINGIMUS RADAR AT-CAS S ATTINGIMUS RADAR AT-CAS100-3580S AT-CAS100-3580S COLLISION AVOIDANCE RADAR SYSTEM SET - ULTRA SMALL Can be used as a stand-alone or in a master & slave set March 2013 V1 3,5 cm size comparison 3,5 cm FEATURES

More information

IntesisBox Modbus Server Panasonic

IntesisBox Modbus Server Panasonic IntesisBox Modbus Server - Panasonic Gateway for Panasonic ECO-i VRF and PAC-i system integration into Modbus Systems Master Up to 30 Outdoor units Up to 64 Indoor units Modbus TCP Master /EIA232 PA-AC-MBS-64/128

More information

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5 15693-RW-TTL-PCB1 13.56Mhz ISO15693 reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES...3 2. PINNING INFORMATION......4 3. BAUD RATE SETTING......5 4. COMMUNICATION PROTOCOL......5

More information

GFK-2415A March Type of sensor connection

GFK-2415A March Type of sensor connection VersaMax IP Expansion Module has four analog differential inputs that can be configured as current or voltage inputs. It connects to a local bus that is interfaced to a Profibus-DP / PROFINET network by

More information

Universal RFID Socket board with RS232 / USB interface

Universal RFID Socket board with RS232 / USB interface Data Sheet UNI_RS232_USB.pdf 9 Pages Last Revised 03/09/09 Universal RFID Socket board with RS232 / USB interface The Universal RFID Socket board is the baseboard for the MicroRWD RFID reader modules from

More information

Universal RFID Socket board with USB interface

Universal RFID Socket board with USB interface Data Sheet UNI_USB.pdf 9 Pages Last Revised 18/03/13 Universal RFID Socket board with USB interface The Universal RFID Socket board is the baseboard for the MicroRWD RFID reader modules from IB Technology.

More information

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice.

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice. MCD Modbus Module Instructions Important User Information INSTALLATION INSTRUCTIONS: MCD MODBUS MODULE Order Code: 175G9000 1. Important User Information Observe all necessary safety precautions when controlling

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

EHAG 125 khz Multitag Reader Module ME-H10101xx

EHAG 125 khz Multitag Reader Module ME-H10101xx EHAG 125 khz Multitag Reader Module ME-H10101xx Firmware: 0.12b 4/9/2004 Table of Content 1 Scope...2 2 Definitions and abbreviations...3 2.1 Definitions... 3 2.1.1 Hex notation... 3 2.1.2 ASCII notation...

More information

PR602LCD v1.0 Installer Manual Rev. A

PR602LCD v1.0 Installer Manual Rev. A PR602LCD v1.0 Installer Manual Rev. A Introduction This document contents minimum information required for electrical connections and installation of the PR602LCD access controller in Roger Access Control

More information

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation HART / EtherNet/IP Gateway GT200-HT-EI V 1.0 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features... 4 1.3 Technical

More information

G303 RIO (REMOTE I/O) AND LOW END RTU

G303 RIO (REMOTE I/O) AND LOW END RTU G3 TECHNOLOGIES, INC. G303 RIO (REMOTE I/O) AND LOW END RTU USER DOCUMENTATION / FUNCTIONAL SPEC. Introduction: The G303 is one of several RIO (Remote I/O) products from G3 Technologies designed to fill

More information

Micro RWD Quad-Tag Reader

Micro RWD Quad-Tag Reader Data Sheet RWD_QT.pdf 19 Pages Last Revised 09/08/11 Micro RWD Quad-Tag Reader The MicroRWD QT (Quad-Tag) version is a complete 125kHz reader solution for Hitag 1, Hitag S256/S2048 (Plain Memory mode),

More information

VersaMax IP Input Module

VersaMax IP Input Module Module is used to accept digital input signals. Module Specifications Housing dimensions (width x height x depth) Connection style Operating temperature Storage temperature Operating/storage humidity 60mm

More information

lumentouch SPECIFICATION SHEET Client: Project name: Order #: Type: Qty: FEATURES AND BENEFITS PACKAGE CONTENT HOW TO ORDER LTO

lumentouch SPECIFICATION SHEET Client: Project name: Order #: Type: Qty: FEATURES AND BENEFITS PACKAGE CONTENT HOW TO ORDER LTO Client: Project name: Order #: Type: Qty: FEATURES AND BENEFITS Flat wall mounted lighting controller Universal mounting plate compatible with any electrical backbox MINI-USB connection for software programming

More information

USB Enclosure Series

USB Enclosure Series USB Enclosure Series Including ELK204-7T-USB-MT, ELK204-7T -USB-PL, EGLK19264-7T -USB-MT, and EGLK19264-7T -USB-PL Technical Datasheet Revision 1.0 Revision History Revision Date Description Author 1.0

More information

Dupline. Data Logger. Types G , G Product Description. Ordering Key G Type Selection. Input/Output Specifications

Dupline. Data Logger. Types G , G Product Description. Ordering Key G Type Selection. Input/Output Specifications Dupline Data Logger Types G 800 006, G 800 106 Product Description Programmable channel generator with optional built-in GSM Modem Event and time based data logging functions for digital, analog and counter

More information

Micro USB Lamp Kit ESSENTIAL INFORMATION. Version 2.0 DESIGN A STYLISH LAMP WITH THIS

Micro USB Lamp Kit ESSENTIAL INFORMATION. Version 2.0 DESIGN A STYLISH LAMP WITH THIS ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS DESIGN A STYLISH LAMP WITH THIS Micro USB Lamp Kit Version 2.0 Build Instructions Before

More information

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION...

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION... MF1-RW-TTL-PCB1 13.56Mhz Mifare ISO14443A reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES......,,...2 2. PINNING INFORMATION........2 3. BAUD RATE SETTING.........3 4. COMMUNICATION

More information

1. Introduction. 2. Installation MODBUS INTERFACE

1. Introduction. 2. Installation MODBUS INTERFACE 5551.C 8473.C MODBUS INTERFACE PIM-MB-1 Modbus Interface 1. Introduction AuCom soft starters can be controlled and monitored across an RS485 serial communication network using the Modbus RTU and AP ASCII

More information

SERIE 59. Rear clamp. Frontal clamp HIGH RESOLUTION HOLLOW SHAFT INCREMENTAL ENCODER FOR INDUSTRIAL APPLICATIONS

SERIE 59. Rear clamp. Frontal clamp HIGH RESOLUTION HOLLOW SHAFT INCREMENTAL ENCODER FOR INDUSTRIAL APPLICATIONS HIGH RESOLUTION HOLLOW SHAFT INCREMENTAL ENCODER FOR INDUSTRIAL APPLICATIONS Resolution up to 50.000 pulses per turn External diameter 58 mm Hollow shaft from Ø 10 to 14 mm Protection class IP67 according

More information

User Guide: PRDBIF1. Version 1.0 March 1, Presented by: Klaus Seiberts Jim Childers

User Guide: PRDBIF1. Version 1.0 March 1, Presented by: Klaus Seiberts Jim Childers User Guide: PRDBIF1 Version 1.0 March 1, 2016 Presented by: Klaus Seiberts Jim Childers 1 Introduction The PRDBIF1 board is designed as an interface between the MRD2 from Texas Instruments and the RFM

More information

Dot Graphic VFD Module GU126x64F-K612A4

Dot Graphic VFD Module GU126x64F-K612A4 126 x 64 High Brightness Dot Graphic Display Single 5V DC Supply 3 ASCII Fonts ( 5 x 5, 5 x 7, and 10 x 14 ) SPI & RS232 Asynchronous Serial Interface 8 User Pins with Key Scanning Capability Transformerless

More information

AQ_G24 GSM Terminal Card Motorola Cellular GSM Engine

AQ_G24 GSM Terminal Card Motorola Cellular GSM Engine AQ_G24 GSM Terminal Card Motorola Cellular GSM Engine Version: 01.01 AQ_G24 Terminal Card_HD_V01.01 17.JUL.2008-1 - Hardware Interface Description 1. Hardware Features of the AQ_G24 Terminal Card Feature

More information

ioselect Z-NET Z-SG Bridge Input Isolating I/O Module

ioselect Z-NET Z-SG Bridge Input Isolating I/O Module -wire Bridge Connection Excitation for to 30 Ω Load Cells 00 Volt (3-way) Isolation Excellent Accuracy (0.0%) DIP Switch Configuration Digital Input Tare Calibration RS8 Modbus RTU Superior Flexible Power:

More information

CANopen IO X2 Fact sheet

CANopen IO X2 Fact sheet CANopen IO X2 Fact sheet Overview The CANopen IO X2 is a very compact and cost effective CANopen IO module featuring a high-density of industrial proven I/O's. The module includes a CPU-core including

More information

LVX Control Unit. Features:

LVX Control Unit. Features: Date 2013-02-28 Control Unit Features: Most parameters can be defined as required for your interfaces. You decide which information is output and how. Fast cycle times, just a few µs/beam. Maximum beam-count

More information

ELSETA IOMOD 8DI8DO. User manual. Elseta V1.0

ELSETA IOMOD 8DI8DO. User manual. Elseta V1.0 ELSETA IOMOD 8DI8DO User manual Elseta V1.0 /2017 COPYRIGHTS AND TRADEMARKS Elseta is UAB Aedilis trademark that identifies UAB Aedilis manufactured products. All of the products copyright belongs to "Aedilis.

More information

MOD-RFID125 User Manual. All boards produced by Olimex are ROHS compliant. Rev.A, February 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved

MOD-RFID125 User Manual. All boards produced by Olimex are ROHS compliant. Rev.A, February 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved MOD-RFID125 User Manual All boards produced by Olimex are ROHS compliant Rev.A, February 2008 Copyright(c) 2008, OLIMEX Ltd, All rights reserved INTRODUCTION: FEATURES: MOD-RFID125 is an RFID station,

More information

Communication Protocol for Solder Feeder (SFR) Programmer s Guide

Communication Protocol for Solder Feeder (SFR) Programmer s Guide www.jbctools.com Communication Protocol for Solder Feeder (SFR) Programmer s Guide SFR Communication Protocol for Automation This communication protocol was developed to use JBC devices, such as the Automatic

More information

User manual RFID IND-M1 Reader

User manual RFID IND-M1 Reader User manual RFID IND-M1 Reader INVEO s.c. ul. Rzemieślnicza 21 43-340 Kozy Poland mobile: +48 785552252 www.inveo.com.pl info@inveo.com.pl Dear Customer! Thank you very much for choosing our product. Before

More information

Technical Description

Technical Description B Content 1. Allgemeines...1 2. Blockdiagramm...2 3. Inbetriebnahme...2 4. Technische Daten...3 4.1 AS-Interface...3 4.2 Anschlussbelegung...3 4.3 LED Anzeige...4 4.4 Mechanische und Umgebungsdaten...4

More information

Mifare ID Reader. with selectable outputs

Mifare ID Reader. with selectable outputs 714-52 Mifare ID Reader with selectable outputs The 714-52 OEM proximity reader consists of three parts: a potted unit containing the electronics and antenna, a front cover, and an optional spacer plate.

More information

MOD-RFID125-BOX User Manual

MOD-RFID125-BOX User Manual MOD-RFID125-BOX User Manual All boards produced by Olimex are ROHS compliant Rev.B, May 2011 Copyright(c) 2011, OLIMEX Ltd, All rights reserved Page 1 INTRODUCTION: FEATURES: MOD-RFID125-BOX is an RFID

More information

LT900SERIES. 1xN Multi-Channel Switch Operation Manual

LT900SERIES. 1xN Multi-Channel Switch Operation Manual LT900SERIES 1xN Multi-Channel Switch Operation Manual Table of Contents General Information.. 1 General Specifications...... 2 Interface Connectors..... 3 Connector Assignment 16 pin........ 4 26 pin....

More information

WJM3000G. Next Generation RFID Reader Module. Key Features. Applications: Printers Item-level RFID Mobile & handheld devices Fixed readers

WJM3000G. Next Generation RFID Reader Module. Key Features. Applications: Printers Item-level RFID Mobile & handheld devices Fixed readers Key Features x Multi-protocol support: ISO 18000-6C (Gen2) & ISO 18000-6B x Dynamic RF output power: +18 dbm to +30 dbm (1W) range x Two antenna ports for added flexibility x Power saving modes to extend

More information

Installation manual Card reader Sirius i80(p) o Product o Installation o Connection o Technical data

Installation manual Card reader Sirius i80(p) o Product o Installation o Connection o Technical data Installation manual Card reader Sirius i80(p) o Product o Installation o Connection o Technical data Publication January 2014, Keyprocessor BV Paasheuvelweg 20 1105BJ Amsterdam, The Netherlands www.keyprocessor.com

More information

Interface RS485-TTL CODE: INTR. v.1.0 EN* Edition: 3 from

Interface RS485-TTL CODE: INTR. v.1.0 EN* Edition: 3 from Interface RS485-TTL v.1.0 CODE: EN* Edition: 3 from 05.12.2013 Supersedes the: 2 from 19.12.2012 TABLE OF CONTENTS 1. General description.... 3 2. Components arrangements.... 3 3. Connection to the RS485

More information

IntesisBox Modbus Server Siemens Synova FC330A

IntesisBox Modbus Server Siemens Synova FC330A IntesisBox Modbus Server Siemens Synova FC330A User's Manual V10 r10 eng Intesis Software S.L. 2009. All Rights Reserved. Information in this document is subject to change without notice. The software

More information

P3-SCM. General Specifications

P3-SCM. General Specifications General Specifications Module Type Modules per Base Modules per Group I/O Points Used Field Wiring Connector Operating Temperature Storage Temperature Humidity Environmental Air Vibration Shock Field to

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

Reference Guide METTLER TOLEDO WMH Weighing Platforms

Reference Guide METTLER TOLEDO WMH Weighing Platforms Reference Guide METTLER TOLEDO Weighing Platforms Mettler-Toledo GmbH 2005 Doc.No. KA021, 42908713C Weighing Platforms Reference Guide Contents 1 Initial Setup... 4 1.1 Installation... 4 1.2 Electrical

More information

Active RFID Reader User Manual

Active RFID Reader User Manual 1. Package Contents: Active RFID Reader x 1 Battery power line with connector x 1 User manual x 1 USB Cable x 1 0dBi Dipole Antenna x 1 Active RFID Reader User Manual IP Address White box: Dimension: 10

More information

Nokeval. No Manual. Models 575F, 1000F, 1100F, Scalable counter for pulse sensors

Nokeval. No Manual. Models 575F, 1000F, 1100F, Scalable counter for pulse sensors No 90 Nokeval Manual Models 7F, 000F, 00F, 800-0 Scalable counter for pulse sensors Manufacturer: Nokeval Oy Yrittäjäkatu 700 NOKIA Finland Tel. +8 800 Fax. +8 0 Counter / batch controller XX-0 for pulse

More information

256 MB RAM. 256 MB 32 bits RISC Cortex-A8 600MHz SD Card Slot. N/A USB Host. N/A USB Client

256 MB RAM. 256 MB 32 bits RISC Cortex-A8 600MHz SD Card Slot. N/A USB Host. N/A USB Client User Manual V1.0.0 Table of Contents Overview... 1 1.1. Specification... 1 1.2. Dimensions... 2 1.3. Connector pinouts... 3 1.4. Restoring factory default... 3 1.5. LED indicator... 3 1.6. CR1225 battery...

More information

FR-2057iT. 16-channel Sink Type Isolated Output Module With Isolated Communication line. User Manual

FR-2057iT. 16-channel Sink Type Isolated Output Module With Isolated Communication line. User Manual FR-2057iT 16-channel Sink Type Isolated Output Module With Isolated Communication line User Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of

More information

A1/B1 EB v2.0 User Manual V1.1 05/10/2017

A1/B1 EB v2.0 User Manual V1.1 05/10/2017 A1/B1 EB v2.0 User Manual V1.1 05/10/2017 Table of Contents 1. Device Overview...2 2. Electrical Characteristics...3 2.1 Test Conditions... 3 2.2 Absolute Maximum Ratings... 3 2.3 Operating Conditions...

More information

PM2 SERIES. Convergent Reflective Micro Photoelectric Sensor. Convergent reflection sensing ensures stable detection. Hardly affected by background

PM2 SERIES. Convergent Reflective Micro Photoelectric Sensor. Convergent reflection sensing ensures stable detection. Hardly affected by background PHOTO PHOTO USE MEASUREMENT STATIC CONTROL Micro Photoelectric SERIES Related Information General terms and conditions... F- Glossary of terms... P.39~ selection guide... P.~ General precautions... P.0

More information

EZ864 G. Telit Cellular GSM/UMTS Engine. Hardware guide Version: Update: 27. APR.2009 EZ864 G_Hardware Guide_V

EZ864 G. Telit Cellular GSM/UMTS Engine. Hardware guide Version: Update: 27. APR.2009 EZ864 G_Hardware Guide_V EZ864 G Telit Cellular GSM/UMTS Engine Hardware guide Version: 04.01 Update: 27. APR.2009 EZ864 G_Hardware Guide_V4. - 1 - Hardware Interface Description 1. Hardware Features of the EZ864 G Feature Implementation

More information

The TRSUN is the complete solution for the remote monitoring of photovoltaic plants.

The TRSUN is the complete solution for the remote monitoring of photovoltaic plants. The TRSUN is the complete solution for the remote monitoring of photovoltaic plants. Monitoring of inverters and string combiner boxes (up to 64 devices); Complete configuration of the monitoring system

More information

RST ROOM TEMPERATURE TRANSMITTER. Mounting and operating instructions

RST ROOM TEMPERATURE TRANSMITTER. Mounting and operating instructions Mounting and operating instructions Table of contents SAFETY AND PRECAUTIONS 3 PRODUCT DESCRIPTION 4 ARTICLE CODES 4 INTENDED AREA OF USE 4 TECHNICAL DATA 4 STANDARDS 4 OPERATIONAL DIAGRAM 5 WIRING AND

More information

SSI-1016H Specifications and Operation Manual

SSI-1016H Specifications and Operation Manual SSI-1016H Specifications and Operation Manual Warning: Product specifications and dimensions are subject to change without prior notice. MTS Sensors Technology Corporation 194-0211 737 Aihara-machi, Machida

More information

IntesisBox Modbus Server LG Air Conditioning. User s Manual Issue Date: 06/2016 r1 eng

IntesisBox Modbus Server LG Air Conditioning. User s Manual Issue Date: 06/2016 r1 eng IntesisBox Modbus Server LG Air Conditioning User s Manual Issue Date: 06/2016 r1 eng Intesis Software S.L. 2016 All Rights Reserved. Information in this document is subject to change without notice. The

More information

JMY504M User's Manual

JMY504M User's Manual JMY504M User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

ILBIB24DO16-DSUB. Inline Block IO Module for INTERBUS With 16 Digital Outputs; Bus Connection via D-SUB Connectors

ILBIB24DO16-DSUB. Inline Block IO Module for INTERBUS With 16 Digital Outputs; Bus Connection via D-SUB Connectors Inline Block IO Module for INTERBUS With 16 Digital Outputs; Bus Connection via D-SUB Connectors AUTOMATIONWORX Data Sheet 7119_en_02 PHOENIX CONTACT - 03/2007 Description The ILB IB 24 DO16-DSUB module

More information

ib technology Data Sheet RWD_QT_LP_ pdf 20 Pages Last Revised 03/05/2018 Micro RWD Quad-Tag (low power) Reader

ib technology Data Sheet RWD_QT_LP_ pdf 20 Pages Last Revised 03/05/2018 Micro RWD Quad-Tag (low power) Reader Data Sheet RWD_QT_LP_030518.pdf 20 Pages Last Revised 03/05/2018 Micro RWD Quad-Tag (low power) Reader The MicroRWD QT (Quad-Tag) low-power version is a complete 125kHz reader solution for Hitag 1, Hitag

More information

A brief user guide Universal Learning Remote Controller

A brief user guide Universal Learning Remote Controller A brief user guide Universal Learning Remote Controller Program from a PC: 1. Construct a programming cable with a DB-9 female connector. Locate pad J1 from the Universal Learning Remote Controller (ULRC)

More information

Access control panel U-Prox IC E (Elevator control)

Access control panel U-Prox IC E (Elevator control) 1.003 Access control panel U-Prox IC E (Elevator control) Installation and programming manual About this document http://u-prox.com This manual covers installation, adjustment and use of U-Prox IC E (hereinafter

More information

DCA - 10 / DCA TTS Systems

DCA - 10 / DCA TTS Systems DCA - 10 / DCA - 20 Two Channell Load Cell Amplifie er Refere ence Manua al TTS Systems 14 Highpoint Business Village, Henwood,, Ashford, Kent,, TN24 8DH Telephone +44 (0)1233 624422 Telefax 0870 705 9678

More information

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary.

THERMO-CON. Model No. HECR002-A5. Keep available whenever necessary. HEC-OM-S008 Aug.2014 Communication Manual THERMO-CON Model No. HECR002-A5 Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not, in whole

More information

USR-TCP Hard version: V2.0 File version: V

USR-TCP Hard version: V2.0 File version: V Serial Device Server - RS232/RS485 to Ethernet converter USR-TCP232-300 Hard version: V2.0 File version: V1.1 2011-8-17 Serial Device Server - RS232/RS485 to Ethernet converter is an Equipment for convert

More information