Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d2275bf8dcaf1bf5f05aca84d083ade629f00564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Tutorial HelloWorld</title>
<link href="book.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
<link rel="home" href="index.html" title="eTrice User Guide">
<link rel="up" href="index.html" title="eTrice User Guide">
<link rel="prev" href="IntroductiontotheROOMLanguage.html" title="Introduction to the ROOM Language">
<link rel="next" href="Createanewmodelfromscratch.html" title="Create a new model from scratch">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Tutorial HelloWorld</h1>
<div class="chapter" title="Tutorial HelloWorld">
<div class="titlepage">
<div>
<div>
<h2 class="title">
<a name="TutorialHelloWorld"></a>Tutorial HelloWorld</h2>
</div>
</div>
</div>
<div class="toc">
<dl>
<dt>
<span class="section"><a href="TutorialHelloWorld.html#Scope">Scope</a></span>
</dt>
<dt>
<span class="section"><a href="Createanewmodelfromscratch.html">Create a new model from scratch</a></span>
</dt>
<dt>
<span class="section"><a href="Createastatemachine.html">Create a state machine</a></span>
</dt>
<dt>
<span class="section"><a href="Buildandrunthemodel.html">Build and run the model</a></span>
</dt>
<dt>
<span class="section"><a href="OpentheMessageSequenceChart.html">Open the Message Sequence Chart</a></span>
</dt>
<dt>
<span class="section"><a href="Summary.html">Summary</a></span>
</dt>
</dl>
</div>
<div class="section" title="Scope">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="Scope"></a>Scope</h2>
</div>
</div>
</div>
<p>In this tutorial you will build your first very simple etrice model. The goal is to learn the work flow of eTrice and to understand a few basic features of ROOM. You will perform the following steps:</p>
<div class="orderedlist">
<ol class="orderedlist" type="1">
<li class="listitem">
<p>create a new model from scratch</p>
</li>
<li class="listitem">
<p>add a very simple state machine to an actor</p>
</li>
<li class="listitem">
<p>generate the source code</p>
</li>
<li class="listitem">
<p>run the model</p>
</li>
<li class="listitem">
<p>open the message sequence chart</p>
</li>
</ol>
</div>
</div>
</div>
</body>
</html>

Back to the top