messages
This section describes methods for working with the message loader. You can load messages into the loader using the load_last or load_interval methods and work with them. To load another set of messages, just add it to the loader. You can clear the loader by running the unload method.
The loader allows working with only one set of messages, which is saved into the session on the server side. Later, you can call methods such as …/unit/calc_sensors for this set of messages. Adding the next set of messages to the loader leads to the automatic flush of the current one.