LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3rd party operation by Labview

Solved!
Go to solution

I'm trying to operate a 3rd party software with Labview. All I want to do is hit the "acquire" button of the 3rd party software.

The 3rd party software is an EMCCD(Andor-Solis Xion) software. Below is the illustration of the situation.

 

* Also I would be thankful if anyone can give me the Andor Labview SDK. I've requested it to the manufacturors, but I have no reply!  

 

hobbes8000_0-1683128079673.png

 

I would be really thankfull for everyones support.

Thank you.

 

Yoo

0 Kudos
Message 1 of 3
(824 Views)
Solution
Accepted by topic author hobbes8000

@hobbes8000 wrote:

I'm trying to operate a 3rd party software with Labview. All I want to do is hit the "acquire" button of the 3rd party software.

The 3rd party software is an EMCCD(Andor-Solis Xion) software. Below is the illustration of the situation.

 

* Also I would be thankful if anyone can give me the Andor Labview SDK. I've requested it to the manufacturors, but I have no reply!  

 

hobbes8000_0-1683128079673.png

 

I would be really thankfull for everyones support.

Thank you.

 

Yoo


Have you tried something to achieve this? I am not familiar with EMCCD, but with LabVIEW you can Launch the third party software using cmd functions. 

 

But clicking the a acquire button of the third party software may be difficult. If you have control over the third party software you can modify in a such a way that it will receive the information using LAbVIEW Functions/File Mode.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 3
(819 Views)

I've used AutoIT for something similar to this before.

 

It includes a DLL and ActiveX that LabVIEW can use to access its functions, and a "Window info" program that helps you identify the names of buttons on other windows to target them more easily.

0 Kudos
Message 3 of 3
(804 Views)