Advertisement
sunu

simuino FAQ

Jan 16th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. 1. I have my sketch in a file called "mysketch.pde" . How do I load and run it in Simuino ?
  2.  
  3. Answer:
  4. Start Simuino.
  5. Enter "conf" to see current configuration.
  6. Enter "conf sketch <path>/mysketch.pde" . Be sure to give the path relative to simuino directory.
  7. Enter "load" or "load 700" if you want a simulation of length 700 steps.
  8.  
  9. Now, if your sketch is without errors, you shuld be able to analyze by stepping. Enter "run" to be in Run Mode.
  10.  
  11. 2. Text [Errors -err] is displayed above the curser. What is this ?
  12.  
  13. Answer: Something went wrong when you loaded the sketch. Enter "err" to see more information in the message window.
  14. Most likely, your sketch is not compiling and/or sketch is not according to Arduino rules:
  15. - writing or reading a pin in wrong mode (INPUT/OUTPUT).
  16. - Read or write values exceeding limits
  17. etc.
  18.  
  19. http://web.simuino.com/faq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement