Documentation for Intellect 4.10.4. Documentation for other versions of Intellect is available too.

Previous page CAM_FACECAPTURE  EVENT_VIEWER Next page


The IPSTORAGE object corresponds to the Edge storage system object.

The operator format for describing the actions with the Failover is:

DoReact("IPSTORAGE","_id_","_command_" [,"_parameters_"]);

The list of parameters for the IPSTORAGE object is presented in the table below.

Command – description
ParameterParameter description
Comment
IMPORT –  import missing Edge storage archive for the periodcam<>Camera ID

The command can be applied if automatic import for the Edge storage was not successful for some reason.

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 external storage in the Settings.xml filecam<>Camera IDThe 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.

OnEvent("MACRO","10","RUN")
{
    DoReact("IPSTORAGE", "1", "IMPORT", "cam<45>,datetime_from<11-01-19 16:00:55>,datetime_to<11-01-19 17:00:55>");
}
  • No labels