ATID UHF RFID READER Protocol. July 2009 ATID900F - V0.0.3

Size: px
Start display at page:

Download "ATID UHF RFID READER Protocol. July 2009 ATID900F - V0.0.3"

Transcription

1 Specification for RFID Reader Host Interface ATID UHF RFID READER Protocol July 2009 ATID900F - V0.0.3 Copyright c 2009, ATID Inc. All rights reserved 1-28

2 Document Version Ø Ver The protocol draft written. Model applied: ATID900F F/W applied: root.v002 Ø Ver Reader command, Set/Get control added. - The overall document s content updated. Model applied: ATID900F F/W applied: root.v006~7 Ø Ver The checksum method changed. - The overall document s content updated. Model applied: ATID900F F/W applied: root.v

3 List I. OVERVIEW... 4 II. SIGNAL... 5 III. PACKET... 6 IV. DATA... 7 V. ANNEX

4 I. OVERVIEW This document defines the communication method and messages between the two processors for the reader controller that interlocks with the reader. 4-28

5 II. SIGNAL The terminal unit connected with the reader uses signal of RS-232 level and transmits from the MSB. ( bps, Async, Full duplex, 8bits, No parity) The state of physical connection, equipped with RX, TX lines sharing with the ground, uses an independent communication line. 5-28

6 III. PACKET STX DATA ETX The packet is composed of STX, DATA and ETX. Following below shows each content of the composition. Code Length STX > (0x3E) 1byte DATA reader Data More than 1byte ETX \r\n (0x0D0A) 1byte Each unit consists of 8bit(octet) and their formation is network byte order. 6-28

7 IV. DATA Host Reader Tag START (SET/GET CONTROL) (REPLY) REQ TAG READ RF RES TAG READ (STOP) <Fig. 1 - Data Flow> 7-28

8 A. START The reader is power on and when the booting is complete it transmits START. - Reader -> Host(PC) - Function: Informs the PC of booting completion. - Command : STX Start Code ETX Length(byte) HEX 3Eh 73h 74h 61h 72h 74h 0D0Ah ASCII > start \r\n Ex ) 3Eh 73h 74h 61h 72h 74h 0D 0A( >start\r\n ) B. SET CONTROL Command for changing the control values of reader. - Host(PC) -> Reader - Function: Changes main control values of reader. - Command : 8-28

9 STX Command SP Control SP Value ETX Code Code Length(byte) variable 2 HEX 3Eh 78h 20h 20h 0D0Ah ASCII > x \r\n <Table 1> Control Code/Value No. CODE (char) CODE (HEX) CONTROL VALUE DEFAULT 1 b 0x62 Buzzer 0(0x30), 1(0x31) 1(ON) 2 c 0x63 Continuous Mode 0(0x30), 1(0x31) 1(ON) 3 d 0x64 All Default Set X X 4 e 0x65 ANT Status 0~15(0x30~0x3135 ) 1 5 j 0x6A ANT Switching Time 1~10000(ms) 500(ms) 6 p 0x70 Power Gain 0~300 (0x30~0x333030) q 0x71 Start Q Value 0~15 7 IP Address Value 8 r 0x72 Reader IP Address ex) (0x312e32 2E332E34) x 0x78 Reader Mode 0~MAX 0 IP Address Value 10 z 0x7A Server IP Address ex) (0x312e32 2E332E34) x30 Power Idle Time 0~10000(ms) 100(ms) x31 Baud Rate 0(0x30), 1(0x31) 0(115200bps) x x33 Ethernet Port Number Repeat Tag Report Time 1024~ ~ (Sec) x34 GPIO Delay 0~ (ms) x35 GPIO Out Port 0~

10 17 6 0x36 Status Server Access Time 0~ (Sec) 18 [ 0x5b Mini Q Value 0~ ] 0x5d Max Q Value 0~ All numeric value correspond to the ASCII codes. Ex) 0 -> 0x30, 1 -> 0x31 As the exceeded value is not filtered through the reader, When applying a wrong value, the reader may malfunction. (it is recommended restoring to the initial state using the default code d(0x64) ) 1. Buzzer Switch: Sets buzzer On/Off. VALUE 0 1 Buzzer Switch Off On 2. Continuous Mode: If the reader performs Inventory and the continuous mode is off, the reader becomes off automatically when after Tag is read once, and the continuous mode is on it continuously performs until it receives a Stop command. VALUE 0 1 Continue Mode Off On 3. All Default set: Set all the control values to those of default. 4. ANT Status: Sets the antenna port. ANT 4 ANT 3 ANT 2 ANT 1 VALUE OFF OFF OFF ON 1 OFF OFF ON OFF 2 OFF OFF ON ON 3 OFF ON OFF OFF

11 OFF ON OFF ON 5 OFF ON ON OFF 6 OFF ON ON ON 7 ON OFF OFF OFF 8 ON OFF OFF ON 9 ON OFF ON OFF 10 ON OFF ON ON 11 ON ON OFF OFF 12 ON ON OFF ON 13 ON ON ON OFF 14 ON ON ON ON ANT Switching Time: In case that the reader uses over two antenna ports, it uses the other antenna successively during the time of ANT Switching at the one port. Ex) In case of ANT Status 3, ANT Switching Time 500: (a) ANT1 operates during 500ms and ANT2 operates during 500ms. (b) Repeats process (a) until STOP command executed 6. Power Gain: Changes the power level of the reader s transmission. Table recommended for power level Power Level (Parameter) dbm Start Q Value: Nominates Q algorithm Start Q value for the Multi Tag Read. If not a single TAG environment, using the default value(7) recommended. 8. Reader IP Address: Used for changing Ethernet IP Address of the reader that is set currently

12 IP Address X.(0x2E) X. X. X ex) 3Eh 78h 20h 72h 20h 31h 39h 32h 2Eh 31h 36h 38h 2Eh 31h 30h 2Eh 39h 31h ( >x r \r\n ) 9. Reader Mode: Changes the reader s mode. Value Mode Description 0 Normal Mode Basic motion mode 1 Inventory Auto Mode When booted, it performs the Inventory Command( f ) automatically. X reserved Added upon user s request. 10. Server IP Address: If the reader operates with TPC/IP Client, nominates the IP server to access. IP Address X.(0x2E) X. X. X ex) 3Eh 78h 20h 72h 20h 31h 39h 32h 2Eh 31h 36h 38h 2Eh 31h 30h 2Eh 39h 31h ( >x r \r\n ) 11. Power Idle Time: Changes the Idle Time of the Inventory Idle Command (It is recommended to use Inventory Command in an actual environment in order to minimize the interference between readers in multi environments and prevent the reader s overheat due to the full time work for a long time). Ex) In case of ANT Switching Time 500, Power Idle Time 100: When performing Inventory Idle Command, the reader maintains an idle state (Power Gain Off) during 100ms every 500ms and then does Inventory again. 12. Baud Rate : Changes the reader s UART Baud Rate. Value Baud Rate 12-28

