Skip to content

v5.11

Choose a tag to compare

@mocakturk mocakturk released this 31 Jul 12:27
· 1 commit to main since this release
33c84ed

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
  • CAN/CAN-FD baud rate improvements
    • Support to type a CAN/CAN-FD baud rate value instead of selecting from a list.
    • CAN_BIT_TM and CAN_FD_BIT_TM parameter 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"
    • BR script command accepts baud rates like "500K" or "5M". #Script
  • CAN_FD_BRS parameter 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_TIME and CHANGE TP_TIMEOUT script commands do not work correctly. #Script