Performing J Compliance Test with CANoe Version Application Note AN-ION

Size: px
Start display at page:

Download "Performing J Compliance Test with CANoe Version Application Note AN-ION"

Transcription

1 Version Author(s) Restrictions Abstract Michalski, Jens Public This Application Note describes the method for performing a J Compliance Test with CANoe. It covers test preparation, test execution and evaluation of test results. Table of Contents 1.0 Motivation Test philosophy Test preparation Database Test environment Test generation Test execution Test results Individual extensions J1939 XML Test Module Manager Test Automation Editor TAE Additional Resources Contacts Motivation The quality of a network in heavy-duty vehicles is determined above all else by the interoperability of its individual nodes. The nodes must be properly linked to one another over the bus. The stated goal of the SAE J1939 protocol is to guarantee stable network communication and offer every individual ECU producer full flexibility for its application. To test J1939-compatible devices, SAE has provided a Conformance Test in the form of a single SAE J1939 document. The SAE J document merges all requirements for a conformant device, presenting them thematically in eight tables with over 150 test cases, and it provides the tester with a checklist-like form. Vector s CANoe.J1939 product offers automatic test generation and the means for interpreting these test cases. Generation of a test goes quickly with the help of a wizard, and it is easy to repeat the generated test at any time. Since a test run just takes a few minutes, the generated test is also excellent for integration in the development process. Any problems that occur can be detected and corrected long before network integration. Later network quality is sustainably improved. The purpose of this document is to offer an overview of the fundamental interpretation of the SAE J document by Vector and offers the user valuable practical tips on how to create the test. Fundamental information on tests in CANoe is contained in the Application Note AN-IND Testing with CANoe. 2.0 Test philosophy The tests generated by CANoe.J1939 are what are known as Black Box tests, i.e. the generator has no knowledge of the implementation details or the application behavior of the device under test (DUT). The tests are based on the information from the database and the SAE J1939 standard. In keeping with the Black Box concept, the signals of the J1939 messages are in principle not evaluated. One exception is the communication-relevant Copyright Vector Informatik GmbH Contact Information: or

2 data fields; they occur typically in Messages from the Data Link Layer (-21) and Network Management Layer (-81), e.g. the Request message (PGN 59904) or the Acknowledge message (PGN 59392). Since the standardized communication behavior is exclusively checked, the quality of the database is crucial for the quality of the generated tests. The database can be optimized in the test preparation phase with simple steps for test generation. 3.0 Test preparation Automatic test generation requires detailed information on the communication behavior of the DUT. It must be known which messages are sent or received by the ECU, and the cycle times of periodic messages must also be known. The advantage of this approach is that not all theoretically possible messages need to be checked, in order to check the behavior for the supported messages. This definition is made, as already mentioned, in the related database. 3.1 Database In CANoe, the database (.dbc file) serves to describe the communication behavior of an ECU. The generation of test cases is based to a great extent on this database and utilizes it as a reference during the test run. The information provided on the behavior of the DUT is crucial for optimal test generation and verification of the results. In preparing the database for a DUT, the following questions are helpful: Are all messages contained in the Tx and Rx lists? Are all system messages also contained in the Tx and Rx lists? (examples: TPCM, TPDT, ACL, CA, ACKM, RQST) Are the message attributes GenMsgSendType and GenMsgCycleTime correctly set? Is the full 64-bit NAME of the ECU stored in the database? These questions can be answered simply with the help of CANoe. Appendix A Preparation of the database gives tips on how to easily prepare the database. 3.2 Test environment In its specification, SAE describes a defined test environment consisting of tester and DUT. For most nodes this is an unfamiliar situation, because they rely on information from other network nodes to function. However, since the Vector J Compliance Test exclusively tests on the communication level and not the application level, the lack of stimulation should not present any problems. In addition, most test cases are conceived such that they cannot be influenced by other network nodes. If an ECU absolutely requires other nodes, they can also be operated in the network. Nonetheless, this should be considered in the analysis of test results. Side effects may occur which cause the test to fail, although the DUT behaved correctly. The tester usually communicates with source address 250. If this leads to conflicts, the source address can be replaced by any other desired address in the J1939 XML Test Module Manager. The tester does not participate in the network management process. It does not send any Address Claim message for its address and also does not respond to related Request messages. 2

3 4.0 Test generation Once all preparations have been completed, test generation can be started. The J1939 XML Test Module Manager is started in the CANdb++ Editor, and it appears in the popup menu of the DUT. The first time it is run, an assistant opens that guides the user in test generation. A static XML description of the test cases is generated, and so any changes to the database always require regeneration of the test cases. Figure 1: Display of the generated test cases in the J1939 XML Test Module Manager The test cases are structured in tables in the SAE J document, which is similar to sequential execution. However, they are self-contained units and can therefore also be executed individually. The test cases are set up in a modular toolkit approach, where individual elements can be rearranged into different combinations as desired to fulfill different purposes and tasks. All generated test cases are assembled from basic elements, and a description of the individual elements can be found in CANoe s online help under the key word Test Feature Set. The assistant generates a test group for each test table of the SAE J document, in which the individual lines of the tables are listed as test cases. The individual test steps and the pre- and post-processing of the test can also be done here (see section on Individual extensions). For an overview of the J test cases that can be generated and a detailed description of the individual test steps, see online help under the key word J Compliance Test. To learn more about the execution of the individual test steps of a test case, the title of the test case can be input as a search word in online help. 3

4 Figure 2: Online Help Description of individual test steps for a test case Some parameters, such as the source address of the tester and the time that should elapse between any two Request messages are saved as so-called Entities in the XML description. These values are only referenced in the individual test steps, while the assignment of values is made globally and can be changed for all tests simply and quickly. The values of entities can be changed conveniently in the settings of the J1939 XML Test Module Manager. 5.0 Test execution Basic elements of the generated test module are one or more test cases consisting of test conditions and test functions. Test conditions continually monitor the test flow, but they do not influence the communication. Test functions, on the other hand, actively intervene in communication. For example, they might send messages or wait for very specific events before other actions are executed. Test conditions are active over the entire life of the test case, while test functions can be executed sequentially. Just a few of the test cases require very significant testing depth, and this typically leads to very long execution times of the test cases. Especially if testing has been conducted regularly during development, the maximum test depth is not desired for every test run. In the test module, the user can choose between the variants FULL and FAST, where the latter variant uses ten parameter groups as a sampling of the overall population of parameter groups to be tested. The test case is then executed as a sample for these ten parameter groups, and this significantly shortens test execution time. To attain the testing depth required by SAE in the J document, the FULL variant must be selected. Here, the behavior of the DUT is checked for all theoretically possible parameter groups in some test cases, which lengthens the duration of the test. The test cases generated by Vector s CANoe.J1939 follow various strategies, but there are essentially three variants: Many test cases actively send a message to the DUT, e.g. Request, to test its reaction to it. This might be done to trigger transmission of a specific message by the DUT, for example. Some test cases monitor bus communication for a specific time period without actively intervening in the communication. If no faulty behavior is found over this time period, the test is passed. This also applies if no communication occurred at all. 4

5 Some test cases require user inputs or ask the user to actively influence the DUT. Under some circumstances, the user input can be removed from the test and could, for example, be substituted by a stimulation in preparation for the test case (see section on Individual extensions). 6.0 Test results The test results are provided as an XML file, from which an HTML report is automatically generated. The form of the report must be selected before test execution. Several XSLT stylesheets are available for selection in the tester configuration dialog. The J _ComplianceReport.xslt stylesheet generates a report, which is visually similar to the SAE J document and is therefore easy to interpret by all persons familiar with the standard. If detailed test results are needed, e.g. for analysis during product development, report variants are offered that provide significantly more information. Here, the extendednavigation.xslt stylesheet has proven to be very helpful in practice. 7.0 Individual extensions As already mentioned, the generated tests are what are referred to as Black Box tests. The test tool only needs a little information about the DUT. For some test cases, it might be necessary to put the DUT in a specific state. Here, it is possible to utilize CANoe s Test Feature Set for the necessary simulations; it is used to create all generated tests. For this case, the XML sections <preparation/> and <completion/> are intended for pre- and postprocessing. They are available in every individual test case and can be individually modified. The generated test module can also be supplemented with additional test cases, e.g. to test the application. The elements for this are also contained in the modular Test Feature Set and are easy to use. For a description of the available functions for stimulation or individual tests, refer to online help under the key word Test Feature Set. All test steps are described in a XML file. This file can be edited with any XML editor. However, this is more convenient with the Vector tools described below. 5

6 7.1 J1939 XML Test Module Manager The J1939 XML Test Module Manager, which is part of Option J1939, offers support for simple modifications and extensions to the test module. Automatic test cases are also generated in this editor. Figure 3: J1939 XML Test Module Manager Editing individual test steps 6

7 7.2 Test Automation Editor TAE The Test Automation Editor offers many different capabilities; it is especially easy to generate test cases by drag & drop operation and parameterize them with data from the database. The Test Automation Editor is not part of Option J1939. Figure 4: Test Automation Editor 2.0 Editing individual test steps 8.0 Additional Resources VECTOR APPLICATION NOTE AN-ION Introduction to J1939 AN-IND Testing with CANoe AN-AND CANoe Test Feature Set Tutorial 7

8 9.0 Contacts Germany and all countries not named below: Vector Informatik GmbH Ingersheimer Str Stuttgart GERMANY Phone: Fax: France, Belgium, Luxemburg: Vector France SAS 168 Boulevard Camélinat Malakoff FRANCE Phone: Fax: information@fr.vector.com Sweden, Denmark, Norway, Finland, Iceland: VecScan AB Theres Svenssons Gata Göteborg SWEDEN Phone: Fax: info@se.vector.com United Kingdom, Ireland: Vector GB Ltd. Rhodium, Central Boulevard Blythe Valley Park Solihull, Birmingham West Midlands B90 8AS UNITED KINGDOM Phone: Fax: info@uk.vector.com China: Vector Automotive Technology (Shanghai) Co., Ltd. Sunyoung Center Room 1701, No.398 Jiangsu Road Changning District Shanghai P.R. CHINA Phone: Fax: info@cn.vector.com India: Vector Informatik India Pvt. Ltd. 4/1/1/1, Sutar Icon, Sus Road, Pashan, Pune INDIA Phone: Fax: info@in.vector.com USA, Canada, Mexico: Vector CANtech, Inc Orchard Hill Place, Suite 550 Novi, MI USA Phone: Fax: info@us.vector.com Japan: Vector Japan Co. Ltd. Tennozu Yusen Bldg. 16F Higashi-shinagawa, Shinagawa-ku, Tokyo JAPAN Phone: Fax: info@jp.vector.com Korea: Vector Korea IT Inc. #1406, Mario Tower, Guro-dong, Guro-gu Seoul, REPUBLIC OF KOREA Phone: Fax: info@kr.vector.com 8

