LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cómo puedo hacer el siguiente caso en Labview?

::hivemind::

0 Kudos
Message 11 of 20
(1,193 Views)

He hecho lo que esta en el VI adjunto... pero la verdad no sé mucho.... Me puedes guiar más?

0 Kudos
Message 12 of 20
(1,189 Views)

Cuál sería la condicion para la estructura case?.... Qué debería preguntarse allí?

0 Kudos
Message 13 of 20
(1,185 Views)

Adjunto un nuevo .VI... he avanzado algo, miren que tal voy, espero más sugerencias y ayudas

ayudenme por favor

0 Kudos
Message 14 of 20
(1,181 Views)

Could you save for LV2010?

Thanks

0 Kudos
Message 15 of 20
(1,177 Views)

Yes friend...There are.

Thanks. The block "string " is for message in text for User. For example no to guess a number

0 Kudos
Message 16 of 20
(1,175 Views)

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

Download All
0 Kudos
Message 17 of 20
(1,172 Views)

If i try to open the file main.vi; labview password request

0 Kudos
Message 18 of 20
(1,170 Views)

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

 

0 Kudos
Message 19 of 20
(1,159 Views)

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?

0 Kudos
Message 20 of 20
(1,157 Views)