Hunarobocompilerguidebook PDF
Hunarobocompilerguidebook PDF
Hunarobocompilerguidebook PDF
2┃www.robotsrc.com
DRIVER
Double Click
Double Click
HunaRoBo COMPILER┃3
DRIVER
C. When connecting USB DOWNLOAD Cable, the USB Drive will be installed automatically.
4┃www.robotsrc.com
.NET Framewrk
Double Click
HunaRoBo COMPILER┃5
SETUP
Double Click
6┃www.robotsrc.com
MAIN
HunaRoBo COMPILER┃7
INPUT
8┃www.robotsrc.com
INPUT
1. 1.Double click on the ‘remote control’ at INPUT window. Click UP(▲) button of upper side.
2. If one double-clicks on the ‘DC Motor1’ icon at OUTPUT window, you will be able
to see the picture like below.
HunaRoBo COMPILER┃9
INPUT
3. When using ‘remote control’ program, one should always input the “KEY OFF” state.
#TIP:
You can copy,cut and paste identical input sensor and identical output board.
Let’s try to copy and paste it in any place you want. Because it will take too time for you to make the
same sensor and the same output board continuously. (Copy: Crtl +C, Cut: Ctrl +X, Paste: Ctrl+V>
10┃www.robotsrc.com
INPUT
HunaRoBo COMPILER┃11
INPUT
If IR sensor of IN#2 doesn’t receive a signal in situations when Mic sensor of IN#1 have already
received signal, LED of OUT#1 turns off.
IR sensor that is connected to IN #2 on the upper action judges the input signal only in situations
where Mic sensor connected to IN#1 receive signal.
This way of multiple selections are similar to example 1.
12┃www.robotsrc.com
OUTPUT
<LED>
<Buzzer>
B. DC Motor
You can control DC Motor. You can use DC Motor 1 in HunaRobo Level 2, 3.
Optional Motor : Left Motor, Right Motor, Both Motors.
Optional Action: Forward, Backward, Stop
Optional Speed: 0~10< It is set basically at speeds of 10 level, the interval of speed is 1>
HunaRoBo COMPILER┃13
OUTPUT
C. Servo Motor
Optional port : OUT#1~OUT#8 can be selected, it can be selected multiple times.
Optional degree: It can be modified by -90degree~ 90degree angle with a 1 degree interval.
<Servo>
D. Motor Board
Optional port : OUT#1~OUT#8 can be selected, it can be selected multiple times.
Optional speed: 0~10 < It is set basically at speeds of 10 level, the interval of speed is 1>
<Motor Board>
14┃www.robotsrc.com
OUTPUT
-90degrees
0degrees
90degrees
HunaRoBo COMPILER┃15
FLOW
A. Delay
The actions which are already functioning before using function of “Delay” are restored during the time you set.
It can set up at intervals of 0.5seconds within 0 Sec ~10 Seconds.
<Delay>
B. Repeat
This key’s function is to repeat the same action following the number of “Repeat Count”.
Repeat Count can be selected between 1~100.
<Repeat>
C. Stop
In case you press the “STOP” button, It will turn every
program into start-up status and finish the programs.
16┃www.robotsrc.com
FLOW
D. Example
The wrong example The wrong example
When you create a program where the LED connected to OUT#1 turns on and off for a second,
the mistake may in most cases look like the example as illustrated.
The first mistake may be when LED is turned on, give “Delay” function. The second is when,not
giving “Delay”function.
If you have a try to download a program like left picture, the LED will turn on continuously.
The good example
There is one more mistake you can make.
Even if you insert “Delay” function suitably like
upper side, when the “Repeat” function is completed,
if you don’t insert “Stop” function, it continues infinitively,
so LED also flicker infinitely.
HunaRoBo COMPILER┃17
DOWNLOAD
DOWNLOAD
After the program has been completed, have a look at the way it should be downloaded.
If you click on the ‘Download’ icon on the upper side menu bar, the following window will appear.
18┃www.robotsrc.com