Search found 2 matches

by User95
Tue 23. Aug 2022, 14:44
Forum: PCAN-XCP
Topic: Dynamic DAQ lists - runtime error
Replies: 3
Views: 3380

Re: Dynamic DAQ lists - runtime error

Thanks for fast response!

Now I use the synchronous command versions for the DAQ setup, which works perfectly. For receiving DTO's I now use DequeuePacket(...) instead of Read(...) . This brings me to another problem: How can I determine the Length of the CanMessage? The Read(...) function returns ...
by User95
Tue 23. Aug 2022, 11:19
Forum: PCAN-XCP
Topic: Dynamic DAQ lists - runtime error
Replies: 3
Views: 3380

Dynamic DAQ lists - runtime error

Hello,
I'm trying to use dynamic DAQ lists with the XCP-API. Unfortunately I encounter a runtime error: Sometimes it works without any problems and I get cyclic messages containing memory readouts according to the configured lists. But sometimes - especially while creating ODT entries - the program ...