03-03-2012 05:11 PM
::hivemind::
03-03-2012 05:24 PM
He hecho lo que esta en el VI adjunto... pero la verdad no sé mucho.... Me puedes guiar más?
03-03-2012 06:13 PM
Cuál sería la condicion para la estructura case?.... Qué debería preguntarse allí?
03-03-2012 06:53 PM
Adjunto un nuevo .VI... he avanzado algo, miren que tal voy, espero más sugerencias y ayudas
ayudenme por favor
03-04-2012 03:06 AM
Could you save for LV2010?
Thanks
03-04-2012 08:26 AM
Yes friend...There are.
Thanks. The block "string " is for message in text for User. For example no to guess a number
03-04-2012 09:51 AM
Something like this?
Your VI does not even run. Please try a little harder. We are here to help not to solve any school assignments.
As posted before you are encorauged to view the tutorials of 3 and 6 hours.
Please use the given enum as a starting point. Note that enums when use with case structures are quite handy.
Use the "select" function to decide to which case to proceed according to a boolean result.
As example:
Is the user number equal to the random number?
No (false), pass the state "failed guess"
Yes (true), pass the state "Correct guess"
Good luck
03-04-2012 10:05 AM
If i try to open the file main.vi; labview password request
03-05-2012 07:49 AM
I can`t open the file "Main" because have a password request. Why?, Who do for get a password?
Thanks.
And in the other file i can´t to open block diagram
03-05-2012 08:09 AM
The second file is a control file. It defines the typedef of the state machine enum. It does not have a block diagram.
For the first diagram, I'm going to assume that he password protected the file so that he can give you a demonstration that it can be done and how it would work without actually doing your homework for you.
Have you done any LabVIEW tutorials yet?