13 0 (default) bps bps 13. Ethernet Port Number: Changes the port number of Ethernet (It is recommended to use number from 1024 except the well-known numbers. Default: 5578). 14. Repeat Tag Report Time : When using User Option Command it set the report time about repeatedly read TAG 15. GPIO Delay : Tag 인식시 GPIO Status 에설정된 GPIO 값의유지시간을 설정한다. 16. GPIO Out Port Status : When recognizing Tag it sets the signal level of the GPIO Out Port Value GPIO Out 1 GPIO Out 2 GPIO Out 3 0 Low Low Low 1 Low Low High 2 Low High Low 3 Low High High 4 High Low Low 5 High Low High 6 High High Low 7 High High High 17. Server Access Time: If the reader operates with TCP/IP Client, it sets the time interval to attempt to connect the server 13-28

14 18. Mini Q Value : Nominates the Q algorithm Minimum Q value for the Multi Tag Read. 19. Max Q Value : Nominates the Q algorithm Minimum Q value for the Multi Tag Read. B. GET CONTROL Command used for fetching control values of reader from terminal. - Host(PC) <-> Reader - Function: Reads the control values which is currently set in the reader. - Command : STX Command SP Control ETX Code Code Length(byte) HEX 3Eh 79h 20h 0D0Ah ASCII > y \r\n For Control Code, refer to the Table1 Control Code/Value Ex) 3Eh 79h 20h 65h 0Dh 0Ah ( >x e\r\n ) - Reply : Replies to the Control Value which is currently set. STX Command Control ETX Code Value Length(byte) 1 1 Variable 2 HEX 3Eh 79h 0D0Ah ASCII > Y \r\n 14-28

15 Ex) 3Eh 65h 31h 35h 0Dh 0Ah ( >e15\r\n ) D. READER COMMAMD The reader provides commands used for controlling commands and reader itself accessing TAG. Following shows REQ TAG READ packet formation. Commands without parameter transmits only the Command Code between STX and ETX, and Those unnecessary for parameter are divided in (0x20) between Command Code and each parameter, transmitting as many as the numbers of parameters. - Host(PC) <-> Reader - Function: Main commands of reader -Command: The main commands of the reader are shown below. <Table 2> Reader Command No. CODE CODE COMMAND PROTOCOL PARA (char) (HEX) TYPE METER 1 f 0x66 Inventory (EPC Read) C X 2 d 0x64 Inventory_Idle C X 3 R 0x72 Memory READ C 1, 2, 3, (4) 4 W 0x77 Memory WRITE C 1, 2, 3, (4) 5 ㅣ 0x6C Memory LOCK C 1, 2, (3) 6 K 0x6B TAG KILL (Reserved) C 1 7 G 0x67 GPIO Control

16 8 Q 0x71 Reader Reset (soft) X 9 S 0x73 Reader Reboot (hard) X - Reply : Reply: Replies either to the case in which when it receives the data of Tag or to that in which it receives a response code from Tag. If the Tag Data is received Check sum is added for the Tag reply 1) TAG Data Reply STX ANT No. REPLY Tag CheckSum ETX CODE Reply Length(byte) Variable 2 2 HEX 3Eh 31~34h 54h 0D0Ah ASCII > 1~4 T \r\n The checksum is the changed value of Ascii of that in which the Tag Reply is Exclusive OR(^) by 1byte. Ex) Tag Reply: > checksum: Being 0x34, it becomes when changed to ASCII. 2) Tag-Replycode Reply STX ANT No. REPLY CODE Tag- Replycode ETX Length(byte) HEX 3Eh 31~34h 43h 0D0Ah ASCII > 1~4 C \r\n <Table 3> Tag-ReplyCode Ascii Hex Tag Reply h Success h Other error h Memory overrun 16-28

17 h Memory locked 0B 3042h Insufficient power 0F 3046h Non-specific error 1. Inventory: It is the most basic command that fetches EPC(Tag ID) of Tag. The reader responds in formation of PC+EPC only when Tag is detected - Command STX COMMAND CODE ETX Length(byte) HEX 3Eh 66h 0D0Ah ASCII > f \r\n Ex) 3Eh 66h 0Dh 0Ah ( >f\r\n ) - Reply STX ANT No. REPLY PC EPC CheckSum ETX CODE Length(byte) Variable 2 2 HEX 3Eh 31~34h 54h 0D0Ah ASCII > 1~4 T \r\n Ex) 3Eh 31h 54h 30h 31h 30h 0Dh 0Ah 3Eh 33h 54h 30h 32h 33h 0Dh 0Ah.. As TAG that has EPC of a different length respectively is capable of responding the data length is variable.. 2. Inventory_Idle : As a command that has a extended function it performs the inventory for certain time and performs it again after stops during the idle time

18 It is a recommended command to be used in an actual environment in order to minimize the interference between readers in multi environments and prevent the reader s overheats due to the full time work for a long time. The Inventory time is set as the ANT Switching Time(ms) of the Set Control, and the Idle time is set as Power Idle Time(ms). - Command STX COMMAND CODE ETX Length(byte) HEX 3Eh 64h 0D0Ah ASCII > d \r\n Ex) 3Eh 64h 0Dh 0Ah ( >d\r\n ) - Reply STX ANT No. REPLY PC EPC CheckSum ETX CODE Length(byte) Variable 2 2 HEX 3Eh 31~34h 54h 0D0Ah ASCII > 1~4 T \r\n Ex) 3Eh 31h 54h 30h 31h 30h 0Dh 0Ah 3Eh 33h 54h 30h 32h 33h 0Dh 0Ah.. As TAG that has EPC of a different length respectively is capable of responding the data length is variable. 3. Memory Read : 3 or 4 parameters are required as it is command for reading when accessing directly the memory of Tag. - Parameter 1: Nominates the Memory Bank of tag

19 - Parameter 2: Nominates the start address of the nominated Memory Bank. The PC of EPC Bank is the 1st address, 2nd from EPC. - Parameter 3: Nominates word lengths (16 bits unit in standard of Tag Memory) to read. - Parameter 4: As the access password for accessing the Tag in which a password is set, it omits Tags in which a password is not set. - Command STX Command SP Bank SP Addr SP Leng (SP) (Pass ETX Code ess th word) Length variab 1 varia (byte) le ble HEX 3Eh 72h 20h 30h~33h 20h 20h 20h 0D0Ah ASCII > r 0~3 \r\n Password can be omitted and at this time the last SP should be omitted as well. The PC of EPC Bank is the 1st address, 2nd from EPC. Length 1 is 2byte in standard of the TAG memory(4byte in standard of ASCII). Ex) 3Eh 72h 20h 31h 20h 32h 20h 31h 0Dh 0Ah ( >r 1 2 1\r\n ) <Table 4> BANK BANK Hex Ascii RESERVED 30h 0 EPC 31h 1 TID 32h 2 USER 33h 3 - Reply 19-28

