LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can Labview communicate with another software (WordPerfect )?

I need to import data from Corel (WordPerfect) to Labview? Can ActiveX do this or other way?

Thanks.
0 Kudos
Message 1 of 6
(3,277 Views)
Yes, LabVIEW does support ActiveX. Though I don't think there are any Wordperfect examples shipped with LabVIEW, have a look through the examples and search for ActiveX. This will show you how to use the ActiveX calls so you should be able get something setup from there.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 2 of 6
(3,272 Views)
Hi Ed,

Thanks for your reply.

I am still wondering if that means Labview can talk to any kind of software via ActiveX?

Thanks.
0 Kudos
Message 3 of 6
(3,266 Views)
LabVIEW supports ActiveX. Not all software has ActiveX.
0 Kudos
Message 4 of 6
(3,262 Views)
If the software in question has an ActiveX component, then LabVIEW will be able to communicate with it.

Figuring out the specific methods and properties needed to actually do is up to you. It's doubtful the software manufacturer will have LabVEW ActiveX infacing VI's for you to download. You'll have to get the documentation from the manufacturer to know what methods and proerties do what.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 5 of 6
(3,259 Views)
Thanks Dennis and Ed.

Now I know where I can start from.

Thank you.
0 Kudos
Message 6 of 6
(3,256 Views)