Page 1 of 1

plin software support

Posted: Tue 9. Jul 2024, 18:14
by aravinth v
I wrote the code for the CAPL script and now I want to use PLIN. Which language should I use? Do you have any basic APIs?

Re: plin software support

Posted: Wed 10. Jul 2024, 08:51
by PEAK-System
We have an API for LIN, PLIN-API:

https://www.peak-system.com/PLIN-API.444.0.html?&L=1

There are header files provided for:

C++, C#, C++/CLR, C++/MFC, Delphi, VB.net, and Python 3.x.

Re: plin software support

Posted: Sat 13. Jul 2024, 17:16
by aravinth v
Thanks for your response. Now, I plan to write the code in C++. Please provide the same code to send 16 bytes of data via PLIN in C++.

Re: plin software support

Posted: Mon 15. Jul 2024, 06:52
by aravinth v
Thanks for your response. Now, I plan to write the code in C++. Please provide the sample code to send 16 bytes of data via PLIN in C++ code.

Re: plin software support

Posted: Mon 15. Jul 2024, 08:46
by M.Heidemann
Download the PLIN-API package and have a look at the examples,
it's all in there:

https://www.peak-system.com/fileadmin/m ... in-api.zip

Examples, documentation, the API itself. Everything you need to get started is
part of the package.

Best Regards

Marvin