Documentation for Monitoring 12.0. Documentation for other versions of Monitoring is available too.

Previous page Sample script to export filtered data from the Log Panel to .xls  Sample scripts for the special mode of Monitoring operation with ACFA Intellect Next page

Show Search license plates window with 70% screen width and 50% screen height in the upper left of the display:

DoReact("VIDEOSRV_M","","SHOW_AUTO","computer<NamePC>,x<0>,y<0>,w<70>,h<50>");

Hide Search license plates window:

DoReact("VIDEOSRV_M","","HIDE_AUTO","computer<NamePC>");

Parameters:

computer<> – name of the computer to execute command on.

x<> – X-axis coordinate of upper left corner the window.

y<> – Y-axis coordinate of upper left corner the window.

w<> – window width as a percentage of the screen width.

h<> – window height as a percentage of the screen height.

  • No labels