To specify additional settings of external databae, do the following:
Fig. 7.6—15 Additiional settings of external database
Example of the lprdb_rules.xml file. Such file is designed to forbid passage on Monday for the following vehicles:
1. With the last digit of the license plate equal to 1, in 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 the last digit of the license plate equal to 8, in time interval from 10:00:00 PM to 13:00:00 PM
<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->
</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>
Specifying the addition settings of external database is completed.