Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Using the text editor, for example Notebook, open the index.html file from the Intellect Axxon PSIM software program folder ...\Modules\webroot, for example,  C:\Program Files\IntellectAxxon PSIM\Modules\webroot.
  2. To remove the tool panel from the surveillance monitor, set the “top.visible” parameter to "false”:  <param name="top.visible" value="false">.
  3. To remove the layout selection panel from the surveillance monitor, set the “layout.available” parameter to "false”:  <param name="layout.available" value="false">.
    To make the tools panel visible at the same time, set the "top.visible" parameter to "true":
    <param name="top.visible" value="true">.
  4. By default, only one surveillance window is displayed when you open the Web-server home page. To open 4, 6, or 9 windows, set the “layout.default” parameter to 1, 2, or 3, respectively. For example, to display 9 windows:
    <param name="layout.default" value="3">.
  5. By default, the surveillance window from camera 1 is displayed when you open the Web-server home page. To display the window from another camera, set the “cam.default.id” parameter to the number of the required camera. For example, to display the window from camera 9:
    <param name="cam.default.id" value="9">.
    To use this setting, the parameter “layout.default” must be set to 0 (default):
    <param name="layout.default" value="0">.
  6. To change the visible text of the menu items in the surveillance windows or the texts of service messages, look in the “message” parameter for the text to be replaced and replace it with the required text.
    For example, to replace the message text “Cable detached from the camera…” with the text “No connection to the camera”, make the following changes to the “messages” parameter:
    replace
    <param name="messages" value="name=AxxonSoft WebServer client*detach=Cable detached from the camera…*disable=Camera is off…* ……….>
    with
    <param name="messages" value="name=AxxonSoft WebServer client*detach=No connection with the camera*disable=Camera is off…* ……….>
    When changing the texts in menu items and messages, do not use the following symbols: ‘ * ’, ‘ = ’, ‘ “ ‘.
  7. Save changes to the index.htm file.