LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

My program works on arduino MEGA well, but doesn't work on arduino UNO .. why?

The program to write digital output via boolean control, this program works on Arduino MEGA well, but on UNO, there is no output on pin 8 .. why?

0 Kudos
Message 1 of 6
(3,731 Views)

Everything looks fine to me and it should work.  What errors are you receiving?

0 Kudos
Message 2 of 6
(2,925 Views)

There is no output on pin 8.

0 Kudos
Message 3 of 6
(2,925 Views)

Are you getting any errors in LabVIEW?  What happens whenyou hightlight execution before running the VI?  (Hint:  Watch thet block diagram when you highlight execution).

0 Kudos
Message 4 of 6
(2,925 Views)

Error out of (init, set digital pin mode, and digital write) have an error

0 Kudos
Message 5 of 6
(2,925 Views)

Because the error originates from Init.vi, you are likely not getting a connection to the Arduino.  Read what the error says and google the number.  There is documentation on each error on NI's website that will give you several things to check to try and troubleshoot the issue.

0 Kudos
Message 6 of 6
(2,925 Views)