20 STX ANT No. Reply Code Data CheckSum ETX Length(byte) Variable 2 2 HEX 3Eh 31~34h 54h 0D0Ah ASCII > 1~4 T \r\n STX ANT No. Reply Code Tag-Code ETX Length(byte) HEX 3Eh 31~34h 43h 0D0Ah ASCII > 1~4 C \r\n For Tag-Code, refer to the table3 Tag-Reply codes. Ex) 3Eh 31h 54h 30h 31h 30h 0Dh 0Ah 4. Memory Write: 3 or 4 parameters are required as it is command for reading when accessing directly the memory of Tag - Parameter 1: Nominates the Memory Bank of tag. - Parameter 2: Nominates the start address of the nominated Memory Bank. - Parameter 3: As the Write Data it can nominate up to 100 bytes(standard of ASCII code) of the word(16bits in standard of Tag Memory, 4byte in standard of ASCII code) unit data. - Parameter 4: As the access password for accessing the Tag in which a password is set, it omits Tags in which a password is not set - Command STX Command SP Bank SP Addr SP Data (SP) (Pass ETX Code ess word) Length variab 1 4~ (byte) le 0 HEX 3Eh 77h 20h 30h~33h 20h 20h 20h 0D0Ah ASCII > w 0~3 \r\n 20-28

21 Password can be omitted and at this time the last SP should be omitted as well. The PC of EPC Bank is the 1st address, and 2nd from EPC. Length 1 is 2byte in standard of the TAG memory(4byte in standard of Ascii). For Bank, refer to the table4 Bank Ex 1) 3Eh 77h 20h 31h 20h 34h 20h 31h 31h 31h 31h 32h 32h 32h 32h 33h 33h 33h 33h 34h 34h 34h 34h 0Dh 0Ah ( >w \r\n ) Ex 2) Memory Write+ Access Password 3Eh 77h 20h 31h 20h 34h 20h 31h 31h 31h 31h 20h 31h 32h 33h 34h 35h 36h 37h 38h 0Dh 0Ah ( >w \r\n ) - Reply STX ANT No. Reply Code Tag-Code ETX Length(byte) HEX 3Eh 31~34h 43h 0D0Ah ASCII > 1~4 C \r\n For Tag-Code, refer to the table1 tag-reply Code. Ex) 3Eh 31h 43h 30h 31h 0Dh 0Ah (Success) 5. Memory Lock : Sets the access password in Tag, sets password in Tag using Lock command. 2 or 3 parameters are necessary, and for detail of Lock, refer to the supplement - Parameter 1: As the Memory Mask the action of the parameter 2 is valid for the memory whose Mask bit is 1(refer to the supplement)

22 - Parameter 2: Nominates Memory Action(refer to the supplement). - Parameter 3: As the access password for accessing the Tag in which a password is set, it omits Tags in which a password is not set. - Command - STX Command SP Mask SP Action (SP) (Pass ETX Code word) Length (byte) HEX 3Eh 6Ch 20h 20h 20h 0D0Ah ASCII > l \r\n Password can be omitted and at this time the last SP should be omitted as well. For Mask and Action, refer to the supplement. Ex) 3Eh 6Ch 20h 30h 30h 33h 30h 20h 30h 30h 32h 30h 0Dh 0Ah ( >l \r\n ) - Reply STX ANT No. Reply Code Tag-Code ETX Length(byte) HEX 3Eh 31~34h 43h 0D0Ah ASCII > 1~4 C \r\n For Tag-Code, refer to the table3 Tag-Reply Codes. Ex) 3Eh 31h 43h 30h 31h 0Dh 0Ah (Success) 6. TAG KILL : Available to support upon request. 7. GPIO Control : A command to be used for controlling the external IO port of reader. Reader provides two of input ports and 3 of output ports. In special circumstances the auto control can be provided, and general control method is 22-28

23 as follow.. - Parameter 1: Sets command modes Parameter value Mode Select Description 0 Get Gets Input/Out port. 1 Set Sets Output Port - Parameter 2: Uses value 00~07, nominating set value of the output port. <Table 5> GPIO Status Value GPIO In 1 GPIO 2 GPIO Out 1 GPIO Out 2 GPIO Out 3 00 Low Low Low Low Low 01 Low Low Low Low High 02 Low Low Low High Low 03 Low Low Low High High 04 Low Low High Low Low 05 Low Low High Low High 06 Low Low High High Low 07 Low Low High High High 08 Low High Low Low Low 17 High High High High Low 1F High High High High High 23-28

24 - Command STX Command SP Select Mode (SP) (Set ETX Code Value) Length(byte) HEX 3Eh 67h 20h 30h or 31h 20h 0D0Ah ASCII > g 0 or 1 \r\n In case that the Select mode is 0, the set value should be omitted, and at this moment the last SP should be omitted as well. - Reply : For part Status, refer to the table5 GPIO Status STX Reply Code Port Status ETX Length(byte) HEX 3Eh 43h 0D0Ah ASCII > g \r\n 8. Reader Reset : Soft Reset except OS(Quick reset) - Command STX Command Code ETX Length(byte) HEX 3Eh 71h 0D0Ah ASCII > q \r\n Ex) 3E 71 0D 0A ( >q\r\n ) 9. Reader Reboot : OS 를포함한 All Reboot. ( 재부팅시간이소요됨.) - Command STX Command Code ETX Length(byte) HEX 3Eh 73h 0D0Ah ASCII > s \r\n 24-28

25 - Ex) 3E 73 0D 0A ( >s\r\n ) E. READER STOP A command that finishes the performance immediately while the reader performs the TAG command. - Host(PC) -> Reader - Function: A massage that finishes the TAG command forcibly - Command : STX Command Code ETX Length(byte) HEX 3Eh 33h 0D0Ah ASCII > 3 \r\n Ex) 3Eh 33h 0Dh 0Ah ( >3\r\n ) 25-28

