User's Guide
Guia de usuário Edge-30R+ Autoid / Edge-30R-N+ Autoid
Rev. 13
Copyright © 2022 Acura Technologies
78 de 92
11.3 Format of reading results via TCP/IP and RS232
The format in which data is sent via Ethernet can be configured using the Data String parameter that
uses key words to combine the results of reading tags with other desirable characters in the final string
that the reader must send.
With this type of configuration, it is possible to create a compatibility between the reader and Software
Systems already developed.
Palavras chaves:
Palavra chave
Descrição
Tamanho
Exemplo
IDHEX
ID do tag no formato hexadecimal.
8 bytes
3DAC0022
IDWG
ID do tag no formato wiegand26
'FC[3dig.]ID[5dig.]'
8 bytes
17200034
IDABA
ID do tag no formato abatrack 'ID[10dig.]'
10 bytes
1034682402
RDCT
Número de leituras do tag.
1 byte
8
RSSI
Valor do nível de sinal (negativo) do tag lido.
3 bytes
-64
ANTID
Número da antena que o tag foi lido.
1 byte
1
TMSTP
Timestamp [dd-mm-aaaa hh:mm:ss].
19 bytes
21-09-2015 14:58:23
TYPE
Tipo do tag lido, 'S' p/ Seguro e 'N' p/ Normal
1 byte
S
ALIVE
Tempo de atividade do leitor em segundos
1~10 bytes
67890
<CR>
Caractere de controle Carriage Return
[0x0D].
1 byte
<LF>
Caractere de controle Line feed [0x0A].
1 byte
<STX>
Caractere de controle Start of text [0x02].
1 byte
<ETX>
Caractere de controle End of text [0x03].
1 byte
Exemplos:
1. String de dados configurada na página html:
Tag ID: 0xIDHEX, Qt leitura: RDCT, Antena: ANTID, Sinal tag: RSSI;<CR><LF>
String enviada pelo leitor após ler um tag 6 vezes com ID= 3DAC337A e RSSI= -65dBm na
antena integrada:
Tag ID: 0x3DAC337A, Qt leitura: 06, Antena: 1, Sinal tag: -65;<CR><LF>
2. String de dados configurada na página html:
0xIDHEX IDWG – Exemplo de leitura de tag... :)
String enviada pelo leitor após ler um tag com ID= 3DAC337A:
0x3DAC337A 17213178 – Exemplo de leitura de tag... :)
3. String de dados configurada na página html:
IDABa IDABA idaba IDHexa :)
String enviada pelo leitor após ler um tag com ID= 3DAC337A:
IDABa 1034695546 idaba IDHexa :)