LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LABVIEW SHOCKWAVE FLASH

I add a shockwave flash in the labview. But I am wondering whether the animation files could be related with the values in Labview. What I mean is, when the input value is 1, it shows a shockwave flash, while when input value is 2, it shows another shockwave flash. If it is possible, What would be the block diagram like?

0 Kudos
Message 1 of 3
(3,077 Views)

You would have a case structure with a case for each value you wish to have a different flash animation for.  Then you'd wire the input of the case structure wired to the value that you want to change the animation.

0 Kudos
Message 2 of 3
(3,063 Views)

I assume you have some .net or activeX object and feed it a filename to a flash file? If so, it's a simple change to have a case structure and select different filenames.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(3,003 Views)