26 V. ANNEX Memory Lock - Using the memory lock command: 'l [Mask(4byte)] [Action(4byte)]'(6Ch 20h XXh XXh XXh XXh 20h XXh XXh XXh XXh) * Mask : Kill Pwd AccessPwd EPC TID User pwd lock pwd lock pwd lock pwd lock pwd Lock Bit 0: Do not change the lock bit. Bit 1: Change the lock bit. * Action : Kill Pwd AccessPwd EPC TID User pwd lock pwd lock pwd lock pwd lock pwd Lock Pwd Bit 0: Password is unnecessary when reading or writing. Pwd Bit 1: Password is necessary when reading or writing. Lock Bit 0: Password Bit can be changed only when the user knows the access password or it is set in 0. Lock Bit 1: Reading or writing is not available and the password bit and lock bit can not be changed. The lock commend is performable only when the access password is 0, or the user knows it. If the password bit of the kill password and access password is 1, in case that the user doesn t know the access password, reading/writing is impossible leaving the rest accessible only to reading. If the lock bit is set in 1, writing/reading is not available even in case the user knows the password. Once the lock bit is changed to 1, never can it be changed. When transmitting the Mask or Action to the reader, they are subject to being encoded with the ASCII code as same with other commands and being transmitted. Ex) When the Mask is 0030, it should be changed to 0x Lock scenario 1: Password Bit: 1, Access password:

27 Although it is impossible to read or write a password in the memory, it is possible to change password bit to 0 and read or write it again. In other words, at first the user can set the password impossible for it to be read or written, but if the or she changes it to 0 the password can be read or written. Lock scenario 2: Password Bit: 1, Access password: value except 0 In order to write/read the pass word in the memory, the user is required to know his access password. It is possible if an access password(8 byte in standard of ASCII code) of TAG is included in the last parameter of each command(memory read/write/lock). - Fetching the lock bit set in TAG using the Memory Read Command. : In order to fetching the lock bit in from TAG, simply use the command Memory Read Command >r 0 4 1, to which 10 bits of the 16 bits responded belong Kill Pwd AccessPwd EPC TID User Pwd lock pwd lock pwd lock pwd lock pwd Lock Ex) Reader Reply : >1T0300 -> TID Pwd, Lock Enable - Fetching the access password in from TAG using Memory Read Command : Simply use the command >r (XXXXXXXX). The password enabled TAG should include the access password 8 byte(xxxxxxxx). Ex) Reader reply: (0x ) -> As the access password is 0, lock command is performable without any password. - Changing the access password using the Memory Write Command : Simply use >w 0 2 XXXXXXXX (XXXXXXXX). In case the password of the lock bits of the access password is enabled, the user can change it to a new password including it to parameter 4 of the memory Write Command, but at this time the work should be processed by 2 bytes once in all, and the response is not guaranteed depending on the communication environment. Therefore this method is not recommended. In this case it is recommended the user disable a password of the lock bits of the access password and perform it. - An example of restricting the TAG Access using the access password

28 1. Enter the data into the memory writing. Ex)>w Enter the Access Password into the memory writing. Ex)>w Have the access password, EPC Bank password enabled to the memory lock that includes access passwords. Ex)>l 00a0 00a Data can be changed to the memory write that includes the access password. Ex)>w aaaa TAG KILL(Reserved) - Using the TAG Kill Command: '>k [password(8byte)]'(6bh XXh XXh XXh XXh XXh XXh XXh XXh) * Password: All the kill passwords are saved in the 0 position(upper part) and 1 position(lower part) of the Reserved memory(membank 0). In case that all the kill passwords are 0, it is not possible to kill them, so, in order to kill them, not 0, but a kill password should necessarily be saved. The kill password can be saved using memory write and can be read using memory read. Ex1) Fetching kill password: >r (XXXXXXXX) -> Reader s response: Ex2) Saving kill password: : >w (XXXXXXXX) -> Reader s response: 01 Ex3) Killing: >k (0x6B ) -> Reader s response: 01 The response to the kill command is depending on whether 01 is entered or not, but despite being killed the response may not come up depending on the communication environment. In this case it is recommended checking the result instead consistently waiting the response. Bear in mind that once TAG is killed, it cannot be changed

UHF RFID serial Interface protocol V2.2

UHF RFID serial Interface protocol V2.2 YR903 UHF RFID serial Interface protocol V2.2 1 SPECIFICATION OF THE DATA PACKET 3 1.1 RS-232 CONFIGURATION 3 1.2 DATA PACKET DEFINITION 3 1.2.1 HOST COMMAND DATA PACKET DEFINITION 3 1.2.2 RESPONSE PACKET

More information

PRE32 RS232 protocol v1.21 Tomas Andersson

PRE32 RS232 protocol v1.21 Tomas Andersson PRE32 RS232 protocol 2014-11-07 v1.21 Tomas Andersson Description This document describes the RS232 protocol used to control the PRE32 device. Command structure Commands are sent to the device using the

More information

UHF RFID Reader AsReader Box

UHF RFID Reader AsReader Box UHF RFID Reader AsReader Box Command Reference Ver.1.14 Asterisk, Inc. Contents 1 Interface specification... 1 2 Protocol Description... 1 3 Formats of data frames... 2 3.1 Command Frame Format (From HOST)...

More information

RX Reader. User Manual UHF RFID. Version 1.0

RX Reader. User Manual UHF RFID. Version 1.0 UHF RFID RX Reader User Manual Version 1.0 2016 unitech Electronics Co., Ltd. All rights reserved. unitech is a registered trademark of unitech Electronics Co., Ltd. Preface About This Manual This manual

More information

U9809 UHF RFID Reader User's Manual V1.2

U9809 UHF RFID Reader User's Manual V1.2 U9809 UHF RFID Reader User's Manual V1.2 Content 1 COMMUNICATION INTERFACE SPECIFICATION... 4 2 PROTOCOL DESCRIPTION... 4 3 DATA BLOCK FORMAT... 5 3.1 COMMAND DATA BLOCK... 5 3.2 RESPONSE DATA BLOCK...

More information

UHF RFID Reader UHFReader18

UHF RFID Reader UHFReader18 UHF RFID Reader UHFReader18 User's Manual V2.0 Content 1. COMMUNICATION INTERFACE SPECIFICATION... 4 2. PROTOCOL DESCRIPTION......4 3. DATA BLOCK FORMAT......5 3.1 COMMAND DATA BLOCK... 5 3.2 RESPONSE

More information

AsReader DeskTop UHF RFID Reader Command Reference v1.11

AsReader DeskTop UHF RFID Reader Command Reference v1.11 AsReader DeskTop UHF RFID Reader Command Reference v1.11 Asterisk, Inc. 2017-12-15 Content 1. COMMUNICATION INTERFACE SPECIFICATION... 3 2. PROTOCOL DESCRIPTION... 3 3. DATA BLOCK FORMAT... 4 3.1 COMMAND

More information

ANDROID UHF API. Bright Alliance Technology Limited

