LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to give input to an external system application

i have an application file.i need to control the inputs of that application through labview 8.5 automatically. is there any suggestions for that one?

 

Regards

Naresh G

0 Kudos
Message 1 of 6
(3,169 Views)

Hi,

      Can you give some details of what you are trying to achieve?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 2 of 6
(3,166 Views)

just consider the windows media player application, in that one i am able to open the mediaplayer and play the video.But i also need to operate the PAUSE & STOP buttons of media player through my labview button (like Normal Boolean Buttons) with out using Mediaplayer buttons.is there any chance for that one?

 

0 Kudos
Message 3 of 6
(3,164 Views)

Hi nk0435,

 

It sounds like what you want to achieve is Inter-Application Communication; In other words, having a LabVIEW VI's Front Panel communicate with Windows Media Player and control the buttons.

 

You can acheive Inter-Application Communication using ActiveX. A brief article on this can be found here; You may also want to look at the Wikipedia article on ActiveX here.

 

With regard to communicating with Windows Media Player through LabVIEW, there is some very appropriate example code here.

 

I hope this helps,

 

 

Josh E
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 4 of 6
(3,154 Views)

hi

good evening.

thanq for your valuable suggestions.the SendKey.vi helps me to achieve my application.

0 Kudos
Message 5 of 6
(3,133 Views)
You're welcome.
Josh E
Applications Engineer
National Instruments UK & Ireland
0 Kudos
Message 6 of 6
(3,122 Views)