9 Appendix A Preparation of the database Are all messages contained in the Tx and Rx lists? In particular, the messages from the Data Link Layer (-21) and Network Management Layer (-81) as well as TPCM, TPDT, ACL, CA, ACKM and RQST. A filter in the Trace Window can filter all messages that are sent or received by a node. They can then be compared to the entries in the database. The fixed mode of the Trace Window offers a better overview than the continuous mode. all PDU1 messages with global destination address all PDU2 messages all PDU1 messages with destination address 0xB all messages with source address 0xB switches between fixed and continuous mode Figure 5: J1939 filter block and Trace Window Analyze communication of the DUT Are the message attributes GenMsgSendType and GenMsgCycleTime correctly set? When the node is selected in the CANdb++ Editor, all associated messages are shown in table format, and here it is possible to quickly get an overview of their attributes. Messages with alternating cycle times should be shown with cycle time 0. 9

10 Attribute GenMsgCycleTime Attribute GenMsgSendType Figure 6: CANdb++ Editor Showing the send type and cycle time of Tx messages Is the full 64-bit NAME of the ECU stored in the database? The 64-bit NAME of the ECU can be saved in the database. After selecting the associated ACL message, the signal values can be set. Figure 7: CANdb++ Editor Definition of individual 64-bit NAME of the DUT 10

CANdelaStudio Product Activation FAQ Version Application Note AN-IDG-1-006

CANdelaStudio Product Activation FAQ Version Application Note AN-IDG-1-006 Version 1.7 2013-12-19 Author(s) Restrictions Abstract Helmut Steeb, Carsten Huber Public Document This application note answers questions that may arise with CANdelaStudio product activation. Table of

More information

Getting Started With CANoe.ISO11783 Version Application Note AN-ION

Getting Started With CANoe.ISO11783 Version Application Note AN-ION Version 2.0 2010-04-27 Author(s) Restrictions Abstract Heiko Gschwind Public Document This application note describes the first steps for using the CANoe.ISO11783. Table of Contents 1.0 Overview...2 2.0

More information

Solutions for. Avionics Networking. CANoe.CANaero. CANalyzer.CANaero ENGLISH

Solutions for. Avionics Networking. CANoe.CANaero. CANalyzer.CANaero ENGLISH Solutions for Avionics Networking CANoe.CANaero ENGLISH CANalyzer.CANaero CANalyzer.CANaero 7.6 Universal Analysis Tool for CAN-based Avionics Networks Overview of Advantages Easy observation of data traffic

More information

Logger - How Vector loggers can be used with J1939 Version Application Note AN-IND-1-013

Logger - How Vector loggers can be used with J1939 Version Application Note AN-IND-1-013 Version 1.2 2013-06-10 Author Restrictions Abstract Jochen Neuffer, Dagmar Martinek Public Document This application note describes how the Vector logger family can be used to handle J1939 protocol specifics.

More information

IOcab 8444opto Basic Example Version

IOcab 8444opto Basic Example Version Version 1.1 2010-04-30 Author(s) Restrictions Abstract Konrad, Marco Public Document This application note describes in detail the setup of a single IOcab 8444opto and the access to digital/analog lines

More information

Manual. CANboardXL Interface Family. Version 4.0 English

Manual. CANboardXL Interface Family. Version 4.0 English CANboardXL Interface Family Version 4.0 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 D-70499 Stuttgart The information and data given in this user manual can be changed without prior notice.

More information

Setting the Baud Rate and Node IDs in a CANopen System Version Application Note AN-AON

Setting the Baud Rate and Node IDs in a CANopen System Version Application Note AN-AON Version 1.1 2008-05-29 Restrictions Abstract Public Document This application notes introduces several methods for setting the baud rate and node IDs in a CANopen System. Table of Contents 1.0 Overview...2

More information

Reasons for System Simulation with CANoe J1939 Version /06/04 Application Note AN-ION

Reasons for System Simulation with CANoe J1939 Version /06/04 Application Note AN-ION Version 1.1 04/06/04 Application Note AN-ION-1-3400 Author(s) Restrictions Abstract Jürgen Klüser None This Application Note discusses advantages of Communication System Modelling and Simulation by using

More information

CANister. Configurator. Manual. Version 3.0

CANister. Configurator. Manual. Version 3.0 CANister Configurator Manual Version 3.0 Vector Informatik GmbH, Ingersheimer Straße 24, 70499 Stuttgart Phone +49 711 80670-0, Fax +49 711 80670 111, Email info@de.vector.com, Internet http://www.vector.com

More information

ProCANopen Questions & Answers Version Application Note AN-ION

ProCANopen Questions & Answers Version Application Note AN-ION Version 1.3 2011-07-21 Author(s) Restrictions Abstract Juergen Klueser Public Document This Document gives answers on typical questions on ProCANopen application. Table of Contents 1.0 Overview...1 2.0

More information

Manual. CANoe VTP Protocol. Version English

Manual. CANoe VTP Protocol. Version English Manual CANoe VTP Protocol Version 1.0.0 English Imprint Vector Informatik GmbH Ingersheimer Str. 24 D-70499 Stuttgart The information and data given in this user manual can be changed without prior notice.

More information

ES585.1 K-Line Interface Compact. User's Guide

ES585.1 K-Line Interface Compact. User's Guide ES585.1 K-Line Interface Compact User's Guide Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in

More information

CANoe.J1939. Product Information

CANoe.J1939. Product Information Product Information Table of Contents 1 Introduction... 3 1.1 Application Areas... 3 1.2 Features and Advantages... 3 1.3 Further Information... 3 2 Functions... 4 3 Hardware Interfaces... 4 4 Transport

More information

CANoe. DENoe. .CAN.LIN.MOST.FlexRay. Manual. Version 4.1

CANoe. DENoe. .CAN.LIN.MOST.FlexRay. Manual. Version 4.1 CANoe DENoe.CAN.LIN.MOST.FlexRay Manual Version 4.1 Vector Informatik GmbH, Ingersheimer Str. 24, D-70499 Stuttgart Tel. +49 711 80670-0, Fax +49 711 80670 111 Email can@vector-informatik.de, Internet

More information

INCA-ES5xx V Release Notes

INCA-ES5xx V Release Notes INCA-ES5xx V7.0.1 Release Notes Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in relation to

More information

LANTest. LANTest WLAN production software for use with the MT8860B. Transmit Power Levels. Transmit Spectrum Mask. Transmit Center Frequency Tolerance

LANTest. LANTest WLAN production software for use with the MT8860B. Transmit Power Levels. Transmit Spectrum Mask. Transmit Center Frequency Tolerance Product Information Sheet WLAN production software for use with the MT8860B Run Transmit Power Levels Transmit Spectrum Mask Transmit Center Frequency Tolerance Transmit Modulation Accuracy (EVM) Spectral

More information

INCA-ES9xx V7.0.2 Release Notes

INCA-ES9xx V7.0.2 Release Notes INCA-ES9xx V7.0.2 Release Notes Copyright The data in this document may not be altered or amended without special notification from ETAS GmbH. ETAS GmbH undertakes no further obligation in relation to

More information

Power Analyzer Firmware Update Utility Version Software Release Notes

Power Analyzer Firmware Update Utility Version Software Release Notes Power Analyzer Firmware Update Utility Version 3.1.0 Software Release Notes Contents General Information... 2... 2 Supported models... 2 Minimum system requirements... 2 Installation instructions... 2

More information

Flash Kernel Programming on an HC12 Microcontroller Version /05/2003 Application Note AN-IMC-1-002

Flash Kernel Programming on an HC12 Microcontroller Version /05/2003 Application Note AN-IMC-1-002 Version 1.00 12/05/2003 Application Note AN-IMC-1-002 Author(s) Restrictions Abstract Sven Deckardt Public Document The purpose of this application note is to explain how to implement a CCP flash kernel

More information

Keysight Technologies Increasing Manufacturing Throughput of Automotive Controllers

Keysight Technologies Increasing Manufacturing Throughput of Automotive Controllers Keysight Technologies Increasing Manufacturing Throughput of Automotive Controllers Application Note Using the Keysight TS-5400 high performance PXI functional test system for multiple DUTs Introduction

More information

E-T-A PowerPlex Bus System for Marine Applications

E-T-A PowerPlex Bus System for Marine Applications E-T-A PowerPlex Bus System for Marine Applications E-T-A PowerPlex Technology E-T-A PowerPlex Bus System for the Protection and Control of Electrical Installations in Recreational and Work Boats. E-T-A

More information

Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks

Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks Product Introduction Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks MP1595A 40G SDH/SONET Analyzer Verifying Effectiveness of Proprietary and Standard FEC in 40G/43G Networks

More information

CANoe.MOST. - more efficiency in developing and testing MOST systems -

CANoe.MOST. - more efficiency in developing and testing MOST systems - CANoe.MOST - more efficiency in developing and testing MOST systems - V1.05 2008-10-23 Agenda > Vector Simulation Analysis Test Conclusion Slide: 2 Vector 1988 Vector Informatik established 1998 Vector

More information

VT System Smart HIL Testing

VT System Smart HIL Testing VT System Smart HIL Testing V1.0 2010-06-04 Agenda > ECU Testing Testing a Door Control Unit Summary and Outlook Slide: 2 ECU Testing I/O Access for ECU Testing ECU has to be tested in its natural environment

More information

Model based testing and Hardware-in-the-Loop simulation of embedded CANopen control devices

Model based testing and Hardware-in-the-Loop simulation of embedded CANopen control devices Model based testing and Hardware-in-the-Loop simulation of embedded CANopen control devices Mirko Tischer; Dietmar Widmann, Vector Informatik GmbH CANopen is mainly used in connecting devices in embedded

More information

CANoe 6.0. The Professional Development and Test Tool for CAN, LIN, MOST, FlexRay and J1587 TOOLS FOR NETWORKS AND DISTRIBUTED SYSTEMS

CANoe 6.0. The Professional Development and Test Tool for CAN, LIN, MOST, FlexRay and J1587 TOOLS FOR NETWORKS AND DISTRIBUTED SYSTEMS CANoe 6.0 The Professional Development and Test Tool for CAN, LIN, MOST, FlexRay and J1587 CANoe is an all-round tool for the development, testing and analysis of networks and ECUs. It supports the user

More information

Keysight E6962A Automotive Ethernet Rx Compliance Solution

Keysight E6962A Automotive Ethernet Rx Compliance Solution Keysight E6962A Automotive Ethernet Rx Compliance Solution Easy and repeatable 100BASE-T1 design validation for receiver components Data Sheet Introduction The Keysight E6962A automotive Ethernet Rx validation

More information

PRODUCT DATA. Reporting Module Type 7832

PRODUCT DATA. Reporting Module Type 7832 PRODUCT DATA Reporting Module Type 7832 Reporting Module Type 7832 provides dedicated Data Management and Reporting for Brüel & Kjær Noise Monitoring Systems. It has never been easier to create great looking

More information

CANalyzer.J1939. Product Information

CANalyzer.J1939. Product Information Product Information Table of Contents 1 Introduction... 3 1.1 Application Areas... 3 1.2 Features and Advantages... 3 1.3 Further Information... 3 2 Functions... 4 3 Hardware Interfaces... 4 4 Transport

More information

U85026A Detector 40 to 60 GHz

U85026A Detector 40 to 60 GHz Operating and Service Manual U85026A Detector 40 to 60 GHz Serial Numbers This manual applies directly to U85026A detectors with serial numbers 100 and above. For additional information on serial numbers,

More information

Troubleshooting Ethernet Problems with Your Oscilloscope APPLICATION NOTE

Troubleshooting Ethernet Problems with Your Oscilloscope APPLICATION NOTE Troubleshooting Ethernet Problems with Your Oscilloscope Introduction Ethernet is a family of frame-based computer networking technologies for local area networks (LANs), initially developed at Xerox PARC

More information

Cisco Extensible Provisioning and Operations Manager 4.5

Cisco Extensible Provisioning and Operations Manager 4.5 Data Sheet Cisco Extensible Provisioning and Operations Manager 4.5 Cisco Extensible Provisioning and Operations Manager (EPOM) is a Web-based application for real-time provisioning of the Cisco BTS 10200

More information

Purchasing. Operations 3% Marketing 3% HR. Production 1%

Purchasing. Operations 3% Marketing 3% HR. Production 1% Agenda Item DOC ID IAF CMC (11) 75 For Information For discussion For decision For comments to the author IAF End User Survey results (October 211) This report summarises the total responses to the IAF

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer

Programming Note. Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Programming Note Agilent Technologies Quick Reference Guide For the 8757D/E Scalar Network Analyzer Manufacturing Part Number: 08757-90130 Printed in USA Print Date: July 1992 Agilent Technologies, Inc.

More information

LAN Magnetics Solution for 1000BASE-T Evaluation Board TDK Part number: ALT4532-EVA-01

LAN Magnetics Solution for 1000BASE-T Evaluation Board TDK Part number: ALT4532-EVA-01 LAN Magnetics Solution for 1000BASE-T Evaluation Board TDK Part number: ALT4532-EVA-01 Contents PCB area reduction from typical module to discrete placement Typical module TDK discrete placement 17.53

More information

Microsoft Dynamics 365 for Finance and Operations. Table of contents

Microsoft Dynamics 365 for Finance and Operations. Table of contents Microsoft Dynamics 365 for Finance and Operations Product localization and translation availability guide April 2018 update 1 Dynamics 365 for Finance and Operations Product localization and translation

More information

Installing VISA for Remote Control

Installing VISA for Remote Control Technical Note Installing VISA for Remote Control MS2690A/MS2691A/MS2692A Signal Analyzer Technical Note - Installing VISA for Remote Control - Anritsu March 2009 (1.00) Slide 1 VISA Setup for PC Controller

More information

CERTIFICATE. Infineon Technologies AG Am Campeon Neubiberg Germany ISO 9001:2015

CERTIFICATE. Infineon Technologies AG Am Campeon Neubiberg Germany ISO 9001:2015 CERTIFICATE The Certification Body of TÜV SÜD Management Service GmbH certifies that Am Campeon 1-12 85579 Neubiberg Germany including the sites and scope of application see enclosure has established and

More information

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents Microsoft Dynamics 365 for Finance and Operations, Enterprise edition Product availability, localization, and translation guide July 2017 Update 1 Dynamics 365 for Finance and Operations, Enterprise edition

More information

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System The Role of SANAS in Support of South African Regulatory Objectives Mr. Mpho Phaloane South African National Accreditation System Outline of Presentation INTRODUCTION STATUS OF SANAS TECHNICAL INFRASTRUCTURE

More information

Cisco Voice Services Provisioning Tool 2.6(1)

Cisco Voice Services Provisioning Tool 2.6(1) Data Sheet Cisco Voice Services Provisioning Tool 2.6(1) The Cisco Voice Services Provisioning Tool (VSPT) provides a GUI for the creation, modification, and execution of signaling connections, trunks,

More information

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML Q & A CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML GENERAL QUESTIONS Q. What is the Cisco IP Phone 7970G? A. The 7970G is our latest state-of-the-art IP phone, which includes a large color,

More information

1 About this Support Note Introduction Use Loops Use Test Case Lists Example Contacts... 8

1 About this Support Note Introduction Use Loops Use Test Case Lists Example Contacts... 8 2016-01-25 SN-IND-1-022_TestCase_Iterations.pdf Author(s) Restrictions Katranksi, Ute Table of contents 1 About this Support Note... 1 2 Introduction... 1 3 Use Loops... 2 4 Use Test Case Lists... 3 5

More information

In March 2007, over 200 developers met in Stuttgart for the. control algorithms that have become increasingly faster are

In March 2007, over 200 developers met in Stuttgart for the. control algorithms that have become increasingly faster are FlexRay is Driving Partners demonstrate successful system development at the FlexRay Symposium In March 2007, over 200 developers met in Stuttgart for the FlexRay Symposium sponsored by Vector Informatik.

More information

Integrating CaliberRM with Mercury TestDirector

Integrating CaliberRM with Mercury TestDirector Integrating CaliberRM with Mercury TestDirector A Borland White Paper By Jenny Rogers, CaliberRM Technical Writer January 2002 Contents Introduction... 3 Setting Up the Integration... 3 Enabling the Integration

More information

CAN, LIN and FlexRay Protocol Triggering and Decode for Infiniium Series Oscilloscopes

CAN, LIN and FlexRay Protocol Triggering and Decode for Infiniium Series Oscilloscopes CAN, LIN and FlexRay Protocol Triggering and Decode for Infiniium 90000 Series Oscilloscopes Data Sheet This application is available in the following license variations. Order N8803A for a user-installed

More information

Anti-Virus Measures for Instruments with Windows Operating System. White Paper

