There is a proprietary ERP system, that implements the vehicle access logic, based on multiple parameters.
The ERP Web service receives a request with the license plate number and returns a response whether the vehicle can access or not.
Is it possible to create plugin, that allow to milestone LPR make a decision on access, based on responses from external service?
There is no integration options for the Milestone LPR build-in match list functionality, but that is not necessarily going to stop you.
What I imagine you could do:
You can in your service (or in a new service you develop now) subscribe to the LPR events. You can see how to do the in the Alarm and Event Viewer sample.
When you then get the LPR event, which will include the plate number and other information, you can communicate with the ERP System. Based on the feedback from the ERP system you can raise your own events or alarms in XProtect.
I imagine you will define your own new events and these events will be usable in alarms definition setup etc.
Hi,
How can we get LPR events any example code. please share with me.
Thanks
You can see how to do this in the Alarm and Event Viewer sample.
Is there any table in database from were I can see the LPR or others alarm events ?
This is not supported or recommended. The database might change from version to version the API will stay.
I can understand, but if you can tell I will appreciate you
I have never tried so I am unable to guide, but I also believe it is a wrong way to go.
Is there anything wrong with the sample? Are you not using .Net?
http://doc.developer.milestonesys.com/html/index.html?base=samples/alarmviewer_sample.html&tree=tree_2.html
I haven’t check the sample yet, but I will follow the sample and let you know if I face any problem. Thanks for you guidance.