Now with also timer function - comes with new MX3 CPU
How do i... ?
-execute program
1)Press the red button
2)Connect the card reader
3)Put a programm card on the reader the black side down
4)Executing!
5)If the programm needs any more hardware (OUT test for example), inconnect the card reader (the programm is loaded into the CPU's memory, so it doesn't matter) and then connect the additional hardware (LED module for example)
6) If you don't want to execute it anymore, press the red button while program ends. if it's infiniter, reload the scene.
-visit ahon network
1) Press the red button
2) Connect the AHON module
3) When you don't want to see it, press the red button again and drag out the module
-programm it
1) Copy the program card
2) Label it Hello World or My First program or something
3) Erase the content of the black side
4) Select the appearance menu of the black side and write into the text:
[[["CLR"], ["WRT", "Something you want to show on the screen"], ["TIM", 10], ["END"]]]
Note: The programm must be in Algodoo Array syntax, so be sure it ends withe three brackets and ends with three brackets. it also must to end with END and start with CLR
Here is a full list of commands:
["CLR"] - Clears the screen
["WRT", "Hello world!"] - Writes Hello World! on the screen
["RES"] - Resets the CPU
["TIM", 10] - Waits 10 seconds
["THM", some thyme script here] - executes the thyme here (untested yet)
["OUT", 1] - Makes an output for the output (LED) module. The 1 means light up, the 0 means black.
["GO", 1] - goes to the command number 0
["B1", 2, 1] - if the green button is pressed, it goes to the command num. 2, if not, it goes to 1
["B2", 2, 1] - same as B1, but it's for the red button
Note: Algodoo counts in arrays from zero, so the first command is 0, the second is 1, the 20 is 19...
I hope this helped a lot. Please make some programmed cards and upload them, please. It could be awesome or just any shit you tried first time, but upload something
Enjoy!
