<
From version < 6.1 >
edited by cmot
on 2014/06/26 13:41
To version < 9.1 >
edited by cmot
on 2014/07/16 13:18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  (% class="confluence-link" %)
2 -[[image:attach:klighd.png]]
2 +[[image:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9471221/klighd.png?version=1&modificationDate=1403781377000&api=v2||class="confluence-link"]]
3 3  
4 4  The KIELER KLighD Console Diagram Renderer is a pure Java program that together with a KIELER RCA allows to call the KIELER KLighD Rendering for model diagrams from the console. For using the KIELER Console Rendering you need to
5 5  
... ... @@ -14,8 +14,18 @@
14 14  
15 15  
16 16  
17 -== Quick Start Guide ==
17 +== Quick Start Guide (Online Rendering) ==
18 18  
19 +1. Download [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternative download>>attach:KLighD.jar]]) as a runnable Java JAR archive and save it to some location y on your hard drive
20 +1. Change directory to location y, then type:
21 +
22 +
23 +{{{java -jar KLighD.jar render.sccharts.com -f somescchart.sct -o somescchart.c CORE}}}(((
24 +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 "...").
25 +)))
26 +
27 +== Quick Start Guide (Local Rendering) ==
28 +
19 19  1. Download KIELER RCA from [[http:~~/~~/rtsys.informatik.uni-kiel.de/~~~~kieler/files/nightly/kieler/>>url:http://rtsys.informatik.uni-kiel.de/%7Ekieler/files/nightly/kieler/||shape="rect"]] extract it to some location x on your hard drive
20 20  1. Download [[KLighD>>url:http://git.rtsys.informatik.uni-kiel.de:7990/projects/KIELER/repos/semantics/browse/standalone/KLighD.jar||shape="rect"]] ([[alternative download>>attach:KLighD.jar]]) as a runnable Java JAR archive and save it to some location y on your hard drive
21 21  1. Open console window and change directory to location x, then type:
... ... @@ -31,7 +31,7 @@
31 31  
32 32  
33 33  
34 -== Enable the HTTP Server ==
44 +== Enable the KLighD HTTP Server ==
35 35  
36 36  Before you can use KLighD.jar from the console, you need to start the KIELER RCA and activate the KLighD HTTP 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 4444. 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.
37 37  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471305
1 +9471564
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471305/KIELER KLighD Console Diagram Rendering
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471564/KIELER KLighD Console Diagram Rendering