I want to create an interface on the Managment Client that can create an event with many arguments stored in a configuration file, the main objective of this plugin is to send an http request to an external IHM when the event occure.
So what is the better way to do that ? With Analitics event or user defined event ?
When the button create is pushed the event is create and all of the argument would be stored into a file and used when the event occured.
I have in idea to send all of the arguments on a configuration file that can be use when the event is triggered to you think that kind of plugin is realisable on Milestone and work well with our application ?
The event is for a drone with dock station and look like : Station open, drone take off or Motion detecton with a sensor.
But now im on the last step : match the device and the analytic event, how to do it properly ?
For exemple i have an AXIS D2050-VE (Motion detection radar) and i want to match it with analitics event, can i do it with Milestone Management Client or programatically ? and what is the better way to do that ?
Another recommendation from me is that you should set a breakpoint and examine the return value you get. For guidance how to debug like this please see –