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

Summary

Details

Page properties
Content
... ... @@ -156,26 +156,16 @@
156 156  
157 157  == Introducing the KLOTS Editor ==
158 158  
159 -{{section}}
160 -{{column width="90%"}}
159 +
161 161  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}}
163 163  
164 -{{column width="10%"}}
165 165  [[image:attach:buttons_all.png]]
166 -{{/column}}
167 -{{/section}}
168 168  
169 -{{section}}
170 -{{column width="90%"}}
171 171  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}}
173 173  
174 -{{column width="10%"}}
175 175  [[image:attach:buttons_build.png]]
176 -{{/column}}
177 -{{/section}}
178 178  
168 +
179 179  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
180 180  
181 181  |(((
... ... @@ -195,36 +195,18 @@
195 195  
196 196  (% class="confluence-link" %)[[image:url:http://trac.rtsys.informatik.uni-kiel.de/trac/kieler/raw-attachment/wiki/Projects/KLOTS/build_program_output.png]]
197 197  
198 -{{section}}
199 -{{column width="90%"}}
200 200  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}}
202 202  
203 -{{column width="10%"}}
204 204  [[image:attach:buttons_download.png]]
205 -{{/column}}
206 -{{/section}}
207 207  
208 -{{section}}
209 -{{column width="90%"}}
210 210  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.
211 211  **Remember to do the connection selection always on the NXT site first, since doing otherwise can trigger connection abort!**
212 -{{/column}}
213 213  
214 -{{column width="10%"}}
215 215  [[image:attach:buttons_run.png]]
216 -{{/column}}
217 -{{/section}}
218 218  
219 -{{section}}
220 -{{column width="90%"}}
221 221  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}}
223 223  
224 -{{column width="10%"}}
225 225  [[image:attach:buttons_console.png]]
226 -{{/column}}
227 -{{/section}}
228 228  
229 229  (% 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]]
230 230