03-11-2016 06:32 AM
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
Solved! Go to Solution.
03-11-2016 06:37 AM
03-11-2016 06:54 AM
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 !