Download
With Service Pack 2 (Update to 6.0 build 62), the following changes become effective, all previous service packs for version 6.0 are contained:
CANoe RealTime:
- Improved configuration and usability
FlexRay:
- VN3x00 supports the transmission of WakeUp pattern with ResetFleRayCCEx.
- The Frame Panel allows the configuration of the max dynamic paylaod length.
- Consistency check for the cluster parameters. the write window shows the not valid values.
- New CAPL functions:
FRSetPayloadLengthInByte(<FR message object>, word dlc)
FROutputDynFrame(<FR message object>)
FRUpdateStatFrame(<FR message object>)
MessageTimeNS(FRReceivedFrame::this)
FRGetConfiguration(int channel, <FR configuration object>)
FRSetConfiguration(int channel, <FR configuration object>)
FRSetMode(int channel, int channelMask, dword modeFlags)
- New CAPL event procedures:
on FRNullFrame *
on FRNullFrame (n,s,r)
on FRNullFrame <name>
on FRFrameError *
on FRFrameError (n,s,r)
on FRFrameError <name>
- CAPL: on FrFrame <name> suppports frames which use In-Cycle repetition
- CAPL: the CAPL editor sorts the on Slot event procedures in numerical order
- CAPL: Support of symbol length in the CAPL Callback FlexRayRcvStatusEvent
LIN:
- Improved LIN Offline Mode
- Updated version of the CAPL-libraries for LIN1.3 and LIN2.0 Slave conformance tests.
- Test Service Library check ChkStart_LINSchedTableViolation() supports schedule tables with empty slots.
- Automatic deactivation of Master Requests after successful transmission is now done by the LIN hardware.
MOST:
- Parameter of type bit field can be displayed in the Graphic and Data window.
- During measurement the Spy functionality can be activated and the Tx-Light can be switched on/off in the State window.
- The XML export of the Trace window and Logging block supports now MHP observer/ combiner and AMS combiner events.
- CAPL: The support of the XML Function Catalog is enhanced. In connection with the functional accesses to MOST messages CAPL programs can be completely created for simulation, analysis and test of the MOST communication without CANdb (DBC) files. So message handling and message variables can be defined in the following manner: AudioDiskplayer.Deckstatus.Get.
- CAPL: The string access with the coding after ISO8859 does not stop the measurement any more.
- CAPL: MostMsgSet considers also the InstanceID of the symbolic message description.
- CAPL: The problem with CAPL command MostEventTimeNS is resolved. (In version 6.0 and 6.0 SP1 the function supplies rounded values; this problem did not exist in older versions.)
- Core Compliance Test Kit: For customer with maintenance contract for CANoe.MOST the current state of the Core Compliance Tests is available for the MOST specifications 2V2 and 2V3 (Errata Sheet 1V-06).
- MHP DLL: the DLL is reworked, so continuous sending of files is possible without rebuilding the connection. Besides, every transmission can be stored in the receiver's node in a separate target file.
- Spy Demo for CANoe and CANalyzer: using the Spy mode response time and busload of specific devices can be measured. The demo shows CAPL nodes in the Measurement Setup, which analyse the communication and transmit the measurement results using MOST messages for displaying the results in the Graphic and Data window.
J1587:
- Support Multisection protocol with variable segment length.
- ASCII logging can be switchted between hexadecimal and decimal mode.
J1939:
- Added J1939 test patterns to DTD
- J1939 XML Test Module Manager uses DTD
- Updated J1939 configuration template
- J1939 node layer can now send request if it is offline
- J1939 node layer does respond to a request for ACL only if it is adressed to the node layer or global.
CAPL Browser:
- AutoComplete for functions, messages and signals