LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

slide

Hola.

 

Estoy usando un slide que se va rellenando con una variable. Lo que realmente necesito es que con otra variable se vaya "vaciando". Por ejemplo;

 

Si b significa blanco y a azul.

 

Valor: 0%-->   b b b b b b b b b b b  (Todo el slide en blanco)

Valor: 1%-->   a b b b b b b b b b b  (Todo el slide en blanco menos el 1% en azul)

Valor: 2%-->   a a b b b b b b b b b  (Todo el slide en blanco menos el 2% en azul)

 

Así progresivamente.(Hasta aquí es como funciona un slide...)

 

Lo que quiero es conseguir con dos variables lo siguiente:

Valor1:15% Valor2:6%-->   b b b a a a a a b b b b b 

 

Es decir, entre el 0 y el valor2 pintar en blanco.

Entre el  valor 2 y el valor 1 pintar en azul

Entre el valor 2 y 100% pintar en blanco.

 

Así puedo dinámicamente cambiar los colores del slide con DOS VARIABLES.

 

Espero haberme explicado bien.

 

Gracias y un saludo.

0 Kudos
Message 1 of 5
(2,810 Views)

English Translation:

 

Hello.

I'm using a slide that will fill in one variable. What we really need is another variable to leave "empty". For example;
If b means white and a means blue.

Value: 0% -> bbbbbbbbbbb (all blank slide)

Value: 1% -> abbbbbbbbbb (all blank slide at least 1% in blue)

Value: 2% -> aabbbbbbbbb (all blank slide minus 2% in blue)

So gradually. (So here is how a slide ...)

I just want to get with two variables as follows:

Value1: 15% Value2: 6% -> bbbaaaaabbbbb

That is, between 0 and value2 white paint.
Enter the value 2 and value 1 in blue paint
Between 2 and 100% value in white paint.

So I can dynamically change the colors of the slide with two variables.

I hope I explained it well.

Thanks and best regards.

 

Message Edited by Ray.R on 10-30-2009 08:24 AM
0 Kudos
Message 2 of 5
(2,796 Views)

Are you trying to accomplish the slide like when Windows XP or Windows 2000 start booting?

 

If so, I remember seeing an example posted by tst.  I seem to recall it was posted along with a running horse.

I will look for it, because the example already exists.

 

 

¿Estás tratando de lograr la diapositiva como al arrancar Windows XP o Windows 2000 empezar?
Si es así, recuerdo haber visto un ejemplo publicado por TST. Me parece recordar que se envió junto con un caballo corriendo.
Voy a buscarla, porque el ejemplo ya existe.

0 Kudos
Message 3 of 5
(2,793 Views)

Have a look at page 3 of this thread:  http://forums.ni.com/ni/board/message?board.id=170&thread.id=359838&view=by_date_ascending&page=3

There are examples and attached code available.
Echa un vistazo a la página 3 de este hilo. 
Hay ejemplos y código adjunto disponible.
 
 
There is also an example located here.  Try to read the posts above it, too.
Hay también un ejemplo se encuentra aquí. Trate de leer los posts sobre ella, también.
 
 
 
I am not sure if this example will be helpful, but I do include it:
No estoy seguro de que este ejemplo va a ser útil, pero lo incluyen:
 
 
 

 

0 Kudos
Message 4 of 5
(2,786 Views)
¿como esto?
--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 5 of 5
(2,784 Views)