03-04-2007 09:53 AM
03-06-2007 07:11 AM
Hi saty,
Thank you for posting to the NI forums. Which data acquisition (DAQ) device are you using – or are you using serial communications? The 2432 is not (at least currently) made by NI, but Tektronix has a product with that model number – is this what you’re using? Also, what is the error that you are receiving?
If you are using a DAQ device, are you using the Traditional DAQ drivers or DAQmx. There are numerous examples for each in the LabVIEW Example Finder. Browse to Hardware Input and Output and then select your driver. There will be digital I/O examples for both driver versions.
Please post back, and with more information, I can give you some better recommendations for the architecture of your program.
Ed W.
Applications Engineer
National Instruments
03-07-2007 09:33 AM
03-07-2007
09:47 AM
- last edited on
03-05-2025
03:28 PM
by
Content Cleaner
The BNC-2120 is an adapter module that has to be plugged into a data acquisition card in you pc.
03-07-2007 09:51 AM
03-07-2007 09:54 AM
03-07-2007 09:57 AM
03-07-2007 10:11 AM
That helps.![]()
If you are using a digital line with the 6052, the only option you have is for software timed I/O. That means that you have to command the board to take one sample at a time. The sampling would be done in a loop. This is going to be pretty slow and impossible to synchronize. How fast is the digital burst from the micro? Have you tried doing an analog capture? Is the micro constantly sending out this digital burst? If so, is the data formatted in a way so that you know the start and end of a data frame?