LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate a 1ms ts

Hi,
I want to generate a triangle wave form with an 1 milisecond to sample time.
Can anybody help me with that?
I have a sbrio-9606 with a 40Mhz of frequency.
0 Kudos
Message 1 of 5
(3,051 Views)
Can you show what you have tried so far? There are examples. There are also tutorials.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 5
(3,025 Views)

This is my code to generate a triangle wave form between[-10000, 10000].

 

triangle wave.jpg

And I want to the period is 1ms.

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

The timed loop is currently set to 'ticks' - this means the loop will clock at your FPGA loop rate of 40MHz. If you right click on the structure and go to properties or double click on the timing icon on the top left you can change the clock period to 1ms.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 4 of 5
(2,905 Views)

 You may find this example helpful:

 

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

Craig H. | CLA CTA CLED | Applications Engineer | NI Employee 2012-2023
0 Kudos
Message 5 of 5
(2,851 Views)