LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help Creating This VI

Make a IV which genreates a number between 1-6 and runs 10 times and displays the values in an array dicicator

Hint

1)      A loop which lopps 10 times

2)      One random number generator

3)      Arthimetic primitive (5) icon andexpression node

4)      Array privmitive 


Now i tried using a random number generator to generator a number between 1-6 but the random number generator only generates numbers between 0-1. what should i do?  

0 Kudos
Message 1 of 14
(3,021 Views)

Is it that time of the year again where all the homework questions come in? Guess so.

 

So the random number generator give you the range of 0-1. But you need 1-6. Well, have you considered some basic math? Like multiplying by a certain number and adding a certain number?

Message 2 of 14
(3,014 Views)

If this were facebook I'd 'like' you're comment smercurio_fc.

 

It is sad to see homework end up on forums. Not simply because parents pay large sums of their hard-earned income to put their children into college or University, but because it suggests the posters are more interested in having the end-product in thier hands rather than enjoying the process of discovery.

 

Any good engineering, science or programming student would look at the problem, think about how to solve it, then play with some code until the solution appears. A very rewarding process! .. a far more rewarding process than job-hunting after graduation. 

 

 

 

 

Message 3 of 14
(2,991 Views)

gdwebb01 - "If this were facebook I'd 'like' you're comment smercurio_fc." 


The NI forum equivalent would be a Kudo Cat Very Happy

0 Kudos
Message 4 of 14
(2,985 Views)

Thanks. Have you solved it? 

 

I've just finished a nice bottle of Shiraz and thrown together your solution in about 15 seconds. .. the point I'm making is - do you want to be the one running around asking other people for solutions, or sitting back sipping cocktails with your mates because you solved the problem and made it to the bar before closing time?

 

 

 

 

 

 

 

 

 

 

0 Kudos
Message 5 of 14
(2,973 Views)

I am starting to peice it together little by little so far i have everything except for the array that lists the # for each time the program is run. 

0 Kudos
Message 6 of 14
(2,965 Views)

Hint:  Search for the term "auto-indexing".

0 Kudos
Message 7 of 14
(2,960 Views)

Presumably you are using a for loop.

0 Kudos
Message 8 of 14
(2,949 Views)

Try www.labviewhomework.com for the best way to approach your LabVIEW homework.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 9 of 14
(2,929 Views)

ah homework.....

 

I would suggest going through labview basics, break the problem down into each part, work out how do each bit. Once you have all the peices of the jigsaw, put them together.

 

for example : - learn how a FOR loop works and how to control it then set it up to how you have been asked too

 

the problem you have is not particually hard hence sme of the previous comments but its to teach you how to approach a labview problem

 

 

Please remember to accept any solutions and give kudos, Thanks


LV 8.6.1, LV2010,LV2011SP1, FPGA, Win7
0 Kudos
Message 10 of 14
(2,923 Views)