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.
General query
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: General query
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
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
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team
Re: General query
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?
from my understanding PCCP.cs contains the API, can you through some light on Form1.Designer.cs and Form1.cs. What are these?
-
- Sales & Support
- Posts: 1083
- Joined: Fri 20. Sep 2019, 13:31
Re: General query
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
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
---
Marvin Heidemann
PEAK-Support Team
Marvin Heidemann
PEAK-Support Team