LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to record measurements from a transimpedance amplifier to a computer using labview?

Hello, I am using a transimpedance photocurrent amplifier from Thorlabs (PDA200C). Is it possible to record its measurements to a computer using labview?

0 Kudos
Message 1 of 5
(651 Views)

Hi user,

 


@solarfacility_user wrote:

Hello, I am using a transimpedance photocurrent amplifier from Thorlabs (PDA200C). Is it possible to record its measurements to a computer using labview?


I didn't found a manual, but the website mentions an "Analog Control Output" (±10V). When that device outputs a signal using that output then you could use any kind of DAQ device to read that voltage signal…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(643 Views)

It seems as there is an analog out from the PDA200C:

AndersSekanina_0-1701675062340.png

You can connect that to an AI module (cDAQ, cRIO, USB_DAQ or other), and thereby get the measurements into LabVIEW. 

 

I can´t see there is any other connection (Serial, USB, Ethernet or other).

 

 

 

 

Anders Pedersen Sekanina
sekanina.dk




0 Kudos
Message 3 of 5
(641 Views)

I've looked at the different modules, but I cannot find the one for optical power. How can I get labview to record the measured optical power?

0 Kudos
Message 4 of 5
(622 Views)

Basically the DAQ will read the output voltage of the TIA.

So  P_opt -> I_PD -> U_TIA  -> P_opt*

 

every arrow ->  is a unit conversion ( in best case linear 😉  , so for the PD current into voltage (TIA)

to get the P_opt*  you need the probably wavelength depending conversion factor of the PD and the conversion factor of the TIA

and multiply the measured voltage with the product of the invers conversion factors to get P_opt*

 

You can do this scaling  in your Labview program or configure a DAQ task in NI-MAX with a costom scaling.

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 5 of 5
(549 Views)