Save errors with ExtermErrHdl into intern dabatabase

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
wilko0070
Posts:7
Joined: Wed Oct 11, 2017 1:54 pm

Save errors with ExtermErrHdl into intern dabatabase

Post by wilko0070 »

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

Post by Gertjan van Schijndel »

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.

2 posts • Page 1 of 1