Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate a 32Mhz clock on a DIO pin of sbRIO9602

Hi all,

 

i wonder if it is possible to generate a clock signal of 32Mhz on 1 of the 50 pin of sbRIO 9602 P4 connector and in which way i can achieve this.

 

Is this generated clock reliable also in terms of jitter or overall quality?

 

Thanks in advance.

 

MR

0 Kudos
Message 1 of 3
(5,905 Views)

Hello,

 

I'm Valerio an Application Engineer of National Instruments.

I tried to generate a 32Mhz clock using your hardware configuration and I can definitely tell you that it's possible to do and you have no problems in terms of jitter.

I can suggest you do creat a project using the FPGA with a timed loop.

 

I hope it helps.

0 Kudos
Message 2 of 3
(5,842 Views)

Howdy MR, 

 

Building a digital pulse generator with that speed should be possible on sbRIO. There are a couple different ways to approach the problem. One would be to configuring a Single Cycle Timed Loop as Valerio mentioned. Another would be to setup a standard while loop which reference a timer, such as this example: 

 

Generate Pulse Train using LabVIEW FPGA

https://decibel.ni.com/content/docs/DOC-22548

Tim A.
0 Kudos
Message 3 of 3
(5,791 Views)