Jump to content

Ravinath

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by Ravinath

  1. hye.can anyone help me on how to apply OR condition by using structures(without using logic gates) in labview? Iam having two outputs LED1 and LED2 with one input button.When i press the button i want the LED 1 turns ON and LED2 OFF and also vice versa.thanks.

    LED1 LED2 

    1          0

    0          1

  2. 7 hours ago, JKSH said:

     

     

    Please understand: All of this is a lot of work! It can take several days of full-time work to finish. It is not reasonable to expect people on this forum to do your work for free.

    Someone needs to read through the data sheets. They might need to reverse-engineer the Cyton G15 shield hardware and/or code. Then, they need to make wires between the myRIO and the GD02, and make wires between the GD02 and the servo. They also need to write software for the myRIO to communicate with the GD02. Finally, they need to test everything.

    You should either hire someone to teach you how to do all of this, or hire someone to do it for you.

    anyway thanks sir.i will try my best

  3. On 2/27/2018 at 4:46 PM, ensegre said:

    Right click -> Visible Items -> Radix

    Left click on d -> Hex

    hye. if i want to create serial communication in labview to turn on the g15 cube servo is the below construction is correct? im using GD02 rev2.0 driver for the servo.

    G15 Driver.pngScreenshot 2018-03-03 17.29.28.png

  4. On 2/9/2018 at 3:26 AM, crossrulz said:

    You need to be A LOT more specific.  I have seen at least 5 different definitions of "hex".  Do you have an example of your data coming in and what you expect out?  Doing this with a VI whose controls and indicators have set default values is by far the best way.

    hye.actually i need to insert the following hex instruction packet as an input of the uart tx. can you help on this.thanks

    Screenshot 2018-02-26 14.55.24.png

  5. On 1/18/2018 at 1:49 AM, Jordan Kuehn said:

    Have you tried using the UART lines on the myRIO in conjunction with the express vi?

    If that doesn't work (it should) you could attempt to install linux drivers for a USB to Serial converter on the myRIO. Good luck though.

     

    On 2/2/2018 at 4:24 AM, infinitenothing said:

    Have you tried the express VI? It looks like you don't need a shifter.

     

    hye i have the arduino coding to run the servo motor.can you know how to convert it into the labview software?thanks

    Screenshot 2018-02-11 19.18.29.png

  6. 10 hours ago, crossrulz said:

    You need to be A LOT more specific.  I have seen at least 5 different definitions of "hex".  Do you have an example of your data coming in and what you expect out?  Doing this with a VI whose controls and indicators have set default values is by far the best way.

    hye. Is the below block diagram is correct? if correct means why i cannot construct it in labview?

    Screenshot 2018-02-09 14.13.40.pngScreenshot 2018-02-09 14.17.53.png

  7. On 1/18/2018 at 1:49 AM, Jordan Kuehn said:

    Have you tried using the UART lines on the myRIO in conjunction with the express vi?

    If that doesn't work (it should) you could attempt to install linux drivers for a USB to Serial converter on the myRIO. Good luck though.

     

    UART means to connect the Tx and Rx.but how about the control pin?can you get me any examples to create the vi in labview?thanks

  8. 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:

    G15 Driver.png

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.