Page 1 of 1

Is there a way of controlling PCAN Explorer via Delphi

Posted: Sat 20. Jun 2015, 09:34
by rampinia
Hello

I'm writing an application using Delphi. I need to drive PCAN Explorer from delphi, examples are start/stop/save a trace file from delphi, start/stop/save plot. Add channel to plot etc...

thanks

Re: Is there a way of controlling PCAN Explorer via Delphi

Posted: Mon 22. Jun 2015, 08:33
by PEAK-Support
You could write your own AddIns with Delphi or C++. A Sample Project is part of the PE5 Installation (See sample Directory). The Object model is explained in the Windows Help File. But maybe it´s more easy to build a small VB Script to start /stop and save a Trace file instead developing a own AddIn?