LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to control adobe flash files with sliders and buttons

Hi,

 

I am trying to make a front panel for a vehicle completely designed in flash, and control it through labview.  I can load a flash file into an activex container successfully.  I have followed this thread here http://forums.ni.com/ni/board/message?board.id=170&message.id=351719  and gotten everything working. 

 

But my question is, how can I send data to the flash file from labview?  Some examples of things I need to do:  Interpret a CAN signal and have some text appear on the screen, Make buttons flash, etc.

 

I understand how to load the swf, Im just not sure how to communicate with it.  One thing to mention is that the front panel for the vehicle will be fully custom coded.  However in the meantime, I am trying to figure out how to control it from labview.  Like if there is a clock.swf out on the net, how can I change the time from labview?  Is there a way to see what parameters are available for changing?

 

Thanks in advance

0 Kudos
Message 1 of 2
(2,980 Views)

Hello,

 

What specific Active X framework are you using to embed the container? The thread you referenced mentions Shockwave's Active X API, does this set of Active X functions expose methods for object control? 

 

Could you elaborate as to the driver behind a fully Flash based front panel embedded within LabVIEW? Is this application inevitably going to be deployed as thin client software? 

 

For interaction with custom flash applications aside from Active X, LabVIEW has an integrated Web Services feature to allow data transfer from custom thin client applications to the LabVIEW environment for processing and instrument control. A detailed discussion of the Web Services feature may be found via the links below:

 

LabVIEW Web Services FAQ (Detailed)

http://zone.ni.com/devzone/cda/tut/p/id/7747

Web Services in LabVIEW (Overview)

http://zone.ni.com/devzone/cda/tut/p/id/7350

 

Please post back any further questions, or information on the system design.

 

Cheers!

 

 

Patrick Corcoran
Application Engineering Specialist | Control
National Instruments

0 Kudos
Message 2 of 2
(2,946 Views)