Documentation for Monitoring PSIM 1.0 (english)

Previous page Sample script to export filtered data from the Log panel to .xls  Sample scripts for the special mode of Monitoring PSIM operation with ACFA PSIM 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