05-28-2014 08:26 AM
Hello everyone,
I having trouble creating a simple counter that will count from 0 to 10000 and then repeat the sequence without using the while loop iteration. Can anybody help please?
Best regards,
Maiz
Solved! Go to Solution.
05-28-2014 08:28 AM
Use a For Loop.
This sounds like a homework assignment. Is there some other reason you can't use a while loop?
05-28-2014 08:33 AM
Hi,
The counter will be inside a while loop but I am having trouble counting up and then repeating the sequence when I use the loop iteration.
I am very new to labview so apologies if this sound trivial.
Best regards,
Maiz
05-28-2014 08:38 AM
Perhaps you should look at Quotient Remainder function. Particularly the Remainder output after you divide by 10,000
05-28-2014 08:40 AM
Hi Ravensfan,
I would be really grateful if you can help me with a sample VI. Is that possible?
05-28-2014 08:48 AM - edited 05-28-2014 08:48 AM
Like this.
05-28-2014 08:53 AM
I also suspect this may be a homework assignment. So, without doing your homework for you...... Try this as a thought-provolking exercise.
Think about what might have been hidden..........
05-28-2014 09:03 AM
Lol, it not as assignment, it is part of a bigger program I am trying to develop for a weighing machine at work. Just for info I started programming only last week although we bought the SW years ago. I have made good progress with the NI site and Youtube, I really should think about training.
I will try and work out the missing blocks but it would be really easy if you just told me lol 🙂
05-28-2014 09:14 AM
Perfect thank you!!
05-28-2014 02:22 PM
Some free training if you haven't found them already.
3 Hour Introduction http://www.ni.com/white-paper/5243/en/
6 Hour Introduction http://www.ni.com/white-paper/5241/en/
LabVEW Basics http://www.ni.com/gettingstarted/labviewbasics/
Self Paced training for students http://www.ni.com/academic/students/learn/
Self Paced training beginner to advanced, SSP Required http://sine.ni.com/myni/self-paced-training/app/main.xhtml
LabVIEW Wiki on Training http://labviewwiki.org/LabVIEW_tutorial#External_Links
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord