CANOE Getting Started Series---Download and install and detailed explanation of each tab

CANOE entry series


foreword

Starting a new journey, the simulation entry series, this po master will take everyone together


1. Download and install CANoe

Official website link: Click to enter
This installation is a Demo version

  1. Click to download the Demo versioninsert image description here

  2. Fill in the email information, and the download path and serial number will be sent later for activation
    insert image description here
    insert image description here

  3. Enter the downloaded folder, clickinsert image description here

  4. Select Install CANoe to install by default all the way
    insert image description here
    insert image description here
    insert image description here

  5. After the installation is successful, click Enter, click Activate, and enter the activation codeinsert image description here
    insert image description here

  6. The following figure is successful
    insert image description here

2. Module introduction

Click the CANoe icon on the desktop to enter the visual interface

1. CANoe main interface

insert image description here

Contains various tabs to help us operate

2. File interface

  1. save – save
  2. save as – save as
  3. open – open
  4. Last Used – open the last used
  5. New – new
  6. Configuration Overview – configuration overview
  7. Help – help document, give some examples to help everyone learn
  8. SampleConfigurations – some configuration examples
  9. Options–CANoe related configuration (you can view the License)
    insert image description here

3. HOME functional area

Areas of focus

  1. start/stop: program running and ending
  2. Simulated BUS: simulated bus
    1. real bus
    2. Simulation bus
  3. Panel: a graphical tool (an interface for human-computer interaction)
    insert image description here

4. Analysis Ribbon

Primarily for test engineers

  1. Measurement Setup: Used to reflect CANoe data flow
    Data source:
    1. Online: Software Data source: Simulated / Real signal
    2. Offline: The bus is artificially recorded, and the bus message will be recorded in the logging
      Analysis module:
    3. CAN Statistics: CAN status
    4. Trace: record the signal sending and receiving relationship or some variables in the form of a chart, and can filter the message
    5. Graphics: the logical relationship of information, the trajectory of signals within the time range
    6. Data: signal change value
      insert image description here

5.Simulation functional area (core)

Emphasis: Simulation nodes (simulation nodes can be added to the bus, programmed through the programming language CAPL that comes with CANoe, making it a node that can send data on the bus as desired, and the data DBC should be loaded to the Database) to create a new simulation
insert image description here
node :

  1. Right click on the bus -> Insert Network Node
    insert image description here
  2. Set the simulation data source
    insert image description here
  3. Double-click to open the CAPL interface
    insert image description here

IG module: can directly send messages to CAN

  1. Create an IG nodeinsert image description here
  2. Add CAN message (sending method, name, ID, sending channel, data type, data size and original data)
    insert image description here

Automation: The sequencer adds signals or changes variable values ​​according to a certain program... let the sequence act up and down in a straight line

6.Test function

  1. Writing CANoe test cases
  2. Run tests, generate reports (in conjunction with VTestStudio)

insert image description here

7.Diagnostics functional area

Diagnostic function: For example, read DTC, perform some diagnostic configurations, read DID
matching tool CANdelaStudio: change the diagnostic database
insert image description here

8.Environment functional area

Visualize which signals and variables (global variables) there are in the entire system
Compile All Nodes: Compile all nodes
insert image description here

9. Hardware functional area

Solve the problem tab
Network Hardware: configure the bus
Channel Mapping: remind the correct selection of the channel
Channel Usage: tell the user the ability of the CANoe project
insert image description here

10.Tools Ribbon

DBC: the basis for guiding the development of the bus, the source of the bus signal
insert image description here

Guess you like

Origin blog.csdn.net/weixin_48143996/article/details/129486663