Anti-Virus Measures for Instruments with Windows Operating System. White Paper Anti-Virus Measures for Instruments with Windows Operating System White Paper Table of Contents 1 Introduction... 3 2 Anritsu s Effort... 3 3 Anti-Virus Measures by Customer... 3 3.1. CONFIGURING WINDOWS

More information

Keysight Technologies N8825A/B Infiniium 10BASE-T / 100BASE-TX Ethernet Decoder. Data Sheet

Keysight Technologies N8825A/B Infiniium 10BASE-T / 100BASE-TX Ethernet Decoder. Data Sheet Keysight Technologies N8825A/B Infiniium 10BASE-T / 100BASE-TX Ethernet Decoder Data Sheet Introduction The N8825A/B 10BASE-T/100BASE-TX Ethernet decoder allows you to view Ethernet packet data transmitted

More information

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD DATA SHEET CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD The Cisco 7304 Router, part of the industry-leading Cisco 7000 Series, is optimized to deliver flexible, high-performance IP and Multiprotocol

More information

SAE J1939. Serial Control and Communications Vehicle Network. Presented by Wilfried Voss

SAE J1939. Serial Control and Communications Vehicle Network. Presented by Wilfried Voss SAE J1939 Serial Control and Communications Vehicle Network Presented by Wilfried Voss Copperhill Technologies Corp. Greenfield, MA 01301 https://copperhilltech.com Literature Literature on Controller

More information

Fast 3D EMC/EMI Scan with Detectus Scanning System and Tektronix Real Time Spectrum Analyzers CASE STUDY

Fast 3D EMC/EMI Scan with Detectus Scanning System and Tektronix Real Time Spectrum Analyzers CASE STUDY Fast 3D EMC/EMI Scan with Detectus Scanning System and Tektronix Real Time Spectrum Analyzers Fast 3D EMC/EMI Scan with Detectus Scanning System and Tektronix Real Time Spectrum Analyzers Customer Solution

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 END-OF-LIFE NOTICE, NO. 2566 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 Cisco Systems announces the end of life of the Cisco Media Convergence Server 7845H-2400.

More information

Safety. Introduction

Safety. Introduction KickStart Guide Safety Introduction Safety precautions Before using this product, see the safety precautions associated with your instrument. The instrumentation associated with this software is intended

More information

Concept Manual vteststudio. Version 2.2 English

Concept Manual vteststudio. Version 2.2 English Concept Manual vteststudio Version 2.2 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 D-70499 Stuttgart The information and data given in this user manual can be changed without prior notice.

More information

Training Notes Unity Real Time 2

Training Notes Unity Real Time 2 Training Notes Unity Real Time 2 For Customers Using SPC (Westgard) Rules Log on to Unity Real Time 2 1 Double-click the Unity Real Time 2 shortcut located on your computer desktop. 2 Select your user

More information

E-Seminar. Voice over IP. Internet Technical Solution Seminar

E-Seminar. Voice over IP. Internet Technical Solution Seminar E-Seminar Voice over IP Internet Technical Solution Seminar Voice over IP Internet Technical Solution Seminar 3 Welcome 4 Objectives 5 Telephony in Business 6 VoIP and IP Telephony 7 Traditional Telephony

More information

100GBASE-SR4/TDEC Compliance and Characterization Solution

100GBASE-SR4/TDEC Compliance and Characterization Solution 100GBASE-SR4/TDEC Compliance and Characterization Solution Key features 80STDEC offers streamlined high performance Transmitter and Dispersion Eye Closure (TDEC) on a variety of Tektronix optical acquisition

More information

Minimum CANoe version to execute test units built with a specific version of vteststudio

Minimum CANoe version to execute test units built with a specific version of vteststudio For test units built with vteststudio 1.0 and 1.1 always a matching minimum CANoe version has to be used - independent of the commands used within the tests. For test units built with vteststudio 2.0 or

More information

CANoe.AFDX. Product Information

CANoe.AFDX. Product Information Product Information Table of Contents 1 Introduction... 3 1.1 Overview of Advantages... 3 1.2 Application Areas... 3 1.3 Further Information... 3 2 Hardware Interfaces... 4 3 Symbolic Display via Databases...

More information

Product Introduction ME7832L. LTE Protocol Conformance Test System

Product Introduction ME7832L. LTE Protocol Conformance Test System Product Introduction ME7832L LTE Protocol Conformance Test System ME7832L LTE Protocol Conformance Test System Product Introduction TS36.523 LTE Protocol Conformance Solution Slide 1 Approved LTE Protocol

More information

Mitsubishi Programmable Controllers

Mitsubishi Programmable Controllers Mitsubishi Programmable Controllers I N D E X The Answer to Optimum Control - Anytime, Anywhere! Choose a programmable controller. Choose quality. Choose MELSEC-AnS/QnAS! Need reliability? Choose the MELSEC-AnS/QnAS

More information

HDMI Compliance Testing Policies and Procedures

HDMI Compliance Testing Policies and Procedures HDMI Compliance Testing Policies and Procedures HDMI Licensing, LLC Version 1.4b November 8, 2011 Conditions of Publication Copyright Copyright HDMI Licensing, LLC. All rights reserved. No license, express

More information

PRODUCT INTRODUCTION MD8480B. W-CDMA Signalling Tester MX848001A/41A-05. GSM Frequency Hopping ANRITSU CORPORATION

PRODUCT INTRODUCTION MD8480B. W-CDMA Signalling Tester MX848001A/41A-05. GSM Frequency Hopping ANRITSU CORPORATION PRODUCT INTRODUCTION MD8480B W-CDMA Signalling Tester MX848001A/41A-05 GSM Frequency Hopping CONFIDENTIAL 1 Copyright 2004 by The contents of this manual shall not be disclosed in any way or reproduced

More information

