01-13-2009 04:32 PM
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
01-13-2009 06:43 PM
Is this you?
Post what you've done so far, ask specific questions and folks will rush to help!
</jim>
01-13-2009 07:35 PM
More importantly, IS THIS HOMEWORK?
By the way the dollar sign goes BEFORE the amount. $250 not 250$
01-13-2009 08:48 PM
Ravens Fan wrote:More importantly, IS THIS HOMEWORK?
Certainly looks like it.