christoph2 / pyxcp

ASAM XCP in Python
http://pyxcp.rtfd.org
GNU Lesser General Public License v3.0
207 stars 64 forks source link

How to get daq data? #142

Open shinhwap opened 1 year ago

shinhwap commented 1 year ago

Hello,

I'm using static daq to get measurement I can startStopSynch ECU to start daq But how to get daq data from daqQueue or other method?

My master ID is 0x300, slave ID is 0x200 And my daq event list ID are 0x301, 0x302 and 0x303 image

I notice that daqQueue feed in processResponse function But processResponse only trigger when receive 0x300, it does not trigger when daq start in can bus

Is there any other way to get data from daq?

My ECU currently not support dynamic daq