From OpenSCADAWiki
- Requesting the messages of the message archiver
- REQ: <get path="/Archive/{MOD}/mess_{ARCHR}/%2fserv%2fmess" eTm="{endTime}" bTm="{begTime}" cat="{catTmpl}" lev="level" />
- MOD, ARCHR — the message archiving module and identifier of the archiver;
- endTime — time of the last requested message, as the UNIX time stamp from 01.01.1970; at the zero value there used the current system time;
- begTime — time of the first requested message, as the UNIX time stamp from 01.01.1970;
- catTmpl — template of the requesting messages;
- level — minimum level of the requesting messages.
- RESP: <get path="/Archive/{MOD}/{ARCHR}/%2fserv%2fmess" eTm="{endTime}" bTm="{begTime}" cat="{catTmpl}" lev="level" rez="0" tm="{time}" >{messages}</get>
- time — there placed the last processed message time (biggest one), as the UNIX time stamp from 01.01.1970;
- messages — the requested messages in the tags "it": <it tm="{time}" tmu="{utime}" cat="{category}" lev="{level}">{mess}</it>
- time — the message time, as the UNIX time stamp from 01.01.1970;
- utime — the microsecond part of the message time;
- cat — the message category;
- lev — the message level;
- mess — the message text.
<get bTm="1674549800" cat="/*" eTm="1674549889" lev="1" path="/Archive/FSArch/mess_SYS/%2fserv%2fmess" rez="0" tm="1674549889" user="roman">
<it cat="/sub_UI/mod_QTCfg/" lev="1" tm="1674549865" tmu="856668">
roman| '/SimulatorStation/sub_DAQ/mod_JavaLikeCalc/lib_Controller/fnc_test1/%2fexec%2fio%2fin' changed to: '<info path="/Archive" />'!
</it>
<it cat="/sub_UI/mod_QTCfg/" lev="1" tm="1674549867" tmu="640815">
roman| Pressed down '/SimulatorStation/sub_DAQ/mod_JavaLikeCalc/lib_Controller/fnc_test1/%2fexec%2fcalc'!
</it>
<it cat="/sub_UI/mod_QTCfg/" lev="1" tm="1674549888" tmu="266062">
roman| '/SimulatorStation/sub_DAQ/mod_JavaLikeCalc/lib_Controller/fnc_test1/%2fexec%2fio%2fin' changed to: '<info path="/Archive/%2fserv%2fmess" />'!
</it>
<it cat="/sub_UI/mod_QTCfg/" lev="1" tm="1674549889" tmu="843894">
roman| Pressed down '/SimulatorStation/sub_DAQ/mod_JavaLikeCalc/lib_Controller/fnc_test1/%2fexec%2fcalc'!
</it>
</get>