Closed ebroecker closed 1 year ago
@ibrarmohammed
fibex import not supported yed. I even did not hear anybody using the fibex export.
Keep in mind - even export ONLY supports fibex-CAN export.
Thanks a lot lot , But I think we have requirement to check Fibex file and export in Yaml format.
sorry, noone here who wants/is able to implement a fibex importer/loader
@ibrarmohammed
so now we have some (CAN-)fibex import implemented in branch: https://github.com/ebroecker/canmatrix/tree/fibex_read
I guess you don't need it anymore :-)
Thanks Eduard , Yes Right now not As i am implementing my own to parse fibex but I will have look into it .
Regards, Ibrar
On Sat, Jan 21, 2023 at 2:30 PM Eduard Bröcker @.***> wrote:
@ibrarmohammed https://github.com/ibrarmohammed
so now we have some (CAN-)fibex import implemented in branch: https://github.com/ebroecker/canmatrix/tree/fibex_read
I guess you don't need it anymore :-)
— Reply to this email directly, view it on GitHub https://github.com/ebroecker/canmatrix/issues/222#issuecomment-1399252068, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKR6MRRZRHU6CZDDH6EX4NDWTPQF3ANCNFSM4F7QKB6A . You are receiving this because you were mentioned.Message ID: @.***>
would you need CAN only or also Flexray/LIN?
CAN only for now.
On Mon, Jan 23, 2023 at 8:19 AM Eduard Bröcker @.***> wrote:
would you need CAN only or also Flexray/LIN?
— Reply to this email directly, view it on GitHub https://github.com/ebroecker/canmatrix/issues/222#issuecomment-1399905294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKR6MRS3EZTLPQ6672W4WY3WTYWGJANCNFSM4F7QKB6A . You are receiving this because you were mentioned.Message ID: @.***>
Hi @ibrarmohammed
CAN works (at least with the example fibex-file I received). Would be interesting if it fulfills your needs also... (But remembre, for now you'd have to use the branch: https://github.com/ebroecker/canmatrix/tree/fibex_read)
Thanks for the tip!
On Mon, Jan 23, 2023 at 9:25 AM Eduard Bröcker @.***> wrote:
Hi @ibrarmohammed https://github.com/ibrarmohammed
CAN works (at least with the example fibex-file I received). Would be interesting if it fulfills your needs also... (But remembre, for now you'd have to use the branch: https://github.com/ebroecker/canmatrix/tree/fibex_read)
— Reply to this email directly, view it on GitHub https://github.com/ebroecker/canmatrix/issues/222#issuecomment-1399962626, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKR6MRWTXX6VAAZ6OQOMC73WTY6BJANCNFSM4F7QKB6A . You are receiving this because you were mentioned.Message ID: @.***>
I have a problem with Converting a Fibex file into an Yaml format using Canmatrix open source code.
Traceback (most recent call last): File "convert.py", line 304, in
sys.exit(main())
File "convert.py", line 301, in main
convert(infile, outfileName, **cmdlineOption
File "convert.py", line 51, in convert
for name in dbs:
TypeError: 'NoneType' object is not iterable
I found that in Fibex,py file Load function is not defined is it not supported by Canmatrix ?
Please let me know thanks in advance.
Regards, Ibrar
Originally posted by @ibrarmohammed in https://github.com/ebroecker/canmatrix/issues/90#issuecomment-433376419