Humidiprobe (labVIEW VI) Hprobe.vi

Post any questions you may have about our current range of USB data loggers
Post Reply
mcsean2163
Newbie
Posts: 0
Joined: Fri Dec 03, 2010 3:33 pm

Humidiprobe (labVIEW VI) Hprobe.vi

Post by mcsean2163 »

Hi,

I want to use the humidiprobe to take temperature measurements during a test process.

When I run the vi with trace enabled, it functions as follows:

The dll runs the function HumidiProbeOpenUnit

This outputs an integer value of 5. The default case is selected.

The temp and humidity is measured. When the switch is closed the function HumidiProbeCloseUnit function executes and the vi exits.

However, I have found that in order to run the vi without trace enabled it has been necessary to insert a .4s delay and loop the vi twice. Should the be a delay between opening the humidiprobe and taking a measurement? Why is this happening?

Chris
Site Admin
Site Admin
Posts: 169
Joined: Tue Aug 17, 2010 9:00 am
Location: St. Neots

Re: Humidiprobe (labVIEW VI) Hprobe.vi

Post by Chris »

I can run the code without tracing into the Block Diagram, and it runs without any problems.

I'm using LabView Version 10.


If you create your own project, do you still get these issues?

Post Reply