ANDROID UHF API. Bright Alliance Technology Limited ANDROID UHF API Bright Alliance Technology Limited 1 Import Package and library to project UHF function is in the uhf.jar - com.android.hdhe.uhf.reader.uhfreader 2 Functions 2.0.1 getinstance() Function:

More information

AsReader Desktop Demo Reference Guide v1.2

AsReader Desktop Demo Reference Guide v1.2 AsReader Desktop Demo Reference Guide v1.2 Asterisk, Inc. 2018-11-5 Revision History No. Version Modified Content Date Reviser 1 1.1 Initial version 2018/10/18 Zhen Liu 2 1.2 1. The mask, tag lock, tag

More information

Programming Manual RFID (Radio Frequency Identification) SLP-TX403R.

Programming Manual RFID (Radio Frequency Identification) SLP-TX403R. Programming Manual RFID (Radio Frequency Identification) Rev. 1.00 SLP-TX400R SLP-TX403R http://www.bixolon.com Table of Contents 1. Manual Information... 3 2. Basic Theory... 3 2-1 RFID Printer... 3 2-2

More information

UHF RFID Reader VI-88C User's Manual V2.0

UHF RFID Reader VI-88C User's Manual V2.0 UHF RFID Reader VI-88C User's Manual V2.0 Content 1. COMMUNICATION INTERFACE SPECIFICATION...4 2. PROTOCOL DESCRIPTION...4 3. DATA BLOCK FORMAT...5 3.1 COMMAND DATA BLOCK...5 3.2 RESPONSE DATA BLOCK...5

More information

The RS-485 user manual for B800 series communication

The RS-485 user manual for B800 series communication The user manual of B800 Series Rs-485 The RS-485 user manual for B800 series RS-232 inbuilt inside the main board of B800 series frequency inverter, we can effect RS-485 through fitting board externally.

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 CLOCKAUDIO MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 Clockaudio Limited, 9 Stratfield Park Elettra Avenue, WATERLOOVILLE Hampshire. UK Tel : +44 (0)2392 251193 Fax : +44 (0)2392 251201

More information

UHF Reader Configuration Manual

UHF Reader Configuration Manual UHF Reader Configuration Manual STA IR0207E STA IR0507E STA IR1207E STA 4R1207E Page 1 of 13 Reader Connections STA IR0207E, STA IR0507E, STA IR1207E STA 4R1207E Page 2 of 13 DB15 pin GPIO Connector diagram

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

R&D Idesco EPC Anticollision User Manual Version 1.00 Public 1 (52) Idesco EPC Anticollision. User Manual

R&D Idesco EPC Anticollision User Manual Version 1.00 Public 1 (52) Idesco EPC Anticollision. User Manual Public 1 (52) Idesco EPC Anticollision User Manual Version Date Author Description 1.00 28.06.2011 Pah First version Public 2 (52) 1. Purpose of This Document... 4 2. Using Idesco EPC Anticollision Reader...

More information

MPR Serial Communication Protocol III - 1-9/11/2013. MPR Serial Communication Protocol III

MPR Serial Communication Protocol III - 1-9/11/2013. MPR Serial Communication Protocol III MPR Serial Communication Protocol III - 1-9/11/2013 MPR Serial Communication Protocol III - 041458 Table of Contents REVISION HISTORY...4 1 PURPOSE AND SCOPE...5 1.1 DEFINITIONS AND ACRONYMS... 5 2 REFERENCES...6

More information

Cab Bus Communications Protocol

Cab Bus Communications Protocol Page 1 Overview of Controller Bus The controller bus connects up to 63 Hand-Held Cab Controllers to the Command Station. Data on the bus runs at 9600 bps with 8 data bits, no parity, 2 stop bits and meets

More information

CONNECTION TO A HOST COMPUTER

CONNECTION TO A HOST COMPUTER CONNECTION TO A HOST COMPUTER Foreword: Hardware data The Communication between the CUBE30TOUCH and an external PC may be done in two possible ways: 1- Using a USB connection: Connect a standard A-B USB

More information

Specification. For. Serial Interface DN-T645/625

Specification. For. Serial Interface DN-T645/625 Date 2002-08-30 1 page of 55 Specification For Serial Interface DN-T645/625 Denon, Ltd. Date 2002-08-30 2 page of 55 Histories Rev. Date Name Description 1.00 Aug., 30, 02 J.Watanabe Date 2002-08-30 3

More information

Version. Table of Contents

Version. Table of Contents NAP Protocol 1.0 Version Version Date By Comment v1.0 24.01.2011 JP Release version of NAP documentation. Table of Contents 1 Basic concepts...3 1.1 Usage info...3 1.2 Length byte...3 1.3 Literal characters...4

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

MTI RFID Explorer User Manual Version 1.0.0

MTI RFID Explorer User Manual Version 1.0.0 MTI RFID Explorer User Manual Version 1.0.0 MTI Group Proprietary Information Any unauthorized use, duplication, reproduction, or disclosure of this document may be considered as infringement of MTI Group

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

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

RED4S UTM RED4S Utility User Manual

RED4S UTM RED4S Utility User Manual RED4S UTM 2018-03-29 RED4S Utility User Manual Ver 1.0.2 2018-03-29 Contents 1 Revision History... 3 2 Introduction... 4 3 GUI Overview... 5 3.1 Biasic View... 5 3.2 Extended View... 6 4 Start-up Guide...

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

SKYEWARE PROTOCOL V3 REFERENCE GUIDE VERSION

SKYEWARE PROTOCOL V3 REFERENCE GUIDE VERSION SKYEWARE PROTOCOL V3 REFERENCE GUIDE VERSION 040218 SkyeWare Protocol V3 Reference Guide P a g e 2 COPYRIGHT INFORMATION: Copyright 2018 Novanta Corporation. All rights reserved. Version 040218 This product

More information

DCP - Interface. Dynavert L. Technical Description July 2010 (Draft) Dynavert

DCP - Interface. Dynavert L. Technical Description July 2010 (Draft) Dynavert DCP - Interface Dynavert L Technical Description July 2010 (Draft) Dynavert Introduction 1 Main characteristics 2 DCP Interface for Dynavert L Technical Description (Draft) Protocol including position

More information

JPEG2000 HDTV RECORDER

JPEG2000 HDTV RECORDER JPEG2000 HDTV RECORDER JP2pro series RS422 Rev.16.1 Gigabit Systems Inc. WWW.gigabitsystems.com ... 7... 7 VTR... 7 JP2Pro... 9...10...11 RS-422A VTR... 12 RS-422A JP2Pro... 14... 17 12 11 DEVICE TYPE...

More information

Titan Dot Matrix Display (A05)

Titan Dot Matrix Display (A05) Titan Dot Matrix Display (A05) Contents Communications... 3 Overview... 3 Read Contact Closure States Command... 5 Read Display Bounds Command 0x02... 6 Read Switch Setting Command 0x03... 6 Read Inventory

