Save errors with ExtermErrHdl into intern dabatabase
- wilko0070
- Posts:7
- Joined: Wed Oct 11, 2017 1:54 pm
Save errors with ExtermErrHdl into intern dabatabase
I use the ExtermErrHdl (C++) to collect errors from drivers etc. and I like to save them into intern datapoints. What is the best way to do that? The ExtermErrHdl is only a library and not an API manager!
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Save errors with ExternErrHdl into intern database
An ExternErrHdl library is loaded by all managers, so you can use 'Manager::dpSet' to write a value to a datapoint element just as you would do in a manager.