LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Separar datos recibidos por Arduino enviados desde Proteus a Labview

Buena tarde amigos, estoy trabajando en un proyecto en dónde debo leer varias variables con diferentes sensores, leerlos con un Arduino Uno desde Proteus y enviarlos por Puerto Serial a Labview, hasta allí todo bien, el problema es que cuándo quiero separar las diferentes lecturas en gráficas e indicadores diferentes, uno para cada sensor, no me es posible y me muestra todas las lecturas de manera simultanea.

 

cdmejiaam_0-1636662525526.png

 

cdmejiaam_1-1636662578241.png

 

Espero que me puedan ayudar

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

In the communication protocol between the Arduino and the computer, you need to identify if the value is pressure, temperature, humidity, etc. In LabVIEW, you then receive the serial communication and can deduce which value belongs to which physical property by inverting the protocol.

 

I did not understand: Are you programming the Arduino yourself and can you change the protocol to your needs? Or do you already have a fixed protocol to work with? Either way: The first step is to get the protocol. You can show us if you like.

 

As a side note: I think you may find something useful for your project in this presentation: https://labviewwiki.org/wiki/VIWeek_2020/Proper_way_to_communicate_over_serial

 

 

 

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