You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: