LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timed Sequence Structure timing error

Solved!
Go to solution

I am attempting to create two RF pulse waves, one at 90 degrees and the other at 180 degrees with a 2 second delay after the first pulse. I used this time sequence structure and believed that I followed the requrements but no matter what I change the second pulse occurs immediately after the first. Please let me know what I am doing wrong or if there is another approach to do this. Thank you.labview pic.png

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

Please attach an actual VI, which allows me to look at everything without severe eyestrain.  It also allows me to "edit" the VI, test aspects of the code I might not understand, etc.

 

Bob Schor

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

Instead of attaching a picture that is scaled down too small for us to see, please attach the actual VI.  That way we can experiment with it also.

0 Kudos
Message 3 of 5
(3,916 Views)

Sorry about that, I did not know that would be easiest for ya'll. This is my first time posting. Thanks for the quick response!

0 Kudos
Message 4 of 5
(3,908 Views)
Solution
Accepted by topic author Zturner94

Two things.  The delay function on the sequence structure is looking for a value in milliseconds, you are wiring in seconds.  So multiple by a 1000.

 

Second,  You are dividing your frequency  by your sampling rate and feeding that into sine wave generator.  Just wire in the frequency.

0 Kudos
Message 5 of 5
(3,903 Views)