From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending data from LabView to Raspberry Pi

I want to send data (analogue values) from LabView to raspberry pi. How can I achieve this?

0 Kudos
Message 1 of 5
(1,269 Views)

TCP/IP or RS-232 are the common ways.  Then is becomes a question of how to format your data over the bus.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 5
(1,243 Views)

@new_user197 wrote:

I want to send data (analogue values) from LabView to raspberry pi. How can I achieve this?


First, please define your use of the term "analog values". Anything over TCP/IP, serial, etc. MUST be digitized first!.

 

True "analog" data can be received by using analog IO hardware, i.e. you would create a voltage in LabVIEW using a D/A converter  and read it using a A/D converter on the other side.)

 

0 Kudos
Message 3 of 5
(1,205 Views)

By analog values, I mean any numeric values like 24.4 etc.

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

Thanks for updating the definition. It is important to uses language that is not ambiguous. 😄

0 Kudos
Message 5 of 5
(1,177 Views)