12-07-2006 05:49 AM
12-08-2006 01:35 AM
Hi nice,
That is surely not the best way to achieve what you want to do.
The better way would be to save each iteration's values into the file as you acquire and keep appending to that file.
This is more effeicient as you are not using vi's memeory to save all the values in an array to save it finally.
Sometimes, if your data becomes too big, your VI might not be able to store all the data in its memory and eventually crash
Here is a better way to do it
Regards,
Dev
12-12-2006 03:29 AM
would it be possible to get this in version 8 and not 8.2
What is with charging for changing within a version number are NI not making enough cash!!! At least have the decency to pretend you have done enough to change it to version 9 and make us pay
12-12-2006 07:12 AM
Oh sorry,
Just yesterday, I reverted back to LabVIEW 8.0 for some project requirement
I do not have any other system around with LabVIEW 8.2![]()
Could somebody with 8.2 please open the vi I attached, save it for 8.0 and help out our friend??
12-12-2006 08:04 AM
Hi there
Here's the vi in 8.0.
Depending on the hardware you're using the measurements may be quite noisy. When I use thermo couples I take 20 or 30 readings at a faster scan rate and then average them out. If you do this over a power line cycle as well this will help to remove mains noise.
Ian