LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

GUI for DS18B20 sensor and Atlas Scientific pH circuit

Hello, I am trying to create a GUI to monitor temperature and pH from the DS18B20 temperature probe and the Atlas scientific pH stamp circuit(http://www.atlas-scientific.com/product_pages/embedded/ph.html) which are both connected to my Arduino UNO. Does anyone know where I can find a vi which I can put in LIFA for both of these sensors?

0 Kudos
Message 1 of 3
(4,855 Views)

There have been two long discussions about using Atlas-Scientific sensors.

Here and here.  I am not entirely sure if Andrea got it working or not though.  If I recall correctly, my best suggestion was to use serial communication via a debugger directly with LabVIEW (using VISA).  Multiple sensors were needed in that application which implemented a couple serial multiplexers (also available from Atlas-Scientific).

0 Kudos
Message 2 of 3
(3,669 Views)

Ok thanks. I'll check them out. with respect to the DS18B20 Temperature probe though, I would be glad to recieve any help with it. I created a GUI for it in labview but was getting an error in my visa block when I ran the code. This is my code:

temperature_continuous_read.PNG

Before running this code I uploaded the LIFA base code and my DS18B20 was connected to digital pin 2

0 Kudos
Message 3 of 3
(3,669 Views)