Application Overview. Preparing. for FB-DIMM and DDR2. Are you ready?

Application Overview. Preparing. for FB-DIMM and DDR2. Are you ready? Preparing for FB-DIMM and Are you ready? Preparing for FB-DIMM and FB-DIMM 0 FB-DIMM 1 FB-DIMM 7 Memory Interface Southbound Traffic Northbound Traffic Clocks FB-DIMM high-speed point-to-point southbound

More information

INCA Hot Key Assignment

INCA Hot Key Assignment INCA Hot Key Assignment General hints for use: Ctrl+letter means hold down Ctrl and press the favored letter (key). Alt+letter means hold down Alt and press the favored letter (key). Alt+letter, letter

More information

Troubleshooting Ethernet Problems with Your Oscilloscope APPLICATION NOTE

Troubleshooting Ethernet Problems with Your Oscilloscope APPLICATION NOTE Troubleshooting Ethernet Problems with Your Oscilloscope Introduction Ethernet is a family of frame-based computer networking technologies for local area networks (LANs), initially developed at Xerox PARC

More information

CANoe/CANalyzer.J1587

CANoe/CANalyzer.J1587 Product Information Table of Contents 1 Introduction... 3 1.1 Application Areas... 3 1.2 Features and Advantages... 3 1.3 Further Information... 3 2 Functions... 4 3 Hardware Interfaces... 4 4 Protocol-specific

More information

J1939 OVERVIEW. 1

J1939 OVERVIEW. 1 1 www.kvaser.com Table of Contents J1939: Introduction...2 Introduction... 2 Quick facts... 2 The SAE J1939 standards... 2 J1939: In Depth...4 Message Format and Usage (J1939/21)... 4 Addresses and Names

More information

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Application Note Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Introduction This is an application note for connectivity of Lucent/Avaya

More information

Efficient testing of ECUs despite Security

Efficient testing of ECUs despite Security Vector Cyber Security Symposium 2017 V0.1 2017-09-26 Security is a must have Security makes testing harder Security is a must have Todays features in vehicles require security Test Tools must support security

More information

Keysight Technologies Current Drain Analysis Enhances WLAN Network Card Design and Test. Application Note

Keysight Technologies Current Drain Analysis Enhances WLAN Network Card Design and Test. Application Note Keysight Technologies Current Drain Analysis Enhances WLAN Network Card Design and Test Application Note 02 Keysight Current Drain Analysis Enhances WLAN Network Card Design and Test - Application Note

More information

cananalyser 3 The powerful tool for testing, development and service of CAN networks

cananalyser 3 The powerful tool for testing, development and service of CAN networks cananalyser 3 The powerful tool for testing, development and service of CAN networks Example: CAN bus analysis with cananalyser Online analysis and data interpretation Message recording to hard drive Transmitting

More information

I 2 S Triggering and Hardware-based Decode (Option SND) for Agilent InfiniiVision Oscilloscopes

I 2 S Triggering and Hardware-based Decode (Option SND) for Agilent InfiniiVision Oscilloscopes I 2 S Triggering and Hardware-based Decode (Option SND) for Agilent InfiniiVision Oscilloscopes Data Sheet Find and debug intermittent errors and signal integrity problems faster Features: I 2 S serial

More information

Innovative Fastening Technologies

Innovative Fastening Technologies Innovative Fastening Technologies Corporate Overview 2011 Update Infastech is one of the world s largest producers of engineered mechanical fasteners with revenues exceeding USD500 million and an industry

More information

Technology Note. PCI Bus Variation.

Technology Note. PCI Bus Variation. Technology Note www.euresys.com info@euresys.com info@euresys.com Copyright 2006 Euresys s.a. Belgium. Euresys is registred trademark of Euresys s.a. Belgium. PCI conventional,, PCI-SIG, PCI Express are

More information

Test requirements in networked systems

Test requirements in networked systems Test requirements in networked systems Jürgen Klüser, Vector Informatik GmbH The use of CAN with J1939 or CANopen based higher layers leads to cost efficient and flexible solutions, but together with a

More information

1 AS5048 Demoboard. AS5048 Demoboard OPERATION MANUAL. Application Note

1 AS5048 Demoboard. AS5048 Demoboard OPERATION MANUAL. Application Note AS5048 Demoboard OPERATION MANUAL Application Note 1 AS5048 Demoboard The AS5048 Demoboard is a complete rotary encoder system with built-in microcontroller, USB interface and graphical LCD display. The

More information

Paper Invoicing Mailing Address Matrix

Paper Invoicing Mailing Address Matrix Invoicing Mailing Address Matrix AMS REGION Invoicing Countries AMS Costa Rica E-Mail Invoicing Countries Attn: Finance Account Payable UltraPark, La Aurora, Heredia, Building 8 San Jose Costa Rica AMS

More information

FB-DIMM Commands/Data and Lane Traffic Verification

FB-DIMM Commands/Data and Lane Traffic Verification FB-DIMM Commands/Data and Lane Traffic Verification Preparing for FB-DIMM Fully buffered dual inline memory modules (FB-DIMMs) provide servers and workstations with greater memory capacities, higher operating

More information

6640A Series Single-Output, 200 W DC Power Supplies, GPIB

6640A Series Single-Output, 200 W DC Power Supplies, GPIB 6640A Series Single-Output, 200 W DC Power Supplies, GPIB Data Sheet Speed and accuracy for test optimization Fast, low-noise outputs Analog control of output voltage and current Fan-speed control to minimize

More information

MTS4EA Elementary Stream Analyzer

