From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using analog pins as digital pin in Arduino Labview Linx

Hello

 

I am doing my bachelor thesis and I need to use the analog pins as digitial pin in Arduino nano by Labview Linx  but it doesnt work. Can somebody  helb me to solve this problem ??

In the webpage of Arduino stand it is doable to use the analog pins as digitial pin in Arduino nano but it doesnt work by Labview 

 

Please help me 

0 Kudos
Message 1 of 2
(759 Views)

Well the first thing that comes to my mind is you can only use the analog inputs as digital INPUTS.

 

I think from a programming aspect you would still have to treat them as reading an analog value but say if it's over 4.5 volts it is a 1 or High and if it ls lower than say 0.5 volts it is a 0 or Low.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(754 Views)