From OpenSCADAWiki
Jump to: navigation, search
Obtaining the information of the message archiving
REQ: <info path="/Archive/%2fserv%2fmess" arch="{archiver}" />
  • archiver — whole identifier of the message archiver of requesting this information or empty for whole message archive.
RESP: <info path="/Archive/%2fserv%2fmess" arch="{archiver}" rez="0" end="{end}" beg="{begin}" />
  • end — time of the last message in the archive, as the UNIX time stamp from 01.01.1970;
  • begin — time of the first message in the archive, as the UNIX time stamp from 01.01.1970.
<info beg="1639859386" end="1674549889" path="/Archive/%2fserv%2fmess" rez="0" user="roman" />