01-16-2018 09:06 PM
Hye.Im trying to connect GD02Rev2.0 (driver for the g15 cube servo) with myRio. I have to connect the Rx Tx and Control pin of the driver to the myRio to run the motor. It seems like i have to create serial communication in labview.Can anyone help me on this.thanks.The driver looks like below:
01-17-2018 12:51 AM
Hi ravinath,
It seems like i have to create serial communication in labview.
Yes, you need to.
Keep in mind your motor driver works with (LV)TTL levels on the logic lines, so you CANNOT connect to a standard RS232 port! You need to use a level shifter - or GPIO lines from your myRIO…
01-19-2018 04:31 AM
thank you for your reply.so how to create the functional blocks in labview for the serial communication?any examples please
01-19-2018 04:45 AM
Hi ravinath,
use the example VIs coming with LabVIEW!
(Maybe there is also a special example for the myRIO, can't check that as I don't have the myRIO package installed.)
As said before: you will need some additional hardware to communicate with your motor driver…