Last modified by cmot on 2023/09/11 16:16

From version 10.1
edited by cmot
on 2014/06/10 10:24
Change comment: There is no comment for this version
To version 12.1
edited by cmot
on 2014/06/10 14:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,6 +13,21 @@
13 13  
14 14  
15 15  
16 +== Quick Start Guide ==
17 +
18 +1. Download KIELER RCA from [[http:~~/~~/rtsys.informatik.uni-kiel.de/~~~~kieler/files/nightly/kieler/>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/files/nightly/kieler/||shape="rect"]] extract it to some location x on your hard drive
19 +1. Download the [[KielerCompilerConsole>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KielerCompiler.jar?at=1c807c15f863b699d96d97038501663608d0f2bf&raw||shape="rect"]] as a runnable Java JAR archive and save it to some location y on your hard drive
20 +1. Open console window and change directory to location x, then type:
21 +
22 +
23 +{{{kieler -application de.cau.cs.kieler.kico.web.server -noExit -p 5555}}}
24 +1. Change directory to location y, then type:
25 +
26 +
27 +{{{java -jar KielerCompiler.jar 5555 -f somescchart.sct -o somesschart.c CODEGENERATION}}}(((
28 +where somescchart.sct must be a valid SCChart modeled with the KIELER SCCharts editor. You should find the generated c code in the file somsschart.c. Be sure that somescchart.sct is also located in directory y (or give the full path in "...").
29 +)))
30 +
16 16  == Enable the TCP Server ==
17 17  
18 18  Before you can use the KielerCompiler.jar from the console, you need to start the KIELER RCA and activate the TCP Server. This is done using the button at 1. shown in the screenshot below. When pressing it the windows shown at 2. is displayed and allows to enable or disable the server and also to modify the default port of 5555. Whenever the server was enabled and is started, you will see its job running at 3. in the lower region of the KIELER RCA. When you enabled the server in previous runs of the KIELER RCA it will automatically started when you run KIELER again.
... ... @@ -23,9 +23,9 @@
23 23  
24 24  Alternatively (after you configured the port) you can start the KiCo TCP Server via command line:
25 25  
26 -{{{kieler -application de.cau.cs.kieler.kico.web.server -noExit}}}
41 +{{{kieler -application de.cau.cs.kieler.kico.web.server -noExit [-p <port>]}}}
27 27  
28 -This will start a background process with the KIELER Compiler TCP Server.
43 +This will start a background process with the KIELER Compiler TCP Server. Optionally you can specify a (new) listening port for the TCP server using "-p <port>" or  "–port <port>",e.g. "-p 5555".
29 29  
30 30  == Using the KielerCompiler from Console ==
31 31  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470934
1 +9470938
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470934/KIELER Compiler Console
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470938/KIELER Compiler Console