LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

one wire driver

Solved!
Go to solution

Hello,

 

I need the driver of one wire to DS18B20 temperature sensor for labview 2013, I tried to install it using the VI Package Manager but it doesn't work, I think it is because that the driver is in the VI Package Manager is compatible with labview 2012.

 

0 Kudos
Message 1 of 15
(5,035 Views)

Have you check the VI Server settings as mentionned in the dialog message?

0 Kudos
Message 2 of 15
(5,006 Views)

thank you for the answer, but how can I check the VI Server settings as mentionned in the dialog message?

0 Kudos
Message 3 of 15
(4,994 Views)
Solution
Accepted by topic author anouardz

In LabVIEW go under "Tools"->"Options..." and select VI Server, see in image below. What the dialog says is that you need to have the "localhost" in "Exported VI".

 

VIServerSettings.png

VIServerSettings2.png

Message 4 of 15
(4,980 Views)

thank you very much, it works very well. but I thought that when I installe this driver, it is added to the Arduino library that I can use with Arduino and DS18B20, as what is given at the end of this video !!! https://www.youtube.com/watch?v=SM_c0cN-Kgs&feature=player_embedded  

0 Kudos
Message 5 of 15
(4,967 Views)
You need to be looking for an arduino sketch if you need code to ruin on the arduino.
0 Kudos
Message 6 of 15
(4,951 Views)

but after installing one wire from the VI Package Manager I found nothing new thing in arduino (figure below) I checked : low level, sensors, utility, examples. and I searched on the internet the driver of one wire (DS18B20) to Arduino and i found nothing.

0 Kudos
Message 7 of 15
(4,941 Views)
The VI you installed has nothing to do with the arduino. It is for connecting the pc to a one wire device.
0 Kudos
Message 8 of 15
(4,921 Views)

But if I want to use Arduino + DS18B20 + labview there is a solution?

0 Kudos
Message 9 of 15
(4,907 Views)
Presumably, but you have to find some arduino code to interface to the device add I have already said. Once you have done that, then the arduino will send the readings to the pc and you can read them with LabVIEW and the VISA serial port functions. This board is NOT for helping with the arduino c functions. For that, you need to post to s board specific to arduino.
0 Kudos
Message 10 of 15
(4,897 Views)