04-29-2016 08:29 AM
Hi all,
I want to have a 60 Hz timed while loop.
By default this block has 1 KHz clock source.
How can I change its timing source to 60 Hz?
Thanks in advance
04-29-2016 08:49 AM
@Baran_ wrote:Hi all,
I want to have a 60 Hz timed while loop.
By default this block has 1 KHz clock source.
How can I change its timing source to 60 Hz?
Thanks in advance
Perhaps the better question to ask is: Why?
Are you trying to generate a 60Hz signal?
04-29-2016 09:46 AM
I want to display an image with submultiple of 60 Hz flickering rate, and different frequency and phase of displaying.
So I thought about doing that with a precise timed loop.
04-29-2016
09:57 AM
- last edited on
05-27-2026
02:11 PM
by
Content Cleaner
@Baran_ wrote:
I want to display an image with submultiple of 60 Hz flickering rate, and different frequency and phase of displaying.
So I thought about doing that with a precise timed loop.
In Windows you will never get a "precise timed loop".
That having been said, take a look at this: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P82BSAS&l=en-US
04-29-2016 10:58 AM
If you don't care about jitter (which you'll have on Windows anyway) you could set the dt alternately to [16,17,17] in each iteration.