Page 1 of 1
General query
Posted: Tue 18. Jan 2022, 13:08
by ankur17
The PCAN-CCP API doesn't have python sample, all our previous development was using Python technology using PCAN-Basic API.
Suppose we have created the Master using Pcan-ccp API, how to develop the slave part for it.
Re: General query
Posted: Tue 18. Jan 2022, 13:18
by M.Heidemann
Hello,
Frist step would be to write a header-file for python:
You need to build the phyton header by your own, we do not offer this for CCP.
You can however look at the other header-files provided.
Also you could take a look at other posts which had similar questions:
viewtopic.php?f=138&t=5663
Best Regards
Marvin
Re: General query
Posted: Wed 19. Jan 2022, 06:47
by ankur17
PCAN- CCP API is capable of developing master tool?
from my understanding PCCP.cs contains the API, can you through some light on Form1.Designer.cs and Form1.cs. What are these?
Re: General query
Posted: Wed 19. Jan 2022, 09:08
by M.Heidemann
Hello Ankur,
Yes, that can also be done (Developing Master).
PCCP.cs is the header-file, yes.
Form1.Designer.cs -> Contains e.g. the declaration of the GUI elements
Form1.cs -> contains the related code.
The example is provided as a VS-project (Windows Forms) the structure
is a result of that.
Best Regards
Marvin