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
As a user, I would like to have efficient way of configuring Transport Interface with python-can bus, so I do not repeat parameter that are already configured for the CAN bus.
As a user, I would like to have possibility to set all CAN specific UDS parameters, so I could consciously configure my CAN Transport Interface.
Mandatory UDS parameters to configure:
CAN addressing information (addressing format, target address, source address, address extension and CAN ID) for physical and functional addressing
Optional UDS paramaters to configure:
CAN DLC of outcoming frames
CAN Frame Data Optimization
Block Size used in Flow Control
Separation Time minimum used in Flow Control
timing (and timeout) values - chapter 9.8 in ISO 15765-2
N_As
timeout = 1000 ms
N_Ar
timeout = 1000 ms
N_Bs
timeout = 1000 ms
N_Br
performance N_Br + N_Ar < 0.9N_Bs timeout
N_Cs
performance N_Cs + N_As < 0.9N_Cr timeout
N_Cr
timeout = 1000 ms
Test Strategy
Unit Tests:
100% code coverage
Acceptance Criteria
All described parameters can be configured (either directly or via python-can Bus) in Transport Interface for python-can.
All described parameters values are accessable for reading.
The text was updated successfully, but these errors were encountered:
mdabrowski1990
changed the title
[refine] Transport Interface configuration for python-can
Transport Interface configuration for python-can
Sep 8, 2021
mdabrowski1990
changed the title
Transport Interface configuration for python-can
[refine] Transport Interface configuration for python-can
Sep 8, 2021
mdabrowski1990
changed the title
[refine] Transport Interface configuration for python-can
Transport Interface configuration for python-can
Sep 9, 2021
mdabrowski1990
changed the title
Transport Interface configuration for python-can
[refine] Transport Interface configuration for python-can
Dec 6, 2021
mdabrowski1990
changed the title
[refine] Transport Interface configuration for python-can
Transport Interface configuration for python-can
Dec 7, 2021
Requires
#48
#143
Description
As a user, I would like to have efficient way of configuring Transport Interface with python-can bus, so I do not repeat parameter that are already configured for the CAN bus.
As a user, I would like to have possibility to set all CAN specific UDS parameters, so I could consciously configure my CAN Transport Interface.
Mandatory UDS parameters to configure:
Optional UDS paramaters to configure:
N_Br + N_Ar < 0.9N_Bs timeout
N_Cs + N_As < 0.9N_Cr timeout
Test Strategy
Unit Tests:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: