LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Savitzky filter: problem writing to file

That s simple! I didnt try this. Thanks a million
 
Regards
0 Kudos
Message 11 of 15
(730 Views)
One other thing, i put the elapsed time function inside the while loop, set a condition of 120 seconds, if true, where should i wire the empty cluster array, outside the while loop?
0 Kudos
Message 12 of 15
(729 Views)
Sure.
0 Kudos
Message 13 of 15
(730 Views)

Thats exactly what I tried, doesnt seem to work.

Attached is the screenshot of what I tried to do.

0 Kudos
Message 14 of 15
(719 Views)
I think one or both of us misunderstood something. The constant itself can be inside or outside the loop but your local should be inside the loop. That's basic dataflow. When  you have something outside the loop like you do, it doesn't get written until the loop finishes.
0 Kudos
Message 15 of 15
(714 Views)