LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI USB-6211 to Photogate

I am trying to figure out how to connect the NI USB-6211 to a PASCO ME-9215A photogate timer. I am using the photogate to measure the period of a large angled pendulum. The photogate is connected to the timer using a RJ12 cable. I would prefer connecting the timer to the DAQ to make it easier, however being able to take timings from the photogate into labVIEW is my main priority.

 

Any help is much appreciated,

Thank you 

0 Kudos
Message 1 of 5
(1,324 Views)

Based on a quick look, it appears that the PASCO photogate timer provides a few distinct timing measurements when connected to a photogate.  A USB-6211 can be programmed to do the same kinds of measurements plus many more, provided you have an electrically compatible photogate signal.  For example, both TTL and CMOS logic levels are compatible.

 

So it isn't the *timer* you would connect to the DAQ device, it's the photogate.  Then start from LabVIEW's shipping examples for counter measurements to start learning how to do the programming for timing measurements.   Perhaps at first it'll be useful to send the photogate signal to both DAQ and PASCO timer so you check the results of your program.

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 2 of 5
(1,270 Views)

Thank you for your response, I just have a follow on question:

What do you mean by  "shipping examples for counter measurements". I am unsure what this means. 

 

Kind regards 

Patrick C

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

Hi Patrick,

 


@PatrickClancy wrote:

What do you mean by  "shipping examples for counter measurements". I am unsure what this means. 


open the LabVIEW example finder to find the examples shipped with LabVIEW…

Best regards,
GerdW


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

@PatrickClancy wrote:

Thank you for your response, I just have a follow on question:

What do you mean by  "shipping examples for counter measurements". I am unsure what this means. 

 

Kind regards 

Patrick C


LabVIEW installs a large collection of example code.  You can launch the example finder from the Getting Started Window (Menu Edit>>Show Getting Started Window) or, from the Help menu (Menu Help>>Find Examples)

 

The DAQmx Help file should also have links to the LabVIEW examples.  If you are new to DAQmx I strongly recommend that you spend some time looking in the Help and Examples.  Then post back with any concepts you need clarification of. 


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 5
(1,230 Views)