Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i connect a sth11 to labview

im a student at a university and for my project i have to build a temp and humidity sensor,and it has to be monitored by labiew.
i used a sht11 sensor from sensirion and a pic16f73 .
but im having trouble with labiew,im just learning the software.
can anyone help me how do i connect the pic to labview and what vi do i have to use?
0 Kudos
Message 1 of 4
(3,608 Views)
Ok, so what hardware interface do you intend to use? You mentioned that you have a pic controller, but how are you going to interface to the computer? Will you be using a data acquisition (DAQ) device, or are you going to communicate via a serial port, or what?
-Alan A.
0 Kudos
Message 2 of 4
(3,599 Views)
im gonna use the DAQ device model 6221 i have to interface it with the computer and it has to log evey temp and humidity evry hour,and if temp goes to muvch i have to be able to set a buzzer (it has to be controlled by a remote pc)
0 Kudos
Message 3 of 4
(3,596 Views)
You will need to use the NI-DAQmx driver to program your board in LabVIEW. There are bunches of great examples that install into LabVIEW when NI-DAQ is installed. If you need to get NI-DAQ, it can be downloaded (free) from the site linked below. To get to the examples in LabVIEW, goto Help>>Find Examples. Navigate to Hardware Input and Output>>DAQmx.

NI DAQ Driver
http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C128D?opendocument&node=132060_US

-Alan A.
0 Kudos
Message 4 of 4
(3,586 Views)