<
From version < 5.1 >
edited by aas2
on 2016/08/01 12:51
To version < 7.1 >
edited by aas2
on 2017/08/11 15:21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,10 +56,10 @@
56 56  {{code language="sct" theme="Eclipse" title="Floodlight.sct"}}
57 57  scchart BlinkyModel {
58 58  
59 - @Wrapper Clock, "500"
59 + @Wrapper Clock, 500
60 60   input bool clock;
61 61  
62 - @Wrapper DigitalWrite, "13"
62 + @Wrapper DigitalWrite, 13
63 63   output bool light;
64 64  
65 65   initial state lightOff
... ... @@ -74,18 +74,18 @@
74 74  
75 75  The annotations on the input and output variable are used to define which wrapper code is used to set / read them. **@Wrapper Clock, "500"** will set the input variable to true for one tick every 500ms. **@Wrapper DigitalWrite, "13"** will set pin 13 to HIGH if the variable is true and to LOW if it is false. We assume that an **LED is connected** to the Arduino board on **pin 13**.
76 76  
77 -The available wrapper code snippets are defined in the //snippets// directory of the project in ftl files (FreeMarker template files). The table below gives an overview of the available wrapper code snippets.
77 +The available wrapper code snippets are defined in the //assets// directory of the project in ftl files (FreeMarker template files). In the default configuration of a new SCCharts project for Arduino, the file //main.ftl// is processed to create the entry point of the program. Thus it includes other templates containing the available code snippets. The table below gives an overview of the available wrapper code snippets.
78 78  
79 -**Note: **To view ftl files with highlighting, you may want to install the //FreeMarker IDE// feature from the JBoss Tools. However, this is not necessary to work with KIELER. JBoss Tools is available in the Eclipse Market Place and via update site. The update site for Eclipse Luna is [[http:~~/~~/download.jboss.org/jbosstools/updates/stable/luna/>>url:http://download.jboss.org/jbosstools/updates/stable/luna/||shape="rect"]] . Note that only the //FreeMarker IDE// feature is required (Abridged JBoss Tools > FreeMarker IDE).**
79 +**Note: **To view ftl files with highlighting, you may want to install the //FreeMarker IDE// feature from the JBoss Tools. However, this is not necessary to work with KIELER. JBoss Tools is available in the Eclipse Market Place and via update site. The update site for stable releases is [[http:~~/~~/download.jboss.org/jbosstools/neon/stable/updates/ >>url:http://download.jboss.org/jbosstools/neon/stable/updates/||rel="nofollow" shape="rect" class="external-link"]]. Note that only the //FreeMarker IDE// feature is required (Abridged JBoss Tools > FreeMarker IDE).**
80 80  **
81 81  
82 -=== Launch the project: ===
82 +=== Build the project: ===
83 83  
84 -With the mouse over the SCT file in the project explorer, perform //Right Click > Run As > KiCo Compilation.//
84 +After the modeling is done, the project can be built. Select //Project > Build Project//. This will create a new folder //kieler-gen// with the compiled model file. Further the wrapper code is processed. After the build finished sucessfully, the ino file for the project has been updated with the new wrapper code for the model, and thus the project can be deployed to the Arduino board. The Eclipse Arduino Plugin provides an upload button for this task in the toolbar.
85 85  
86 -A launch config is created, which compiles the model to C code and creates wrapper code from the annotations in the model file. Afterwards this output is compiled and deployed to the Arduino board, by using the launch shortcut from the Arduino Plugin. If any errors occur, you can see them in the Console View.
86 +=== Simulating the model ===
87 87  
88 -For a deeper understanding of the project launch and initialization, take a look at the [[wiki page for Prom>>url:http://rtsys.informatik.uni-kiel.de/confluence/pages/viewpage.action?pageId=13762626||shape="rect"]].
88 +A simulation of models is created as part of a build inside //kieler-gen/sim/bin//. To use these simulations, first change to the Simulation Perspective, which provides new buttons in the toolbar. The executables in the //bin// folder can then be launched via //Right Click > KIELER Simulation//. The output of a running simulation can be seen in the Data Pool View.
89 89  
90 90  === Available Wrapper Code Snippets ===
91 91  
... ... @@ -161,7 +161,7 @@
161 161  unsigned
162 162  )))|(% colspan="1" %)(% colspan="1" %)
163 163  (((
164 -
164 +\\
165 165  )))|(% colspan="1" %)(% colspan="1" %)
166 166  (((
167 167  timing.ftl
... ... @@ -202,7 +202,7 @@
202 202  unsigned
203 203  )))|(% colspan="1" %)(% colspan="1" %)
204 204  (((
205 -
205 +\\
206 206  )))|(% colspan="1" %)(% colspan="1" %)
207 207  (((
208 208  timing.ftl
... ... @@ -222,7 +222,7 @@
222 222  unsigned
223 223  )))|(% colspan="1" %)(% colspan="1" %)
224 224  (((
225 -
225 +\\
226 226  )))|(% colspan="1" %)(% colspan="1" %)
227 227  (((
228 228  print.ftl
... ... @@ -241,7 +241,7 @@
241 241  string
242 242  )))|(% colspan="1" %)(% colspan="1" %)
243 243  (((
244 -
244 +\\
245 245  )))|(% colspan="1" %)(% colspan="1" %)
246 246  (((
247 247  print.ftl
... ... @@ -255,7 +255,7 @@
255 255  )))|(((
256 256  bool
257 257  )))|(((
258 -
258 +\\
259 259  )))|(((
260 260  read_and_write.ftl
261 261  )))
... ... @@ -268,7 +268,7 @@
268 268  )))|(((
269 269  bool
270 270  )))|(((
271 -
271 +\\
272 272  )))|(((
273 273  read_and_write.ftl
274 274  )))
... ... @@ -281,7 +281,7 @@
281 281  )))|(((
282 282  int
283 283  )))|(((
284 -
284 +\\
285 285  )))|(((
286 286  read_and_write.ftl
287 287  )))
... ... @@ -299,7 +299,7 @@
299 299  int
300 300  )))|(% colspan="1" %)(% colspan="1" %)
301 301  (((
302 -
302 +\\
303 303  )))|(% colspan="1" %)(% colspan="1" %)
304 304  (((
305 305  read_and_write.ftl
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -27459608
1 +32145474
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/27459608/Arduino and SCCharts
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/32145474/Arduino and SCCharts