XML file parameters reference guide

You must configure the Recognized number plates report on the computer on which you will work with this report.

After making any changes in the Web.config file, you must restart Cassini Service.

Configuration of the number of entries in one file

When you save the Recognized number plates report in PDF format, it is split into files of 1000 entries each, by default. To change the number of entries in the files of the report when saving:

  1. Go to <Axxon PSIM installation directory>\Modules\Wt2.
  2. Open the Web.config file for editing.
  3. For the ReportsWithPhotoPdfPageSize key, specify the required number of entries in each file of the report when saving the results. The default value is 1000.

  4. Save the changes in the Web.config file.

Configuration of the number of entries in a file of the Recognized number plates report is complete.

Configuration of the image resolution of the recognized license plate

The default resolution of the image of the recognized license plate is 400px x 360px. To change it:

  1. Go to <Axxon PSIM installation directory>\Modules\Wt2.
  2. Open the Web.config file for editing.
  3. Specify the required width of the license plate image in pixels as the value of the RecognizedPhotoWidth key; the default value is 400.
  4. Specify the required height of the license plate image in pixels as the value of the RecognizedPhotoHeight key; the default value is 360.
  5. Enter true as the value of the UseOriginalRecognizedPhoto key to use the original image dimensions in the cell with the RecognizedPhotoWidth width and RecognizedPhotoHeight height; the default value is false.

  6. Save changes in the edited Web.config file.

Configuration of the image resolution of the recognized license plate in the Recognized number plates report is complete.

If the size of the original image is smaller than the default dimensions, the image is stretched.

The RecognizedPhotoWidth, RecognizedPhotoHeight, and UseOriginalRecognizedPhoto keys are present in the Web.config file when WEB Report System PSIM is installed. You must add these keys manually when you update WEB Report System PSIM.