Thanks,
My question was if I need to lock example with mutex the writing steps CanTpApi.Write,PCANBasic.Write from multiple threads or this will be handled by APIs.
Search found 5 matches
- Sat 15. Jun 2019, 12:16
- Forum: PCAN-XCP
- Topic: Synchronize multiple CAN channel writing
- Replies: 3
- Views: 6732
- Fri 14. Jun 2019, 17:49
- Forum: PCAN-XCP
- Topic: Synchronize multiple CAN channel writing
- Replies: 3
- Views: 6732
Synchronize multiple CAN channel writing
I have on same physical CAN bus(CAN wire) 3 PCAN channels initialized with :
1.PCANBasic - simulate Rest Bus fatsest message every 2 msec
2.PCAN-TP - Query diagnostic data
3.PCAN-XCP - Query measurements via XCP
Above 3 channels realized with 3 ports of an PCAN PCI-e 4 channel card connected on same ...
1.PCANBasic - simulate Rest Bus fatsest message every 2 msec
2.PCAN-TP - Query diagnostic data
3.PCAN-XCP - Query measurements via XCP
Above 3 channels realized with 3 ports of an PCAN PCI-e 4 channel card connected on same ...
- Tue 12. Feb 2019, 11:38
- Forum: PCAN-ISO TP
- Topic: CanTpApi.Initialize takes very long (+30s)
- Replies: 4
- Views: 6852
Re: CanTpApi.Initialize takes very long (+30s)
Hi Barry,
We have similar issue, have you succeeded to solve it? We have installed the newest APIs but without success. Interestlingly is somehow related to the network connection. Some stations at development phase in the development shoplfloor never had this problem but once moved to production ...
We have similar issue, have you succeeded to solve it? We have installed the newest APIs but without success. Interestlingly is somehow related to the network connection. Some stations at development phase in the development shoplfloor never had this problem but once moved to production ...
- Thu 1. Dec 2016, 17:38
- Forum: PCAN-ISO TP
- Topic: Mixing RX/TX of normal CAN frames and ISO-TP messages
- Replies: 5
- Views: 9340
Re: Mixing RX/TX of normal CAN frames and ISO-TP messages
Forget to mention I have used a single Peak USB device.
Csaba
Csaba
- Thu 1. Dec 2016, 17:36
- Forum: PCAN-ISO TP
- Topic: Mixing RX/TX of normal CAN frames and ISO-TP messages
- Replies: 5
- Views: 9340
Re: Mixing RX/TX of normal CAN frames and ISO-TP messages
Hello,
My need was exactly same, beside sending normal frames with ISO-TP, I needed to send periodic ignition frames on different IDs special bytes. Solution was to use same handle for both CanTpApi and PCANBasic. Although here is stated that can't work seems is working. I have initialized the ...
My need was exactly same, beside sending normal frames with ISO-TP, I needed to send periodic ignition frames on different IDs special bytes. Solution was to use same handle for both CanTpApi and PCANBasic. Although here is stated that can't work seems is working. I have initialized the ...