MTS4EA Elementary Stream Analyzer MTS4EA Elementary Stream Analyzer Compressed Video and Audio Analysis Software Data Sheet Buffer Analysis with Graphical Plots Spatial Bits/MB, MV Histogram, Quantization, DCT Frequency, MB Coded Frequency,

More information

Multi-Site Parallel Testing with the S535 Wafer Acceptance Test System APPLICATION NOTE

Multi-Site Parallel Testing with the S535 Wafer Acceptance Test System APPLICATION NOTE Multi-Site Parallel Testing with the S535 Wafer Acceptance Test System In semiconductor wafer production, minimizing the cost of test has been identified as the number one challenge. The biggest factor

More information

Keysight KS8400A Test Automation Platform 2017 Developer s System Software. Technical Overview

Keysight KS8400A Test Automation Platform 2017 Developer s System Software. Technical Overview Keysight KS8400A Test Automation Platform 2017 Developer s System Software Technical Overview 02 Keysight KS8400A Test Automation Platform 2017 Developer s System Software - Technical Overview Product

More information

THE POWER OF A STRONG PARTNERSHIP.

THE POWER OF A STRONG PARTNERSHIP. THE POWER OF A STRONG PARTNERSHIP. Now you can harness a network of resources. Connections, knowledge, and expertise. All focused on your success. The Cisco Channel Partner Program. BE CONNECTED. Great

More information

Quintiles vdesk Welcome Guide

Quintiles vdesk Welcome Guide Quintiles vdesk Welcome Guide Dear Quintiles Clinical ASP User, Quintiles is pleased to announce vdesk, an unique solution part of the Clinical ASP platform offer. Quintiles vdesk, is a virtual desktop

More information

Agilent 66000A 1200 W DC Modular Power System, GPIB

Agilent 66000A 1200 W DC Modular Power System, GPIB Agilent 66000A 1200 W DC Modular Power System, GPIB Data Sheet Speed and accuracy for test optimization 8-slot mainframe accepts up to 8 DC power modules 1200 W total DC power output, up to 150 W per module

More information

USB-to-Serial Console Adapter

USB-to-Serial Console Adapter USB-to-Serial Console Adapter USER MANUAL UC232B EMC Information Federal Communication Commission Interference Statement: This equipment has been tested and found to comply with the limits for a Class

More information

Beckhoff short profile

Beckhoff short profile Beckhoff short profile Beckhoff implements open automation systems based on PC Control technology. The product range covers Industrial PCs, I/O and Fieldbus Components, Drive Technology and automation

More information

HeadSetup Pro Manager

HeadSetup Pro Manager Quick User Guide Contact information Support Portal: www.sennheiser.com/cco-support E-mail: hsuphelp@senncom.com Phone: Find your local support phone number and opening hours here below. Asia-Pacific Australia

More information

VSI-2534 User Manual

VSI-2534 User Manual VSI-2534 User Manual Version 2.2 April 2011 Foreword This document describes AutoEnginuity (DG) VSI-2534, and SAE J2534 Pass-Thru device with its primary purpose to program automotive ECUs (Electronic

More information

Delta OPEN CNC Controller NC E Series

Delta OPEN CNC Controller NC E Series Automation for a Changing World Delta OPEN CNC Controller NC E Series www.deltaww.com Features Open-structured CNC System The new Open CNC Solution provides an open structure for hardware and software

More information

RC90 Upgrade Procedures

RC90 Upgrade Procedures RC90 Upgrade Procedures EM136R2547F Table of Contents Thank you for purchasing our robot system. Before using the robot system, please read this manual thoroughly and use the product properly. Keep this

More information

Solutions for Streamline Field Test with Agilent N9342C Handheld Spectrum Analyzer (HSA)

Solutions for Streamline Field Test with Agilent N9342C Handheld Spectrum Analyzer (HSA) Solutions for Streamline Field Test with Agilent N9342C Handheld Spectrum Analyzer (HSA) Application Note Introduction In the field, RF issues like faulty transmitter and antenna, amplifier overdrive and

More information

AUTOSAR Software Design with PREEvision

AUTOSAR Software Design with PREEvision AUTOSAR Software Design with PREEvision Webinar 2013-06-05 Slide: 1 AUTOSAR Software Design with PREEvision Agenda Overview AUTOSAR Software and System Design Integrated AUTOSAR Software Design Vector

More information

Keysight Technologies Methods for Characterizing and Tuning DC Inrush Current. Application Brief

Keysight Technologies Methods for Characterizing and Tuning DC Inrush Current. Application Brief Keysight Technologies Methods for Characterizing and Tuning DC Inrush Current Application Brief Introduction Inrush current or input surge current refers to the momentarily large surge current that occurs

More information

The IECEx Ticket to Global Markets

The IECEx Ticket to Global Markets The IECEx Ticket to Global Markets Extract from the tutorial at PCIC Europe 2008 Rudolf Pommé KEMA Quality NL Karel Neleman BARTEC NL With special thanks to co-authors: Mario Colpa BACAB CH Frédérique

More information

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY APPLICATION NOTE ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY OVERVIEW Enhanced Interior Gateway Routing Protocol (EIGRP).Stub Router functionality, which Cisco introduced in Cisco

More information

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS CISCO SUCCESS BUILDER. IT S MORE THAN AN INCENTIVE PROGRAM.

More information

Keysight Technologies RS232/UART Protocol Triggering and Decode for Infiniium Series Oscilloscopes. Data Sheet

Keysight Technologies RS232/UART Protocol Triggering and Decode for Infiniium Series Oscilloscopes. Data Sheet Keysight Technologies RS232/UART Protocol Triggering and Decode for Infiniium 90000 Series Oscilloscopes Data Sheet This application is available in the following license variations. Order N5462A for a

More information