LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wt3000

hi!

i have to read numeric data from the yokogawa wt3000 via labview.

reading value is no problem, but i became with my program the values from the wt3000 delayed.

i choose 500ms update rate for my measurement.

thank you!

 

 

 

0 Kudos
Message 1 of 15
(3,172 Views)

I am really unsure what you are asking. Could you provide some details? Attaching your code would help.

0 Kudos
Message 2 of 15
(3,152 Views)

that's my code

 

0 Kudos
Message 3 of 15
(3,141 Views)

the front panel of the program

0 Kudos
Message 4 of 15
(3,137 Views)

You have not posted any code and you have not posted any details on what the actual problem is.

0 Kudos
Message 5 of 15
(3,127 Views)

i chose for my while loop a time of 100 ms, but in truth the while loop takes more than 100ms.

i want to read the data from yokogawa in real-time, without delay.

thank you for your replay, and sorry for my bad english

 

 

0 Kudos
Message 6 of 15
(3,122 Views)

The wait (ms) timers you are using specify a minimum time of 100 ms, not a loop time of 100ms.

Tom L.
0 Kudos
Message 7 of 15
(3,118 Views)

It the instrument is taking longer than 100ms, a msec wait is not going to force it to run faster. You've programmed it for an update rate of 500ms. Is that the fastest it can be set? If so, you have an instrument limitation. Read the manual.

 

Mentioning "real-time" and "without delay" is meaningless. If 500 msec is the sample rate you have set if for and that is how fast you are acquiring, that in fact is without delay and as real-time as you can get.

 

 

0 Kudos
Message 8 of 15
(3,117 Views)

hi!

thank you for your replay.

for the update rate of yokogawa WT3000  i can choose between: 

<Time> = 50, 100, 250, 500 (ms), 1, 2, 5, 10, or
20 (s)
for example, when i take 500ms update rate the wt3000 update the data each 500ms.

that's not the problem,  the problem is, when i run my labview programm, the time for one while loop takes more than 500ms, it takes 800ms.

so i get the data from the WT3000 delayed.

i hope you know what i mean.

thank you!

0 Kudos
Message 9 of 15
(3,099 Views)

Well, you still have not posted any code. Be sure to include subVIs.

0 Kudos
Message 10 of 15
(3,085 Views)