User's Guide

Guia de usuário Edge-30R+ Autoid / Edge-30R-N+ Autoid
Rev. 13
Copyright © 2022 Acura Technologies
58 de 92
Parameter
Description
Adjust date and
time
manually
If an SNTP server cannot be used for clock timing
there is the possibility of manual adjustment of the watch.
Note: When loading the page, the date and time fields are updated
with the data from the reader's internal clock.
Daylight saving
time
If selected, it will adjust the reader's internal clock to daylight saving time.
Factory configuration: Not selected.
Fuso horário
Time zone (UTC) from where the reader is installed.
Factory configuration: (UTC -03:00).
10.3 Configuring reader via ASCII messages
The reader can be configured via a TCP connection on the configuration port using ASCII messages,
this configuration template can be used in applications where a Software will configure the reader or to
debug and field adjustments after installing the reader.
The ascii message reader configuration is disabled with the reader's factory settings, to enable, simply
change the parameter "Enable reader configuration by TCP port setting" via web browser on the
Security page.
The default configuration port where the reader expects a TCP connection is 9090 and can be changed
by the user on the Network page.
10.3.1 Operating logic
Setting up the READER via ASCII messages works with the Message/Response framework:
1. An external Host sends a message to the reader.
2. The reader interprets and executes the function and command inserted into the received
message.
3. The reader responds to the external Host.
Messages and replies to use ASCII characters with a prefix and a terminator. The prefix
is the sequence "$ " (dollar sign followed by space). The terminator is the carriage return <CR>.
10.3.2 Syntax of messages and replies
Below is the syntax of messages from Host to Reader:
$ SET COMANDO=VALOR<CR>
$ GET COMANDO<CR>
Below is the syntax of reader response messages to host:
$ OK<CR>
$ ERROR<CR>
$ CKERR<CR>
$ {Valor parâmetro}<CR>