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

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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<> – Х-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