-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse xcp_on_can #26
Comments
Well, IF_DATA parsing is currently not implemented, but the feature is on top of my to-do list. I hope I can deliver within the next two weeks. |
Thanks for the answer, if you need someone to test the feature, feel free to contact me |
Hi, what is the status of this? Is it planned to be implemented? Thanks! |
Hi Waszil, Well, pyA2L has a working AML parser for a long time, meanwhile I'm able to dynamically create IF_DATA parsers, now only the loose ends have to put together... |
Hi, thanks for the good news, it would be appreciated! |
Hi thanks for you pyA2l.
is it possible to read the xcp_on_can daq entries of my a2l file? i have the following structure in the file and would like an xcp_on_can table in the database with the following information.
/begin XCP_ON_CAN
0x0100 /* XCP on CAN version /
CAN_ID_BROADCAST 0x0100 / Broadcast /
CAN_ID_MASTER 0x0200 / CMD/STIM /
CAN_ID_SLAVE 0x0300 / RES/ERR/EV/SERV/DAQ /
BAUDRATE 500000 / BAUDRATE /
/begin DAQ_LIST_CAN_ID
0x0000 / for DAQ_LIST 0 /
FIXED 0x310
/end DAQ_LIST_CAN_ID
/begin DAQ_LIST_CAN_ID
0x0001 / for DAQ_LIST 1 /
FIXED 0x320
/end DAQ_LIST_CAN_ID
/begin DAQ_LIST_CAN_ID
0x0002 / for DAQ_LIST 2 */
FIXED 0x330
/end DAQ_LIST_CAN_ID
/end XCP_ON_CAN
Greetings
The text was updated successfully, but these errors were encountered: