08-02-2008 09:05 PM
Solved! Go to Solution.
08-04-2008
12:17 PM
- last edited on
05-13-2025
05:20 PM
by
Content Cleaner
Hello Confuciusl,
I have been looking into the problem statement that you gave us above and have some questions for you as well as some answers. I am going to go with the basic understanding that we will be using LabVIEW to not only communicate with your devices, but also for data acquisition and analysis.
In reference to your APDs (PerkinElmer, SPCM-AQRH-15), I have looked at the data sheet for the product located here, and have determined that the best method of communication with your device would be to use some type of Counter/Oscilloscope card in a PCI/PXI standard. This will allow for proper recording of your signal from your Output Terminal. For more information on cards please refer to this link.
As for the second instrument listed, the Nano-ViewTM 200 from MadCity, it mentions here that The Nano- View/M™ system includes the Nano-Drive™ controller and is compatible with user written LabVIEW software. Since we do not have the capability to obtain the product you are specifically trying to communicate, the best option at the moment would be to try and contact MadCity and see if they have any specific Instrument Drivers pre-built for LabVIEW that will allow you to communicate with your device. If they do not, the next option would be to develop your own by following the guidelines at the following link.
Thanks again and have a great day!
Regards,
Nicholas K
08-04-2008 02:49 PM
08-05-2008
05:32 PM
- last edited on
05-13-2025
05:20 PM
by
Content Cleaner
Hello Confuciusl
The APD that you are using outputs a TTL signal that sends a high pulse whenever it detects a photon, so I am assuming that you are just going to count pulses or preform some other couter operation ( frequency measurement, two edge separation, ...etc ). In this case the 6602 would be the best for the application, as it is a counter timer board that is designed for this exact application. The scope/digitizer would allow you to see the digital signal in a graphical sense, but I don't think it would offer much more functionality for your application other than increased sampling rate.
Chris K
08-05-2008 06:01 PM
08-06-2008 02:23 PM
We do not have VI specifically designed specifically for the APDs that you are referring to, however we do have generic counter example programs that preform several counter application including frequency calculations. These example programs are installed with the DAQmx driver that is available with the driver CD that you installed with LabVIEW or from on our website.
You can call (888) 280-7645 to speak with one our sales reps for better product selection information.
Chris_K
08-15-2008 04:47 PM - edited 08-15-2008 04:55 PM
Hi Confuciusl,
The Nano-View 200-2/M system with the USB interface includes the necessary Windows drivers and some LabView example VI's, as well as the full DLL documentation of the function calls and necessary arguments. If you are having trouble commanding and reading the nanopositioner, please contact any of the technical sales people at Mad City Labs.
If you are trying to additionally sync the data acquisition with the APDs and other hardware in your setup, and if you have the ISS option from MCL, there is additional function calls that can be utilized. Please refer to the Madlib documentation for all the function calls that can be used in LabView.
If you have any additional questions, please contact me or anyone else here at MCL.
Shannon G
Technical Sales
Mad City Labs
10-05-2008
12:55 AM
- last edited on
05-13-2025
05:21 PM
by
Content Cleaner
how to make the APD connection to PCI-6602 through a BNC-2121? I just don'know how to use the BNC-2121? should Ijust use the one of the six user-defined BNC connectors or one of the eight dedicated BNC conector?
10-06-2008
02:12 PM
- last edited on
05-13-2025
05:21 PM
by
Content Cleaner
Hi confuciusl,
I assume you are trying to count the number of pulses generated. Because of this, you will need to input the TTL signal to the source input of the counter you are trying to use. Since there are 8 counters on the NI-6602 and you have to decide which counter you want to use. If you want to use the 8 defined BNC connectors, they correspond to counters 0 and 1. You can also access all of the counters through the screw terminals. More information about connecting these signals can be found in the BNC-2121 Connector Accessory for 660X Devices User Guide.
Regards,
Kent
Applications Engineer
08-05-2010 04:02 AM
Hi,
I work on the same type of experiment because I use also SPCM.
I use the same config (a BNC-2121 acquisition board and a PCI board PCI-6602).
In fact, I use 4 SPCM and I use 4 counters and homemade VIs on Labview 7.1.
The SPCMs have a Gate input and I want to produce a high level on, for example the P0.0 digital output, to drive this input.
I don't know how to produce it without the classical MAX application.
Can you help me please?
Thanks.