Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page HTTPS settings  Setting up the surveillance monitor interface of the Web-server module Next page


The template for the Web-server home page is stored in the index.htm file located in the program folder of Axxon PSIM software, in the …\Modules\webroot subfolder. For example:  C:\Program Files\Axxon PSIM\Modules\webroot.

The home page template holds the parameters of the page and of the Java applet displaying the surveillance windows.

By changing the Java applet parameters in the home page HTML-code, you can set the parameters of the video and control signal transmission through the gate (in case of using another HTTP-server), add or remove interface elements of the Web-server surveillance monitor, and enable showing the current frame size and frame rate for traffic estimation.

Each applet parameter description takes a separate line and consists of <param name=, followed by the quoted name of the parameter, and value=, followed by the quoted parameter value. The line ends with the > symbol.

The full line has the following format:

<param name=”Parameter name” value=”Parameter value”>.

Note.

If a parameter is not specified in the index.htm template, the default value is used.

Table 8.16—1 shows the available Java applet parameters.

Table 8.16—1

Parameter name

Possible values

Default value

Description

General data

Version

-

-

HTML file version (must be the same as the client version)

Gate transmission parameters for video signals and controls

port

number

80

Port number for the applet to receive the video feed and send the controls.

The parameter is enabled if the “port.from” parameter has the value "html".

port.from

html|

url

by default, this line is not included in index.htm

Specifies the source of the video feed port number for the applet to use:

html – “port” parameter of the index.html file;

url – URL by which the user accesses the index.html page.

path.from

html|

url

by default, this line is not included in index.htm

Specifies the source of the path to the index.html page:

html – URL, specified in index.html;

url – URL by which the user accesses the index.html page.

path

string

 

-

by default, this line is not included in index.htm

The path to index.html on the HTTP server, in case of a different HTTP server.

The parameter is enabled if the “port.from” parameter has the value "html".

User interface display parameters

layout.available

true|false

true

Enables (true) or disables (false) the windows layout panel on the surveillance monitor.

top.visible

true|false

true

Enables (true) or disables (false) the tools panel on the surveillance monitor.

layout.default

0|1|2|3

0

Specifies the default layout of surveillance windows when the Web-server home page opens.

Possible values:

0 – one window

1 – four windows

2 – six windows

3 – nine windows

cam.default.id

number

1

The id of the camera whose window is displayed when the Web-server home page opens. This parameter is enabled, if the “layout.default” parameter has a value of 0.

messages

Text interface elements

Visible text

see index.html file

The list of visible text elements of the interface: menu items, information strings in the surveillance window, etc. Only the visible text can be edited.

IMPORTANT! The names of text elements are reserved. Editing them will result in their misinterpretation.

Parameters for displaying the data used in traffic estimation

fs.fps

true|false

false

by default, this line is not included in index.htm

Enables (true) or disables (false) the frame rate indication on the surveillance monitor.

fs.size

true|false

false

by default, this line is not included in index.htm

Enables (true) or disables (false) the frame size indication on the surveillance monitor.

  • No labels