10-17-2011 03:42 AM
Hello,
I still learning programming in labview and I am very poor in working with arrays. Currently, I am not working in any project but instead of I would like to improve myself in arrays especially in labView. Is there any exercise for this. Please give any links for that.
Thank you.
10-17-2011 03:52 AM
Hi Peter,
have you tried all the examples coming with LabVIEW? Have you read the introduction to LabVIEW?
10-17-2011 04:02 AM
Hello,
I have gone through that material many times. It's only introduction to labview. I understand labVIEW very well but I am not getting ideas when I want to work with especially arrays. Cause for this is poor knowledge about usage. I just need some exercises in the area of arrays instead of materials to leave my shivering.
10-17-2011 04:07 AM
10-17-2011 04:20 AM
You mean, how many prime numbers lies the range until 10^9. If so, I start my work here and will back here after finish.
Thank you.
10-17-2011 10:09 AM
How many, and which numbers.
10-17-2011 02:20 PM
Problem
-----------
I have an element coming everytime and I tried to save it in array by appending it to the previous value but it always shows the last added element. I have tried many ways and got irritation. I know that I should paste some code here but it is small task.
I had taken initialize array to add my input element everytime but it is only displaying last added element. How can I append it to the old one?
10-17-2011 02:27 PM
Hi Peter,
as you don't care to show code I will do the same...
Hint: Maybe you have heard of shift registers before? Otherwise read the manual/context help, do the Basics course found on the NI website and study the examples coming with LabVIEW...
10-17-2011 02:33 PM
Hello,
I don't need any courses at the moment but as you told about using shift register. I don't want to use any loop or shift register for this operation. If I want to use loop for this operation, I can make it by own. Just I need to add the coming element into array.
10-17-2011 03:21 PM
POST YOUR CODE!
I don't understand how you can say you don't want to use any loops. You said "I have an element coming everytime and I tried to save it in array", that implies something happening repetitively, which would mean you have a loop.