Page 4 of 4

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Thu Apr 27, 2017 4:04 pm
by yewys
Hi,

I tried to extract a new arduino ide file and using it i can move my motor FINALLY! i think my libraries in the old ide folder is messed up already, which may be cause of all these problems before.
Okay, so now i can play around with arduino. Other than arduino, do you know on how to program the g15 servo in labview so that they (motors) can understand and follow the commands?

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Thu Apr 27, 2017 4:53 pm
by yonghui
Glad to hear that you successfully solve the problem with the library. Congratulations!

. Other than arduino, do you know on how to program the g15 servo in labview so that they (motors) can understand and follow the commands?


can you try to find if Labview can send commands using Serial interface? if can then u can just send out the angles that u want to Arduino through the USB-UART virtual Serial COM. Then let Arduino process and set the angle and command G15 to move the desired position.

LABView-->virtual Serial com-->Arduino-->G15-Shield-->G15 Cube Servo.

arduino itself will emulate as virtual serial com when you connect it to computer.

maybe you try watch this video.
https://www.youtube.com/watch?v=P1NSdbzkNR4
https://www.youtube.com/watch?v=VpxBTtvCklo
not sure it will be helpful to you or not.

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Thu Apr 27, 2017 5:07 pm
by yewys
Hi yonghui & A380,

yonghui, thanks for your link.

Thank you guys for helping me up till now. Appreciate that, will ask question if i'm facing any in the future. :lol: :lol:

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Thu Dec 21, 2017 1:51 am
by Ravinath
yonghui WROTE:Glad to hear that you successfully solve the problem with the library. Congratulations!

. Other than arduino, do you know on how to program the g15 servo in labview so that they (motors) can understand and follow the commands?


can you try to find if Labview can send commands using Serial interface? if can then u can just send out the angles that u want to Arduino through the USB-UART virtual Serial COM. Then let Arduino process and set the angle and command G15 to move the desired position.

LABView-->virtual Serial com-->Arduino-->G15-Shield-->G15 Cube Servo.

arduino itself will emulate as virtual serial com when you connect it to computer.

maybe you try watch this video.
https://www.youtube.com/watch?v=P1NSdbzkNR4
https://www.youtube.com/watch?v=VpxBTtvCklo
not sure it will be helpful to you or not.


hye..is it possible to run the g15 motor only with myrio without using arduino??

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Thu Dec 21, 2017 1:55 am
by Ravinath
yewys WROTE:Hi,

I've tried to run the servo motors using arduino shield and it works! But how come it doesn't work when using GD-02 driver? I've even bought a new GD-02 Rev2.0 to test but still the same, motors don't move :(
May someone teach me on how to write coding referring to the g15 source code, please?


hye for gd02 rev2.0 the connections for rx and tx are different. u have to connect the rx of arduino to tx of driver and tx of arduino to rx of driver.

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Mon Mar 05, 2018 10:23 pm
by Ravinath
Ravinath WROTE:
yewys WROTE:Hi,

I've tried to run the servo motors using arduino shield and it works! But how come it doesn't work when using GD-02 driver? I've even bought a new GD-02 Rev2.0 to test but still the same, motors don't move :(
May someone teach me on how to write coding referring to the g15 source code, please?


hye can you help me how to run the g15 servo with shield?thanks

Re: G15 : Error 'E00' in hex or '3584' in decimal

PostPosted: Tue Mar 06, 2018 9:24 am
by Idris
Hi Ravinath,

Ravinath WROTE:hye can you help me how to run the g15 servo with shield?thanks

You can refer to GETTING STARTED WITH CYTRON G15 SHIELD (REV 2.0) tutorial. Hope this helps.

Thanks.