Versions Compared

Key

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

...

XML fileParameterAvailable valuesDefaultProduct versionParameter in effect
<Axxon PSIM installation directory>\Modules\Wt2\Web.configCamMonitorShift-5000—50000In the current version

Sets shifting of video start while viewing report in milliseconds:

>0—video will start later than the time specified in the report

<0—video will start earlier than the time specified in the report

WorkThroughGatewaytrue, falsefalsestarting from 1.0.0 Enables video receiving from the gateway for POS reports and for Face PSIM reports. A gateway is selected authomatically
CommandTimeoutTime in milliseconds4000In the current versionAllows setting the time in milliseconds during which waiting for data receiving and report generation must occur
PersonNameLength>=0NA1.0.0 

By default, the parameter is absent in the file (corresponds to the 1 value). 

Add it to the <appSettings> section in the following format: 

<add key = "PersonNameLength" value = "5" /> 

The parameter limits the user's patronymic to the number of characters specified in the value parameter for Access Manager and Time&Attendance reports. Example (if value = "5"): Ivanoff Peter Alex.

If value = "0", the full name is displayed completely, without abbreviations. Example: Ivanoff Peter Alexandrovich

PersonNameIncludesId0, 1NA1.0.0 

By default, the parameter is absent in the file (corresponds to the 1 value).

Add it to the <appSettings> section in the following format:

<add key = "PersonNameIncludesId" value = "1" /> 

The parameter allows enabling the display of the user ID in parentheses after the user full name in the Access Manager and Time&Attendance reports

value = "1"—the user ID in parentheses is displayed after the user full name. Example: Ivanoff Peter Alexandrovich (1) 

value = "0"—the user ID isn't displayed

SweatheartingEnabled0, 101.0.0 Enables the Sweethearting report
SweatheartingAddItemPosFunctionNumber>=0NA1.0.0 Sets the Adding product to document function number from the dbo.FuncDic table, which is necessary for the Sweethearting report's proper operation
SweatheartingBeginReceiptPosFunctionNumber>=0NA1.0.0 Sets the function number used as the beginning of the receipt from the dbo.FuncDic table for the Sweethearting report's proper operation
SweatheartingEndReceiptPosFunctionNumber>=0NA1.0.0 Sets the function number used as the beginning of the receipt from the dbo.FuncDic table for the Sweethearting report's proper operation
SweatheartingFilterByReceiptIntervals0, 101.0.0 

Enables the sweethearting events filtering so that only the events that occurred while the receipt was open are displayed in the Sweethearting report

SweatheartingAddTimeoutMs >=05001.0.0 

Sets the time period between the detector's event and the POS event, exceeding which, the sweethearting event is added to the Sweethearting report

SweatheartingReanalyzeTimeoutMs>=09000001.0.0

Sets the time period in milliseconds between checks of receipts (timeout) for adding them to the Sweethearting report

SweatheartingBeepEnabled 0, 111.0.0 

Disables the sound notification about new events in the Sweethearting report

SweatheartingStepCount >=010001.0.0 

Sets the required number of the loaded events when first starting the Sweethearting report

SweatheartingPreloadDays >=01401.0.0

Sets the required number of days the events from which must be displayed when first starting the Sweethearting report

EnablePasskindReport true, falsefalse1.0.0 onlyEnables an Issued pass cards report
lpServerUrlIP address of the http://localhost:[port]/[object] formhttp://localhost:22441/core1.0.0 

Sets the IP address of the server the data from which is used to build reports.

http://localhost:22441/core—address for the Access Manager reports. The port number is determined by the Restport key, the default is 22441.

http://localhost:10001/lprserver—address for the AUTO reports. The port number is determined by the URMLPR\Restport key, the default is 10001.

http://localhost:10000/firserver—address for the reports using the Face Recognition server. The port number is determined by the FRS\Restport key, the default is 10000.

See also Registry keys reference guide

PsimVideoStreamNumber0—401.0.0 

Sets the camera stream number in live video reports (0, 1 is the first camera stream)

ShowIconNewCashier true, falsetrue1.0.0 

Highlights the new cashier's name in the POS reportswith the "asterisk" icon and the different color name for those who work less than a specified number of days

CountDaysNewCashier >=0301.0.0 

Sets the number of days within which the cashier is considered a new one (the key is used together with the ShowIconNewCashier key)

QueueLengthDelta0, 0.50.51.0.0 

Sets the values threshold that are included into the table reports by the Queue Length detectors:

0—values equal to 0 and greater are included in the report

0.5—only the values greater than 0.5 are included in the report

GenderAnalyticsUrlIP addresshttp://localhost:10000/firserver1.0.0 Sets the address of the server where the Face Recognition server is located (see Configuring the Gender analytics report)
ReportSystemHostIP addresslocalhost1.0.0 

Sets the address of the server on which the Axxon PSIM software is located. It is necessary for the Face recognition report (see Face recognition report) and Report by employee passes with photo (see Report by employee passes with photo)

<Axxon PSIM installation directory>\Modules\Wt2\App_Data\Settings\DateFormat.configServerDateTimeFormat Date and time formatd MMMMM yyyy HH:mm:ss1.0.0 Sets the date and time format in General Reports (see Configuring the date and time format in General Reports)
<Axxon PSIM installation directory>\Modules\Wt2\App_Data\Mail\web.config<configuration><system.net><mailSettings><smtp> fromStringNAIn the current version

Email address from which the auto-generated reports are sent (see Configuring the SMTP Server)

<configuration><system.net><mailSettings><smtp> hostStringNAIn the current versionSMTP server name (see Configuring the SMTP Server)
<configuration><system.net><mailSettings><smtp> passwordStringNAIn the current versionPassword of the account used for sending the messages to the SMTP Server (see Configuring the SMTP Server)
<configuration><system.net><mailSettings><smtp> port>=025In the current versionPort number used by the SMTP Server (see Configuring the SMTP Server)
<configuration><system.net><mailSettings><smtp> userNameStringNAIn the current versionName of account used for sending the messages to the SMTP Server (see Configuring the SMTP Server)
<configuration><system.net><mailSettings><smtp> enableSsltrue, falsefalseIn the current versionEnables the SSL encoding to connect to the SMTP Server (see Configuring the SMTP Server)
<Axxon PSIM installation directory>\Modules\Wt2\App_Data\Settings\Settings.configCurrencyFormatString1.0.0 Sets the currency display format for the report by the number of goods with specific action
IsPersianLanguageUsetrue, falsefalse1.0.0 

Enables the numbers filtering using the Persian alphabet and numbers.

Note. If this key is set to the true value, then the IsArabicLanguageUse key must be set to false

IsArabicLanguageUsetrue, falsefalse1.0.0

Enables the numbers filtering using the Arabic alphabet and numbers.

Note. If this key is set to the true value, then the IsPersianLanguageUse key must be set to false

...