LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

staircase-shape Sinus

Solved!
Go to solution

Hello,

 

In this VI I'm trying to generate staircase sinus.

There are 2 loops - in 1st sin is generated, in 2nd it is captured with sampling rate 100 times superior than it's generated.

But 2 shapes look similar.

 

Where is  a problem.

 

Thanks

 

Pavel

 

staircase_SIN (0).png

0 Kudos
Message 1 of 3
(2,969 Views)
Solution
Accepted by topic author Pavel_47
I think by default, the notifier will wait indefinitely for a new notification - so your second loop is running at the same rate as the one generating the data.

Use 'get notifier status' to get the current value without waiting for a new notification.

LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 3
(2,959 Views)

Sam_Sharp a écrit :
I think by default, the notifier will wait indefinitely for a new notification - so your second loop is running at the same rate as the one generating the data.

Use 'get notifier status' to get the current value without waiting for a new notification.

Thanks !

0 Kudos
Message 3 of 3
(2,947 Views)