01-08-2015 05:14 PM
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?
01-08-2015 05:56 PM
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.
01-09-2015 09:23 AM
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