LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer data between computer and circuit using labview?

Ok , u are right. evolution rate is very high in computers.

 

So can u please tell me which interface should i use for this purpose.

 

I am giving u detials of my requirement.

 

- Our circuit is "Co-incidence detection circuit"

-input to that circuit is from SPCM(which is in form of TTL pulses of 20ns)

-output is also pulse train.

-i want to count number of pulses in a particular time interval

-and want to use LABVIEW for this purpose.

 

 

So please suggest me any other interface that i can use in future also.

 

 

thanks,

 

regards,

vishal

0 Kudos
Message 11 of 14
(1,260 Views)

nirmalvishal wrote:

Ok , u are right. evolution rate is very high in computers.

 

So can u please tell me which interface should i use for this purpose.

 

I am giving u detials of my requirement.

 

- Our circuit is "Co-incidence detection circuit"

-input to that circuit is from SPCM(which is in form of TTL pulses of 20ns)

-output is also pulse train.

-i want to count number of pulses in a particular time interval

-and want to use LABVIEW for this purpose.

 

 

So please suggest me any other interface that i can use in future also.

 

 

thanks,

 

regards,

vishal


Considering that you thought the timing of the parallel port to be enough you could probably work with a USB-6501 by just using the digital IO but the single 32bit counter time on there might actually make your measurement a lot more precise and reliable than anything you could ever achieve with a parallel port.

 

You might even be able to make the entire measurement with that counter only without much of external hardware at all.

 

Rolf Kalbermatter

 

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 12 of 14
(1,238 Views)

Considering that you thought the timing of the parallel port to be enough you could probably work with a USB-6501 by just using the digital IO but the single 32bit counter time on there might actually make your measurement a lot more precise and reliable than anything you could ever achieve with a parallel port.

 

You might even be able to make the entire measurement with that counter only without much of external hardware at all.


Hi, Rolf

 

 

Thanks for such information.

 

I have started using Parallel port for counting purpose and i used example file of labview.

File("Parallel_ Port_data_Counter.vi") is attached with this message.

 

I am facing a problem with this code.

 

- in this program for counting i am giving "square pulses " from function Generator

to PIN NO 12 of Parallal Port.

-when I am keeping the frequency in the range up to 5k then it works good, and giving counting near to 5000 in 1 second.

-but after increasing frequency further upto 1 MHz then it can't give count of more then 20,000 in 1 second.

 

 

-Can You tell me what may be the problem, wether parallel port's capability or other?

 

-For timing purpose i had kept one "Elapsed Time.vi" virtual instrument (it is in "Timed_counting" file).

 

Download All
0 Kudos
Message 13 of 14
(1,189 Views)

USB-6501


Hi, Rolf

 

Please also tell me how can i use USB for inputting signal?

 

0 Kudos
Message 14 of 14
(1,181 Views)