LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview questions

Hi

I am trying to learn Labview, but i do not have any other programing knowledge. I learn tutorials from documentation. Now I am trying to practice by trying to solve questions. Unfortunately i came across with these two questions. If someone can help with.... and if is appropiate to post such kind of questions here.

 

 QN 1.

Create a VI (while loop with a STOP button) that is the control center for a loading station for trucks. The
loading station can hold up to 5 trucks, which are loaded with cargo simultaniously. A can enter – signal
indicates to incoming trucks that they can advance into the loading station. A can leave – signal allows a
truck to leave the station if it is on. Trucks can leave the station if there are still more than 3 left in the station.
An additional wait – sensor indicates, whether there are one or more trucks waiting.

QN 2.

Create a VI (while loop with a STOP button) that is a card game. For each turn 3 cards are dealt from a stack
and an amount of 5$ is subtracted from the capital. The initial capital is 250$. The card set consists of cards
seven, eight, nine, ten, jack, queen, king, ace. Having three cards of same value (color doesn't matter) 200$
are added to the capital; having three cards forming a sequence (e.g. nine, ten, jack or queen, king, ace)
seen from left to right (color doesn't matter) 50$ are added to the player's capital. Pressing the once more
button starts a new turn.

 

Thanks

0 Kudos
Message 1 of 4
(2,786 Views)

Is this you?

 

Post what you've done so far, ask specific questions and folks will rush to help!

 

</jim>

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

0 Kudos
Message 2 of 4
(2,762 Views)

More importantly, IS THIS HOMEWORK?

 

By the way the dollar sign goes BEFORE the amount.  $250 not 250$

0 Kudos
Message 3 of 4
(2,751 Views)

Ravens Fan wrote:

More importantly, IS THIS HOMEWORK?


Certainly looks like it.

0 Kudos
Message 4 of 4
(2,741 Views)