11-27-2018 11:13 PM
I'm really appreciated if someone help me out whether NI XNET support Container-PDU which is probably introduced with release of AUTOSAR 4.2.1.
CAN FD with dynamic multi-PDU-to-frame mapping
https://www.can-cia.org/fileadmin/resources/documents/proceedings/2015_decker.pdf
my customer request these features, so any infomation or tips (workaround or future release plan) would be greatly appreciated.
thanks regard
Solved! Go to Solution.
11-28-2018 07:35 AM - edited 11-28-2018 07:35 AM
I'd like to know too as I have the same problem to solve !!
11-29-2018 01:24 PM
XNET 18.5 currently offers limited support for AUTOSAR which includes the use of basic system signals. PDUs are also supported if and only if there is a 1:1 relationship between frames and PDUs. The following two pages describe XNET's current support for PDUs:
http://zone.ni.com/reference/en-XX/help/372841T-01/nixnet/protocoldataunitsinnixnet/
http://zone.ni.com/reference/en-XX/help/372841T-01/nixnet/propertyclusterpdusrequired/
XNET does not currently support PDUs that violate the 1:1 frame mapping rule or special PDU types such as Secured, Dynamic, or Container PDUs. These features are on our backlog and we are working to implement them in a future release.
11-29-2018 04:49 PM
Hello Jeff
Thanks very much for your clear explanation.
I'm looking forward to hear future update for AUTOSAR support.
Could I ask one more question related to Automotive network.
Do you have any plan to support ADCS for Flexray,especially UDS?
LiDAR module is often supported UDS on Flexray, so I'm interesting in future update for ADCS.
thanks regard
11-30-2018 11:10 AM
The short term roadmap for ADCS does not currently include support for FlexRay.
12-05-2019 02:30 AM - edited 12-05-2019 02:33 AM
@JefeL wrote:
XNET 18.5 currently offers limited support for AUTOSAR which includes the use of basic system signals. PDUs are also supported if and only if there is a 1:1 relationship between frames and PDUs. The following two pages describe XNET's current support for PDUs:
http://zone.ni.com/reference/en-XX/help/372841T-01/nixnet/protocoldataunitsinnixnet/
http://zone.ni.com/reference/en-XX/help/372841T-01/nixnet/propertyclusterpdusrequired/
XNET does not currently support PDUs that violate the 1:1 frame mapping rule or special PDU types such as Secured, Dynamic, or Container PDUs. These features are on our backlog and we are working to implement them in a future release.
Are you sure the statement above is true?
According to the help page below, it says "The read-only XNET Cluster PDUs Required? property is useful when programming traversal through the database, as it indicates whether to consider PDUs in the traversal."
http://zone.ni.com/reference/en-XX/help/372841T-01/nixnet/protocoldataunitsinnixnet/
And it seems that if PDUs Required? is true, you can have PDUs mapped to the other frames and include multiple PDUs in one frame.