![Circutor CVM-B100 Скачать руководство пользователя страница 6](http://html1.mh-extra.com/html/circutor/cvm-b100/cvm-b100_instruction-manual_2608271006.webp)
6
M-CVM-B-DATALOGGER XML Manual
Instruction Manual
1�- INTRODUCTION
The
M-CVM-B-Datalogger
can be used to store data in the embedded PowerStudio platform
integrated in the module.
The information stored in the module can be accessed with a WEB browser compatible with
HTML5 and/or with HTTP Requests sent to the integrated XML server.
Once the module has been connected to an Ethernet network and an IP address has been
assigned to the module, use the web browser of a computer in the same local network and
enter the IP address in the browser’s navigation bar. The embedded PowerStudio environment
of the module can be used to display the data in real time, as well as the data stored over time.
Refer to the PowerStudio manual and tutorials found on
CIRCUTOR
’s website for more
information about additional configurations, sending emails, generation of additional
calculations, etc.
2�- XML SERVICES
PowerStudio provides a range of XML services to enable, in some respects, communication
with other applications.
In requests where it is necessary to express a date and time, both in service request and the
data from the response, these will be represented in UTC (Universal Coordinated Time) with
the format DDMMYYYYHHMMSS (two digits for the day, two for the month, four for the year
and two for the hour, minutes and seconds. It is also possible to represent only a date as
DDMMYYYY assuming that the time is 00:00:00, or represent an hour as HHMMSS. Finally
in cases where milliseconds are required these are represented with three digits after the
seconds, DDMMYYYYHHMMSSUUU or HHMMSSUUU.
The requests must follow the URI standard (RFC 2396), so the user of these requests must
take into account this detail when making such calls (especially in cases where the name of
any device contains non-ASCII characters).It should also be taken into account that the length
of the request may not exceed 4000 characters.