More information

EtherNet /IP User Guide

EtherNet /IP User Guide EtherNet /IP User Guide Trademark Notices Comtrol, DeviceMaster, and PortVision are registered trademarks of Comtrol Corporation. ControlLogix, PLC-5 and Rockwell Automation are registered trademarks of

More information

Page 1 sur 28. User Manual. User Manual

Page 1 sur 28. User Manual. User Manual Page 1 sur 28 1 Sommaire 1 SOMMAIRE 2 2 ACKNOWLEDGMENT 4 3 INFORMATION 5 3.1 PC REQUIREMENTS 5 3.2 CD CONTENT 5 3.3 HARDWARE REQUIRED 5 3.4 INSTALLATION 5 4 OVERVIEW 6 4.1 STARTUP 6 4.1.1 STARTING SECARD

More information

CAEN RFID EASY CONTROLLER SOFTWARE

CAEN RFID EASY CONTROLLER SOFTWARE CAEN RFID EASY CONTROLLER SOFTWARE Technical Information Manual Revision n. 01 14/05/2012 Scope of Manual This manual will help you to get started with the Easy Controller, the new RFID Software User Interface

More information

WIZ125SR User Manual

WIZ125SR User Manual WIZ125SR User Manual ( Version 1.0 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr WIZ125SR User Manual (WIZnet Co., Ltd.) - 1 - Document

More information

MANUAL ID ISC.MR102. Standard-Reader. from Firmware-Version 0.4 or higher. Preliminary public (B) H e-ID-B.doc

MANUAL ID ISC.MR102. Standard-Reader. from Firmware-Version 0.4 or higher. Preliminary public (B) H e-ID-B.doc MANUAL ID ISC.MR102 Standard-Reader from Firmware-Version 0.4 or higher Preliminary public (B) 2011-04-12 H01113-0e-ID-B.doc Copyright 2011 by FEIG ELECTRONIC GmbH Lange Strasse 4 D-35781 Weilburg-Waldhausen

More information

DB-II Serial Communication Protocol Revision 0.2(English)

DB-II Serial Communication Protocol Revision 0.2(English) DB-II Serial Communication Protocol Revision 0.2(English) Final Revision: 2005. 4. 25 Page 1 3/2/2007 < Table of Contents > 1. The Serial Interface...3 1.1. Transmission Control Character...3 1.2. Synchronization...3

More information

JMY501H User's Manual

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

More information

EWBS Receiving Module Communication specifications

EWBS Receiving Module Communication specifications 2017/01/05 EWBS Receiving Module Communication specifications v1.00 Century Revision history Revision Date Changes 1.00 2017/01/05 Initial Release. 1 Serial communication specifications Asynchronous serial

More information

RS-232 Serial Communication Control

RS-232 Serial Communication Control RS-232 Serial Communication Control for LDT323V 1. Application This document defines the communication protocols for serial control of the LDT323V. -----Revision History----- 1 st Draft Release: Dec. 09

More information

Table of Contents. VM201 Protocol

Table of Contents. VM201 Protocol Table of Contents VM201...2 Packet...3 Structure...3 Calculating the checksum...3 Authentication process...4 No authentication required...4 With authentication enabled...4 s...5 Authentication required

More information

ET-TOUCH PAD 4x4. User s Manual of ET-TOUCH PAD 4x4

ET-TOUCH PAD 4x4. User s Manual of ET-TOUCH PAD 4x4 ET-TOUCH PAD 4x4 1. Features of Board ET-TOUCH PAD 4x4 - Be Capacitive Sensing Touch Key with 16 KEY 4x4 - Use +3.3VDC or +5VDC Power Supply - Display status of pressing keys by voice and LED that is on

More information

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE

THT-500-A/R (C5) 1. System Configuration COMMUNICATION INSTRUCTION MANUAL. No. THT5CE COMMUNICATION INSTRUCTION MANUAL THT-500-A/R (C5) No. THT5CE2 2018.04 This manual contains instructions for communication functions of the THT-500-A/R. 1. System Configuration 1.1 When Using USB Communication

More information

Winsonic MODBUS Remote IO user manual Rev. 1.0

Winsonic MODBUS Remote IO user manual Rev. 1.0 Winsonic MODBUS Remote IO user manual Rev. 1.0 Model: LEGAL NOTICE Warranty All products manufactured by Winsonic are under warranty regarding defective materials for a period of one year, beginning from

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

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

RF900 LoRa Telemetry module V1.0

RF900 LoRa Telemetry module V1.0 1. General RF900 is a low cost, medium power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed MCU from

More information

BMV Text Protocol. Table of contents

BMV Text Protocol. Table of contents BMV Text Protocol Table of contents Introduction... 2 Physical interface... 2 Serial port configuration... 2 Message format... 3 Data integrity... 3 Units... 3 Other statistics... 4 Since firmware version

More information

TOSVERT VF-S9 Communications Function Instruction Manual

TOSVERT VF-S9 Communications Function Instruction Manual TOSVERT VF-S9 Communications Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using the communications

More information

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 3.0 Jan 2018 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 5 3. BAUD RATE SETTING... 6 4. COMMUNICATION PROTOCOL... 6 4-1. COMMUNICATION

More information

G3P-WiFi User Manual Release 1.2

G3P-WiFi User Manual Release 1.2 G3P-WiFi User Manual Release 1.2 Last Update 25/11/2014 1 Appendix Order Codes... 3 Release History... 3 Release 1.0... 3 Release 1.1... 3 Release 1.2... 3 GENERAL FEATURES... 3 1 Tools to begin... 4 1.1

More information

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E

INSTRUCTION MANUAL FOR GCS-300 COMMUNICATION [OPTION CODE: C5] GCSC3E INSTRUCTION MANUAL FOR COMMUNICATION [OPTION CODE C5] GCSC3E1 2002.04 To prevent the accidents by mishandling of this controller, please arrange to give this manual into the hands of the operator who actually

More information

Reference Guide. Remote Control

Reference Guide. Remote Control Remote Control Reference Guide Remote control enables you to operate the buttons on the front panel of the MVS-12 from an external device. This document describes how to operate the unit remotely via MIDI,

More information

C628 Enhanced JPEG Module. User Manual

C628 Enhanced JPEG Module. User Manual C628 Enhanced JPEG User Manual v1.1 Release Note: 1. May 2, 2006 official released v1.0 2. Dec 27, 2006 revise electrical characteristics Table of Contents Part I - Hardware Overview 1 Features.. 1 Specifications

More information

TOSVERT VF-A7/P7 Serial Communication Function Manual

TOSVERT VF-A7/P7 Serial Communication Function Manual E65807933 TOSVERT VF-A7/P7 Serial Communication Function Manual NOTE 1. Make sure that this instruction manual is delivered to the end user of the inverter unit. 2. Read this manual before using the communication

More information

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL

PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL PFC96Evo / PFC144Evo CONTROLLER MODBUS PROTOCOL WARNING Installation, setting, inspection and maintenance operations must be performed only by qualified personnel in charge of it. Any operation must be

More information

TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual

TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual TOSVERT VF-AS1 Series RS485 Communication Function Instruction Manual Notice 1. Make sure that this instruction manual is delivered to the end user of the inverter. 2. Read this manual before first using

More information

Platino Handheld Reader User Guide

Platino Handheld Reader User Guide Platino Handheld Reader User Guide Reader Overview 1. ENTER 2. READ 3. SETTING 4. POWER 5. DIRECTIONS (UP, DOWN, LEFT, RIGHT) 6. NUMBER PAD (1,2,3 0,*,#) 7. FUNCTION 1 (F1) 8. FUNCTION 2 (F2) 9. FUNCTION

More information

NE-4100 Series Serial Command Mode User s Guide

NE-4100 Series Serial Command Mode User s Guide NE-4100 Series Serial Command Mode User s Guide www.moxa.com/product First Edition, September 2004 Moxa Technologies Co., Ltd. Tel: +886-2-8919-1230 Fax: +886-2-8919-1231 www.moxa.com support@moxa.com.tw

More information

JMY607H User's Manual

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

More information

RS485 MODBUS Module 16I-M

RS485 MODBUS Module 16I-M Version 2.0 12/02/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

More information

Appendix) Specifications of Monitor & Control Rev. 4.0 July 13, 2016

Appendix) Specifications of Monitor & Control Rev. 4.0 July 13, 2016 Specifications of Monitor & Control July 13, 2016 1. Interface Specifications 1-1. FSK Communication M&C (1) Physical Interface IF Connector: N-type or F-type, female Combine with IF signal and 10MHz Reference

