Versions Compared

Key

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

To specify set the additional settings of the external databaeplates database, do the following:

  1. Go to the settings panel of the External Plates DB object settings panel (2) object.
    Image Modified
  2. Set the Process recognized LPs received only from local recognizers
  3. checkbox if it is needed to use
  4. checkbox (1) if you want to consider license plates only from the local recognizers
  5. while compairing
  6. when comparing with license plates that are stored in the database
  7. (3)
  8. .
  9. Set the Extended mode checkbox (2) to use the special procedure of algorithm for recognizing violators in accordance with restrictions for licence imposed on license plates depending on the week days (4). If this checkbox is set, then for identified license plates, which are not found in the database, the additional day of the week. In this case, all recognized plates that are found in the license plates database are always passed without alarm regardless of the content in the lprdb_rules.xml file. If the recognized plate isn't found in the license plates database, then the execution of rules from the lprdb_rules.xml file are checked (or from the lprdb_rules_X.xml, where X stands for where X is the ID of the External Plates DB object, if it is necessary you want to set the extended mode separately for the External Plates this DB separately) is checked. This file should must be located in the the <Auto PSIM installation directory>directory>\ModulesModules64\ folder. In this file, you can specify the days day of the week and time intervals are specified, inside the time interval within which vehicles with certain last digit of the license plates whose license plate ends with the specified digit are forbidden to pass.

    Info
    titleNote.Example

    Example of the lprdb_rules.xml file content. Such file is designed to forbid With this file, you can forbid the passage on Monday Mondays for the following vehicles:

    1. With Vehicles with the last digit of the license plate equal to 1, in the time interval from 12:00:00 PM to 4:00:00 PM and from 8:00:00 PM to 10:00:00 PM.

    2. With Vehicles with the last digit of the license plate equal to 8, in the time interval from 10:00:00 PM to 13:00:00 PMAM.

    Code Block
    languageshell
    <LPRDB_Rules>

    
        <DayOfWeek value ='Monday'>     <! The day of week>

    
            <Alarm match='1'>           <! The last digit of the license plate>

    
                <Time from='12:00:00' to='16:00:00'/>    <! Time interval>

    
                <Time from='20:00:00' to='22:00:00'/>    <!
    Time interval >
     Time interval >
            </Alarm>

    
            <Alarm match='8'>

    
                <Time from='22:00:00' to='23:00:00'/>

    
            </Alarm>

    
        </DayOfWeek>

    
        <DayOfWeek value ='Tuesday'></DayOfWeek>

    
        <DayOfWeek value ='Wednesday'></DayOfWeek>

    
        <DayOfWeek value ='Thursday'></DayOfWeek>

    
        <DayOfWeek value ='Friday'></DayOfWeek>

    
        <DayOfWeek value ='Saturday'></DayOfWeek>

    
        <DayOfWeek value ='Sunday'></DayOfWeek>

    
    </LPRDB_Rules>
  10. To save changes click Apply (5Click the Apply button (3).

Specifying Setting the additional settings of the external database is completedcomplete.