-
Notifications
You must be signed in to change notification settings - Fork 406
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
When converting to Fibex keep the signal instance start position as in dbc file #832
When converting to Fibex keep the signal instance start position as in dbc file #832
Conversation
When converting to fibex, keep signal start position as is in dbc file
@ebroecker Can you please check this PR and merge it ? |
Hi @SabrineBH your PR makes a lot of tests fail, could you have another look on it? |
fix unit test
…ttps://github.com/SabrineBH/canmatrix into fbx_keep_the_signal_start_position_as_in_dbc_file
Unit test updated |
Hi @SabrineBH I think this PR tries to fix the issue in the wrong place. With not looking to deep in the fibex for now, I could imagine the issue could be fixed here: canmatrix/src/canmatrix/formats/fibex.py Line 84 in fc2cf58
by changing from str(signal.start_bit) to str(signal.get_startbit(bit_numbering=1) Maybe you can double-check my approach as I am not totally sure how the fibex should look like... |
@ebroecker suggestion took into consideration, can you please check the PR. Thanks a lot! |
When converting to fibex, keep signal start position as is in dbc file