LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write to file

Solved!
Go to solution

Ok I will find out. I guess its a stupid question to you, but for someone like me (who is new to this stuff), it might be a weird thing and a legit question.

 

anyway thanks for the comments.

 

Sam

0 Kudos
Message 21 of 25
(824 Views)

< Notice: Unsolicited advice ahead >

 

If you want to get ahead in LabVIEW and understand what is going on, get rid of those Express VIs and construct your own from the building blocks in the palettes. They're too simple to plug in and hope that what they do is what you want. You need to take control of your program and make it do what you want, not what it thinks might be best for you. That's the only way you'll ever grow.

 

< My opinion only > The LV Express VIs are good for throwing up a demo of something, or for dazzling someone who doesn't know the language with the neat pictures you can make, but that's about all. They're both too easy and too inflexible to use on a real-world task. < End opinionizing >

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 22 of 25
(819 Views)
I guess you did not write the code. You need to pay attention to the arithmetic. If you have 2 DAQ programs set for 1000 samples per second but with one program you calculate the mean of the signal, that second program has had the sample rate reduced to 1 sample per second.
0 Kudos
Message 23 of 25
(809 Views)

Thanks Dennis, 

 

but just as is, neither of those 2 use means. And the numbers are the same (sampling rate, samples). Still they give different intervals between samples taken.

I will work it out and take the advice not to use the express that much. THANKS!

0 Kudos
Message 24 of 25
(806 Views)
What are all those Sample Compression functions with the Mean output?
0 Kudos
Message 25 of 25
(803 Views)