LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Temperature reading using Precon HS-2000D Labview driver

I am using HD-2000D, a temperature sensor, which has a driver of labview at https://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=FC44CBF2433665BFE0340003BA7CC...
But when I plug in, it shows nothing.  I have tried all the visa source name.
Do I need to set up anything?
 
Here is the data sheet of the sensor.
0 Kudos
Message 1 of 4
(2,972 Views)
I had a look at the driver and spec sheet. The device is line powered and I don't see anything in the driver to to bring the RTS line high. You can do this with a VISA property node. Right click on it and select Properties>Modem Line Settings>RTS State. Right click again and select Change to Read. You can then right click on the node and select Create Constant or Create Control. This will be an enum and you can select Unknown, Asserted, or Unasserted. According to the data sheet, you want the RTS line to provide a positive voltage only when you want to take a reading. Double check the wiring to the sensor and make sure you've connected everything correctly. Pin 1 should be connected to the TD line of the pc's serial port (pin 3), pin 2 to the RTS line (pin 7), and pin 3 to the RD line (pin 2). The data sheet also says that it comes with a utility program. Have you run that to see if you can get data?
Message 2 of 4
(2,961 Views)

hmm..

The software that they provided shows nothing either.

Maybe something wrong with the connection.

0 Kudos
Message 3 of 4
(2,956 Views)

You could try doing a loop back test and see if that is possible. I would also like to know if you have tried a simple example in LabVIEW, like the example provided by the driver. Please let me know how you are doing and if you are able to try these steps.

 


Regards
Krista S.
Applications Engineering
National Instruments
0 Kudos
Message 4 of 4
(2,916 Views)