LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

BOUCLE CADENCEE

Solved!
Go to solution

Bonjour, 

 

Je souhaiterais réaliser une boucle cadencée (timed loop) sur labview mais pas sur labview RT. Comment puis-je procéder ? En effet, j'aimerais récupérer toute les ms une valeur de position ( instrument de mesure que je contrôle via un controleur SMC100). 

 

PS: J'utilise Labview 6.1 

 

En vous remerciant, 

Steven

0 Kudos
Message 1 of 5
(2,130 Views)

How much timing precision is required on your application?

Windows has poor accuracy, so we cannot develop high timing precision application.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 5
(2,102 Views)

I would like to have the position every 100 ms. I'm not sure we can use a timed loop with Labview 6.1 ( not Labview real time). 

 

What are the limits for windows ? 

0 Kudos
Message 3 of 5
(2,073 Views)
Solution
Accepted by topic author stevennn

I think "While Loop" and "Wait Until Next ms Multiple" can satisfy the requirement.

But on Windows, the timing would have a large jitter.

For example, it would be 105msec and 95msec and so on.

Is the jitter acceptable?

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
Message 4 of 5
(2,063 Views)

Yes, I think it should be ok. Thank you for your help ! 

0 Kudos
Message 5 of 5
(2,058 Views)