pyxcp and Matlab #207
Replies: 2 comments 3 replies
-
Hi Michele, First half is done: I've added Yes, I was wrong, as the XCP specification states:
The other problem was expectable, as pyXCP depends on the (optional) services |
Beta Was this translation helpful? Give feedback.
-
Turns out: Event list information is essential for STIM, but not required for DAQ lists. Therefore, the |
Beta Was this translation helpful? Give feedback.
-
Hi,
some months ago I opened a couple of discussions to understand if it was possible to communicate with a Matlab application using pyxcp. Thanks to the support received I suceeded. Now I'm doing some cleaning and I reminded that I had to touch the library in order to start the communication. In particular I touched 2 points:
getDaqInfo in the last part when it requests the maxEventChannel because it seems mathworks doens't support the command. I just substituted the for with an if 0
in the DaqProcessor setup, at line 137 of the init when in the setDaqListMode is used the priority paramater with value 0xFF: mathworks supports only priority 0
I would like to not touch the library. How do you suggest to manage this 2 points?
thanks
Michele
Beta Was this translation helpful? Give feedback.
All reactions