LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog signal from Laser Power Meter

Hello,

 

First, I have to say that I am new using Labview.

 

Probably for some of you the question I am going to ask is pretty easy, hope you guys can help me solving this.

 

I am trying to acquire an analog signal from a Fieldmate Laser Power meter, the specifications from this meter are shown in the link below:

http://www.coherent.com/downloads/FieldMateDataSheet.pdf

 

I need to get the signal and save it in MS Excel files. My big issue is with the acquisition of the signal from the meter to the NI Board. I am using an NI SCB 68.

 

Hope you guys can help me.

 

Thanks.

0 Kudos
Message 1 of 5
(3,057 Views)

The SCB68 is just a shielded connector block, not a DAQ device.

 

Use NI's MAX utility (Measurement & Automation Explorer) to find out what DAQ card you have installed in the PC.

There are also plenty of analog acquisition examples that ship with LV, Search Examples in Help.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 5
(3,050 Views)

I found something:

 

NI DAQCard - 6024E, is that what we need?

 

Thanks.

0 Kudos
Message 3 of 5
(3,046 Views)

By the way, I am using LabView 8.0.

 

Thanks.

0 Kudos
Message 4 of 5
(3,038 Views)

The 6024 should work fine. The analog ouput update rate of the meter is 20Hz, thus you should set your sampling rate to at leaset 200Hz (samples/second).

 

There are lots of analog input examples that can be searched under Help in LabVIEW.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 5 of 5
(2,999 Views)