Basic Stamp Labview (Sensirion SHT11 Sensor Module (#28018))
CoOlFrOsT
Posts: 8
Hi, I am currently trying create a connection between BS2 with Labview. At the same time, using labview to construct a graph from the data gathered from the above mention sensor.
Must I create a digital to analogue circuit before both Labview and BS2 can talk to one another?
Please advice
Must I create a digital to analogue circuit before both Labview and BS2 can talk to one another?
Please advice
Comments
The module you are using will work with a BASIC Stamp natively, so you could take measurements from that sensor and then send that data via PIN 16 (serial port) to the PC. At that point, you would just have to program LabVIEW to receive the data and display it how you desire.
Have you got the sensor working in the terminal window of the BASIC Stamp editor?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
Meaning I have to open both BASIC Stamp editor and Labview concurrently before I'm able to let Labview receive the data and display it?
Once you have the BASIC Stamp programmed, it doesn't need to be connected to the PC to operate;·so you will not need both the BASIC Stamp editor and LabVIEW running. Depending on the information you want to·track in LabVIEW will determine variables need sent. For example, if you wanted to monitor temp, you would send the temp variable to the serial port, which would go to the PC running LabVIEW. From there you will have to have LabVIEW configured to receive that information and display it.
If you would like help on programming LabVIEW you can ask on the forums, but that is one program we don’t have here at Parallax; or look online for some tutorials.
I hope this helps,
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Respectfully,
Joshua Donelson
www.parallax.com
Thanks alot for your help