LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wait ms sec with out daylight time problem and suppress jitter

How tu use a good wai ms?? One solution is to use the Wait (ms) but it's result in a time jitter. We can use wait until next ms but the same problem will occured. Tick count give a realy bad result after aproximately 49 Days. The other solution sugested by NI give bad result with Daylight or any change in sustem time of the computer.
 
So I bring this little solution feel free to use it in your code it's a quite good VI. The jitter is about 60us. Not that bad.
 
Have a happy programming time...
 
B.
Benoit Séguin
Software Designer
0 Kudos
Message 1 of 11
(3,104 Views)
Hi Benoit,
why do you use a password? Who should someone learn from it? Can you upload an example, which shows how to use the vi?
 
Thanks
Mike
0 Kudos
Message 2 of 11
(3,098 Views)
Here is an example on how to use it.
 
B.
Benoit Séguin
Software Designer
Message 3 of 11
(3,093 Views)

Hi Benoit,

Is the purpose of your post to share your code?  If so, then you may want to post it in the Developer's Network. 🙂

RayR

0 Kudos
Message 4 of 11
(3,083 Views)

I was looking in the pass for a solution in this Forum. So i developed one and if any body is looking for a solution, it will be easier to find.

B.

Benoit Séguin
Software Designer
Message 5 of 11
(3,079 Views)

That's a good idea.

Thanks for sharing 🙂

0 Kudos
Message 6 of 11
(3,075 Views)
It would be useful to provide a comparison between your VI and other solutions. Also, since you've password-protected the VI there's no way to tell whether you're using pure G or you're using system calls (which other solutions have done in the past). Obviously, if you are using specific system calls that would mean it's platform-specific.
0 Kudos
Message 7 of 11
(3,054 Views)

Pure LabView.

B.

Benoit Séguin
Software Designer
0 Kudos
Message 8 of 11
(3,052 Views)
How did you measure the jitter? As I indicated, a testing platform would be useful.

Note that this line of questioning is not intended to detract from the submission, but to make it more useful. Smiley Wink
0 Kudos
Message 9 of 11
(3,048 Views)

Here is another example. The jitter is platform and pc dependent of course. i have a dual core Computer with 2.0Ghz

B.

Benoit Séguin
Software Designer
0 Kudos
Message 10 of 11
(3,041 Views)