LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

help! facing communication problem arduino+labview

i'm sorry but i'm facing this problem...when i'm running the program,it got green arrow and nothing display at the graph...pliz help me .tq

Untitled.png

0 Kudos
Message 1 of 5
(4,324 Views)

You are currently running with Execution Highlighting enabled.  This will slow the program down and show you where data is flowing.  To disable this, click on the light bulb icon on the toolbar so that it is dim.

Also, if you are using an Arduino Uno, the default baudrate in the firmware is 115200.  The baudrate specified in LabVIEW should match.

0 Kudos
Message 2 of 5
(3,328 Views)

zack_warez wrote:

i'm sorry and thank you for your reply...i know about Execution Highlighting ...i want to show that the data flow stuck at the green arrow...i got no output ...and another question,  it is possible to use other number of baudrate for arduino Uno? sorry for asking in this section.

It is possible that because you are using the wrong baudrate it will not initialize.  Try using the default baudrate of 115200 to see if that works (without execution highlighting).  If it does not work,  you will receive an error.  Google the error and read the troubleshooting advice first.  Then, if that doesn't work, attache your code here and explain what all you have done with the Arduino.

0 Kudos
Message 3 of 5
(3,328 Views)

yesterday i tried again and it success.it could read data from the arduino...but today i tried again the problem happen again..and this message appear(below)...i used dafault baudrate 115200 and same COM connected between labciew and arduino..i used LIFA_BASE.ino program.

error.png

0 Kudos
Message 4 of 5
(3,328 Views)

Then go to device manger --> Advanced --> COM port and verify whether baud rate is also 115200 or not?

zack_warez wrote:

i'm sorry but i'm facing this problem...when i'm running the program,it got green arrow and nothing display at the graph...pliz help me .tq

Untitled.png

zack_warez wrote:

i'm sorry but i'm facing this problem...when i'm running the program,it got green arrow and nothing display at the graph...pliz help me .tq

Untitled.png

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 5
(3,328 Views)