LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting Arduino library and LINX in labview - arduino

Hello,

 

We're trying to connect an ultrasonic sensor and a LCD 16x2 display, but both of their block functions are on different libraries, from what we've read it seems like it is not possible for functions on different libraries to communicate with each other. Is there a way to circumvent this issue?

0 Kudos
Message 1 of 2
(1,175 Views)

@allekhine wrote:

Hello,

 

We're trying to connect an ultrasonic sensor and a LCD 16x2 display, but both of their block functions are on different libraries, from what we've read it seems like it is not possible for functions on different libraries to communicate with each other. Is there a way to circumvent this issue?


Well you read wrong...

 

In native Arduino code there are "variables" that can be used to "send" the output of one function to the input of another.

 

In LabVIEW these are often "wires" that take the output of a VI (think of a VI as a function or subroutine) and send it to the input of another VI.

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(1,140 Views)