v5.11
Release Date: 2022-09-30
- SAE J1939/22 support is added for using J1939 on CAN-FD bus (CMP-47). #J1939
J1939/22 will be used if CAN-FD is activated for the device. See user guide for samples and restrictions. - FlexRay improvements:
- Diagnostic on AUTOSAR FlexRay TP (DARF) communication mode is added. #FlexRay
It is alternative transport layer implementation to ISO 10681-2. - Tool is able to use Vector Advanced FlexRay Driver Library license (if available) to cold start the FlexRay bus (CMP-59). #FlexRay
Otherwise, you need another startup-sync node on the FlexRay bus. If you have any other FlexRay device alternative, please let us know. - FlexRay cycle toolbar behavior is changed. Starting a FlexRay script/plugin does not initiate the toolbar. #FlexRay
- Diagnostic on AUTOSAR FlexRay TP (DARF) communication mode is added. #FlexRay
- CAN/CAN-FD baud rate improvements
- Support to type a CAN/CAN-FD baud rate value instead of selecting from a list.
CAN_BIT_TMandCAN_FD_BIT_TMparameter support for setting bit-timing configuration of CAN/CAN-FD. #Script #DotNetInterface
Example:CHANGE CAN_BIT_TM "Tseg1:13;Tseg2:2;Sjw:1;Brp:1;Sam:1"BRscript command accepts baud rates like "500K" or "5M". #Script
CAN_FD_BRSparameter support for setting BRS bit in CAN-FD frame. #DotNetInterface- [Minor] Support to open the plugin folder, and update the plugin list (CMP-58).
- [Bug Fix]
CHANGE MAX_INTER_PENDING_TIMEandCHANGE TP_TIMEOUTscript commands do not work correctly. #Script