Go to documentation repository
The IPSTORAGE object corresponds to the Edge storage system object.
The
...
Code Block |
---|
DoReact("IPSTORAGE","_id_","_command_" [,"_parameters_"]); |
The list of parameters and commands for the the IPSTORAGE object is presented in the table below.:
Command |
—description | Parameter | Parameter description | Comment |
IMPORT |
—import of the missing part of the archive for the specified period | cam<> | Camera ID | The command |
is used if automatic import for the Edge storage was not successful |
. Note. If import is performed at the time of sending the reaction, the command will not be executed. To abort the current import task, first send the UPDATE_TIME command |
datetime_from<> | Date and time to start import from in the following format: <DD-MM-YY HH:MM:SS> |
datetime_to<> | Date and time to end import on in the following format: <DD-MM-YY HH:MM:SS> |
UPDATE_ |
TIME—stop synchronization and set the time of the last import from |
the edge storage in the Settings.xml file | cam<> | Camera ID | The command is used to stop the current import task and execute the IMPORT command to synchronize the specified archive period |
datetime<> | Date and time of the last synchronization to be set in the Settings.xml file |
Example.
Import archive from the camera 45 Edge storage for the period from 11-01-19 16:00:55 to 11-01-19 17:00:55 by Macro 10.
...