LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reduce samples from a table

i have a simulate signal connected to a build table. the amount of samples (rows) is very high, is there a way to reduce this because it is excessive and slows down the computer.

 

thanks

0 Kudos
Message 1 of 4
(2,652 Views)
Have you tried reducing the Samples per second (Hz) in the Timing section of the Simulate Signal setup?
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 2 of 4
(2,633 Views)

i tried that and it didnt work. but it worked today.. in my defence it was a firday afternoon!

 

thanks

 

also is it possible to have higher samples without slowing down the computer? the max imum amount of time is only a few seconds

 

ultimatly i want to save the data like a chart recorder.wich may take up to 1 hour

0 Kudos
Message 3 of 4
(2,613 Views)
Are you running this in a loop without any delay?  That'll eat up your CPU regardless of the Express VI settings.  Even a 1mS Wait (ms) inside your loop will keep the VI from slowing your computer.
Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 4
(2,595 Views)