More information

ENGLISH. ONE-900 UHF RFID Reader User Manual

ENGLISH. ONE-900 UHF RFID Reader User Manual ENGLISH ONE-900 UHF RFID Reader User Manual TABLE OF CONTENTS 1. THINGS TO START FROM... 1 1.1 Functions & Applications... 1 1.2 Appearance Navigator... 1 1.3 Compliant Tags... 2 1.4 What Is In The Box...

More information

RFM-13X SERIES RF CARD READER/WRITER MODULE

RFM-13X SERIES RF CARD READER/WRITER MODULE SPECIFICTION Page 1/7 RFM-13X SERIES RF CRD REDER/WRITER MODULE SPECIFICTION Page 2/7 CONTENTS 1. OVERVIEW 2. BSIC SPECIFICTION 3. SPECIFICTION 4. INTERFCE DEFINITION 5. COMMUNICTION PROTOCOL SPECIFICTION

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

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

COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter)

COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter) COMMUNICATION M-BUS PROTOCOL CE4DMID0M (MBus meter) PR144 Rev A Fw. Version 2.00 16/02/2018 Pag. 1/17 1. Standard M-Bus telegrams... 3 1.1 Request for Data (REQ_UD2 )... 3 1.2 Details of telegrams 1,2,3...

More information

PTB605. Transmission Protocol. version 13 05/03/2002

PTB605. Transmission Protocol. version 13 05/03/2002 PTB605 Transmission Protocol version 13 05/03/2002 TAG Heuer Professional Timing 14a, Av. des Champs-Montants 2074 Marin Switzerland www.tagheuer-timing.com info@tagheuer-timing.com Page 1 sur 26 1. Table

More information

ETH to 232 (A) User Manual

ETH to 232 (A) User Manual ETH to 232 (A) User Manual ETH to 232 (A) is data transparent transmission equipment for convert TCP or UDP socket data to RS232, small size, low power, powered by ARM processors, high speed, high Stability.

More information

MICRO-1356 MULTI-PROTOCOL READER

MICRO-1356 MULTI-PROTOCOL READER MICRO-1356 MULTI-PROTOCOL READER The Micro-1356 reader is a miniature multi-protocol RFID reader suited for embedded applications, such as handheld readers or door key card readers. The Micro-1356 has

More information

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw

isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw isma-b-mg-ip User Manual Global Control 5 Sp. z o.o. Poland, Warsaw www.gc5.pl Table of content 1 Introduction... 4 1.1 Revision history... 5 1.2 Safety rules... 5 1.3 Technical specifications... 6 1.4

More information

Modbus Remote Communication Protocol for REM 54_. Technical Description

Modbus Remote Communication Protocol for REM 54_. Technical Description Modbus Remote Communication Protocol for REM 54_ 1MRS 750781-MUM Issued: 08.03.2002 Version: A/18.06.2002 Checked: ML Approved: AF Remote Communication Protocol for REM 54_ Modbus We reserve the right

More information

QBridge. I2C, SPI, CAN Control Software User s Manual. Date: Rev 1.3

QBridge. I2C, SPI, CAN Control Software User s Manual. Date: Rev 1.3 QBridge I2C, SPI, CAN Control Software User s Manual Date: 9-10-2005 Rev 1.3 1. Introduction...1 1.1. What QBridge can do?... 1 1.2. Disclaimer... 1 1.3. Operational Format... 1 1.4. QBridge-V2... 1 2.

More information

N700E Inverter RS485 Interface Instruction Manual

N700E Inverter RS485 Interface Instruction Manual Technical Support Document for Inverter Doc. No. Model TSD-N700E-COM-001E(00) All N700E model Rev. Date June, 2009 N700E Inverter RS485 Interface Instruction Manual Contents 1. RS485 function...1 1.1 function...1

More information

EtherNet /IP User Guide

EtherNet /IP User Guide EtherNet /IP User Guide Trademark Notices Comtrol, DeviceMaster, and PortVision are registered trademarks of Comtrol Corporation. ControlLogix, PLC-5 and Rockwell Automation are registered trademarks of

More information

RFT(Robotous Force/Torque Sensor) Series

RFT(Robotous Force/Torque Sensor) Series RFT(Robotous Force/Torque Sensor) Series Installation and Operation Manual REVISION 1.1 1 Contents 1. Caution 4 1.1. Notices 4 1.2. Warning 4 2. Installation 5 2.1. Overview 5 2.2. Power Supply Specifications

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

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

DMTME Multimeters. Communication protocol. Technical specification V1.2 ABB

DMTME Multimeters. Communication protocol. Technical specification V1.2 ABB DMTME Multimeters Communication protocol ABB 1 Setting up DMTME serial communication.3 1.1 Serial network ID programming...3 1.2 RS-485 communication interface...3 1.3 Serial line connection...3 2 Communication

