02-26-2011 09:55 AM
Hi altenbach,
I sent many messages to you but cannot take any response. Is there any problem? Please help me. I have very little time to complete my thesis. I am too late.
According to your suggestions, I attached two vis that I tried. But I cannot achieve it.
Across 0,0133; I want to write always 5000 constants of "0" zero value in the first raw horizontally.
Then
Across 0.013; I want to write 5000 data of the first run in the second row. Then I want to write 5000 data of another run into the third row without exit of vi. And so on.
After 13 run I will obtain [14x5001] array. Then I will integrate 13 data of each column seperately with respect to radial positions in the first column.
Please help.
Thanks a lot.
02-26-2011 10:30 AM
I cannot see your VIs (newer than my version of LV). Did you try what altenbach suggested with the Replace Array Subset? This is standard LV practice for working with large arrays.
It only takes a few moments to try this and you learn how various program functions and structures work.
Lynn
02-26-2011 06:33 PM
Hi Johnsold,
Thank you for your reply and the solution. I want to write 5000 zero values near/across the 0.0133 constant in the first row horizontally.
Then the 5000 data of the first run into the second row horizontally and second run into the third row and so on.
How can I write zero values into the first row near the constant 0.0133?
Thanks a lot again.
02-28-2011 07:45 AM
Read smercurio_fc's reply in your Generate Array post.
You have to learn to do some of the work yourself. These things are fairly basic LV methods. If programming in LV is essential to your thesis, you need to understand how to do these things.
Lynn