<
From version < 27.1
edited by Richard Kreissig
on 2023/09/14 10:54
To version < 26.1 >
edited by Richard Kreissig
on 2023/09/14 10:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -156,16 +156,26 @@
156 156  
157 157  == Introducing the KLOTS Editor ==
158 158  
159 -
159 +{{section}}
160 +{{column width="90%"}}
160 160  When the KLOTS perspective is activated, Embedded Java files //(.java)// will be automatically associated with the //KLOTS Editor//. To open an Embedded Java file simply double-click on it. The KLOTS Editor offers the full functionality of the //standard Eclipse Java Editor// as well as means to build, download and execute Embedded Java programs on the NXT brick. The easiest way to check if a file is displayed in the KLOTS Editor is to look at the editor's toolbar. There should be four new buttons.
162 +{{/column}}
161 161  
164 +{{column width="10%"}}
162 162  [[image:attach:buttons_all.png]]
166 +{{/column}}
167 +{{/section}}
163 163  
169 +{{section}}
170 +{{column width="90%"}}
164 164  You can now write your code in the corresponding section and click on the **Build Embedded Java Program** button. Your program will then be build and linked with the leJOS NXJ library. An executable file named //<your_program's_name>.nxj// should appear in the project's //bin// folder.
172 +{{/column}}
165 165  
174 +{{column width="10%"}}
166 166  [[image:attach:buttons_build.png]]
176 +{{/column}}
177 +{{/section}}
167 167  
168 -
169 169  Sometimes, while running your program on the NXT brick, you may get a "blue screen", i.e. the brick plays an error tune and a message like
170 170  
171 171  |(((
... ... @@ -185,18 +185,36 @@
185 185  
186 186  (% class="confluence-link" %)[[image:url:http://trac.rtsys.informatik.uni-kiel.de/trac/kieler/raw-attachment/wiki/Projects/KLOTS/build_program_output.png]]
187 187  
198 +{{section}}
199 +{{column width="90%"}}
188 188  By clicking on the **Download Embedded Java Program to NXT** button the executable file will be downloaded to your NXT brick. The file will then appear in the //Files// submenu on the brick. Note that for the downloading process the NXT should be turned on and connected to the computer via USB. (You can also download programs via Bluetooth.)
201 +{{/column}}
189 189  
203 +{{column width="10%"}}
190 190  [[image:attach:buttons_download.png]]
205 +{{/column}}
206 +{{/section}}
191 191  
208 +{{section}}
209 +{{column width="90%"}}
192 192  To run the program on your NXT brick, in case the program uses the //remote print// option and you want to enable remote printing, you should click on the **Run Embedded Java Program on NXT** button. The program will then be started on the NXT and you should specify **on the brick** whether or not you want to enable remote printing and the protocol for the connection with the computer (USB or Bluetooth). Then you should make the corresponding selection in KLOTS.
193 193  **Remember to do the connection selection always on the NXT site first, since doing otherwise can trigger connection abort!**
212 +{{/column}}
194 194  
214 +{{column width="10%"}}
195 195  [[image:attach:buttons_run.png]]
216 +{{/column}}
217 +{{/section}}
196 196  
219 +{{section}}
220 +{{column width="90%"}}
197 197  The remote prints will be then displayed on the //KLOTS Console// on the right site of the KLOTS Perspective. You can temporary disable the remote printing by clicking on the **Disable Console** button. You can then enable remote printing at any time by simply clicking on that button again.
222 +{{/column}}
198 198  
224 +{{column width="10%"}}
199 199  [[image:attach:buttons_console.png]]
226 +{{/column}}
227 +{{/section}}
200 200  
201 201  (% class="confluence-link" %)[[image:url:http://trac.rtsys.informatik.uni-kiel.de/trac/kieler/raw-attachment/wiki/Projects/KLOTS/new_embedded_java_file_example_console1.png]][[image:url:http://trac.rtsys.informatik.uni-kiel.de/trac/kieler/raw-attachment/wiki/Projects/KLOTS/new_embedded_java_file_example_console2.png]]
202 202