More information

zigb232 & zigb485 User Guide User Guide TANGENT TECHNOLABS

zigb232 & zigb485 User Guide User Guide TANGENT TECHNOLABS TANGENT TECHNOLABS Device: Power Supply (9-36V) Yellow LED (Traffic) Green LED (Router Device) Blue LED (Coordinator Device) RS232/485 Connector Power Indication LED Technical Specifications: Input Power:

More information

TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual

TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual TOSVERT VF-S15 Series RS485 Communication Function Instruction Manual NOTICE 1. Read this manual before installing or operating. Keep this instruction manual on hand of the end user, and make use of this

More information

Planar Simplicity Series

Planar Simplicity Series Planar Simplicity Series RS232 PROTOCOL Document 020-1285-00 1. INTRODUCTION 1.1 Purpose The purpose of this document is to explain in detail the commands and steps that can be used to control a Planar

More information

KCD-HP. KCD-HP200x, 300X. [Figures] Top : 1% Sensor probe Bottom left : 10% / 20% Sensor probe Bottom right : Holding bracket(optional) Measurement

KCD-HP. KCD-HP200x, 300X. [Figures] Top : 1% Sensor probe Bottom left : 10% / 20% Sensor probe Bottom right : Holding bracket(optional) Measurement Our CO2 gas sensors get a small deviation unlike NDIR Single type. So they keep long term stability. KCD-HP100x Excellent stability and accuracy - through testing and calibration with sophisticated process

More information

ModBus Communication protocol. The ModBus protocol is an industrial communications and distributed control system

ModBus Communication protocol. The ModBus protocol is an industrial communications and distributed control system ModBus Communication protocol ModBus Communication Standards The ModBus protocol is an industrial communications and distributed control system to integrate PLCs, computers, terminals, and other monitoring,

More information

MANUAL RFID Supervisor

MANUAL RFID Supervisor FACTORY AUTOMATION MANUAL RFID Supervisor Configuration software for IDENTControl interfaces and UHF read / write heads With regard to the supply of products, the current issue of the following document

More information

Card Dispensing/Collecting Machine

Card Dispensing/Collecting Machine A 1 OF 36 2010. 03. 02. Card Dispensing/Collecting Machine Series. 3,,. http://www.securetech-corp.com E-mail : sales@securetech-corp.com A 2 OF 36 2010. 03. 02. REVISION HISTORY No DATE DESCRIPTION REV

More information

SPBUS PROTOCOL SPECIFICATION

SPBUS PROTOCOL SPECIFICATION SPBUS PROTOCOL SPECIFICATION TABLE OF CONTENTS 1 PURPOSE 3 PRELIMINARIES 4 Abbreviations 4 Numeric notations 4 INTRODUCTION 5 SPBUS network 6 SPBUS network architectures 6 Timing considerations 7 MESSAGE

More information

1. Summary. 2. Module Application Instruction. 1.2.Features. 1.3.Application Specification Description

1. Summary. 2. Module Application Instruction. 1.2.Features. 1.3.Application Specification Description 1. Summary 1.1.Brief Instruction DFPLayer Mini module is a serial MP3 module provides the perfect integrated MP3, WMV hardware decoding. While the software supports TF card driver, supports FAT16, FAT32

More information

Edition:2A ODM- 88. DVI Matrix Router USER MANUAL

Edition:2A ODM- 88. DVI Matrix Router USER MANUAL Edition:2A ODM- 88 DVI Matrix Router USER MANUAL ODM-88 Manual Page 2 ODM-88 Manual Page 3 Table of Contents 1 Introduction and Installation. 6 1.1 Key features... 6 1.2 ODM-88 Shipping Content... 6 1.3

More information

MANUAL. OBID i-scan ID ISC.MR200. Standard-Reader. from Firmware-Version final public (B) H e-ID-B.doc

MANUAL. OBID i-scan ID ISC.MR200. Standard-Reader. from Firmware-Version final public (B) H e-ID-B.doc OBID i-scan MANUAL ID ISC.MR200 Standard-Reader from Firmware-Version 1.12 final public (B) 2008-05-26 H40801-5e-ID-B.doc Copyright 2004-2008 by FEIG ELECTRONIC GmbH Lange Strasse 4 D-35781 Weilburg-Waldhausen

More information

Tongta Inverter TDS-F8

Tongta Inverter TDS-F8 Tongta Inverter TDS-F8 MODBUS Communication Application Manual Please ensure the user gets this manual, for the optimal use of this device. 1. Introduction: TEK-DRIVE / TDS-F8 INVERTER MODBUS Communication

More information

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS Desktop Reader and Wall Reader Adaptor USER MANUAL Version: 2.31 Distribution: SALTO customers DOCUMENT REVISIONS Version Date Modifications 1.2 5/03/2004 1.3 11/03/2004 Note on Wall Reader Adaptor about

More information

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION

CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 11/11/2011 Pagina 1 di 11 ELECTRICITY ENERGY METER FIRMWARE 1.3 CE4DMID01 COMMUNICATION PROTOCOL CONTENTS 1.0 INTRODUCTION 2.0 DATA MESSAGE DESCRIPTION 2.1 Data field description 2.2 Data format 2.3 Description

More information

RS232/LAN Serial Communication Control. Specification for A3112 (MDT701S/LDT701V)

RS232/LAN Serial Communication Control. Specification for A3112 (MDT701S/LDT701V) RS232/LAN Serial Communication Control Specification for A3112 (MDT701S/LDT701V) 1. Application This document defines the communication protocols for serial control of the A3112(MDT701S/LDT701V). A3112:

More information

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

ShenZhen Top Create Electronic Co.,Ltd. Website: Tel: CJ - CAM User Manual.

ShenZhen Top Create Electronic Co.,Ltd. Website:  Tel: CJ - CAM User Manual. ShenZhen Top Create Electronic Co.,Ltd Website: www.szccge.cn.alibaba.com Tel: +86-755-25937185-85 CJ - CAM User Manual OV528 Protocol OV528 PROTOCOL Serial Interface Single-byte Timing Diagram RS232 single-byte

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

Characteristic. Power. Application. 01M Extra characteristics - CMD UART:115200,8N1 - CMD interface : AT CMD with UART. 01M work mode.

Characteristic. Power. Application. 01M Extra characteristics - CMD UART:115200,8N1 - CMD interface : AT CMD with UART. 01M work mode. HIMO-01(M) HIMO series modules are fabricated based on LoRa (SX1278) spread spectrum chip,himo-01 is a single SX1278 module and HIMO-01M is SX1278+MCU Binding body,the two models are compatible with PIN-to-PIN.

More information