11-28-2007 12:24 PM
11-29-2007 06:18 PM
Hi Pavani,
Welcome to the forums! As a new LabVIEW user there are many helpful resources out there to get you started. I would like to point you to the two links in my signature. The first is a six hour LabVIEW course and the second helps you learn DAQmx. Also take advantage of the shipping examples. When you open LabVIEW select Find Examples to open the Example Finder. Assuming you are using DAQmx, you can go to Hardware Input and Output>>DAQmx>>Counter Measurements and find many useful example programs that either do what you want or can be modified to perform the task you desire.
To answer you question, two counters in the same loop do not affect each other. The counters will gather data separately. By putting them in the same loop, you just perform the reads in software at the same time.