LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer data between computer and circuit using labview?

hi.

 

We have a circuit named Co-incidence detection circuit.

Output from this circuit is pulses.

 

i want to count these pulses using labview program.

 

How can i do this?

 

Or How to see waveforms from function generator on computer using labview?

Can i uae Multisim for this purpose?

0 Kudos
Message 1 of 14
(5,160 Views)

1... Go here:  http://www.ni.com/dataacquisition/

 

2... Choose a board that meets your needs. The general-purpose boards will offer a couple of channels of pulse counting, in addition to 16 or so channels of analog voltage acquisition for looking at waveforms.  There are special boards dedicated to pulse counting, if you need more.

 

3...  You can sling a couple of VIs together for a quick-n-dirty look at your data, or a bit more complication gets you a professional-quality program with recording and analysis and display.

 

4... Wear your halo proudly.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 14
(5,154 Views)

hey

 

i don't want to use DAS/ DAB.

Can't i directly connect the output of the circuit to the serial or parallel port and use MAX for checking the input?

0 Kudos
Message 3 of 14
(5,147 Views)

For the pulses, you can use a DAQ card: http://www.ni.com/dataacquisition/   Depending on the signal level(s) of your pulses, you may need digital I/O or analog input.

 

If your function generator has a GPIB, serial or USB interface, you can communicate with it using LabVIEW. 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 4 of 14
(5,144 Views)

nirmalvishal wrote:

hey

 

i don't want to use DAS/ DAB.

Can't i directly connect the output of the circuit to the serial or parallel port and use MAX for checking the input?


 

Take a look at this thread: http://forums.ni.com/ni/board/message?board.id=170&message.id=254900&requireLogin=False

 

or do a search for parallel port DAQ.

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 5 of 14
(5,141 Views)
If your signals are ac, and suitable levels and frequencies, you could connect to the L and R soundcard inputs. There are vi's for getting and analysing the sound inputs.
0 Kudos
Message 6 of 14
(5,140 Views)

Can't i directly connect the output of the circuit to the serial or parallel port and use MAX for checking the input?

 

 

 No.  Serial and Parallel ports are for digital signals.  If you want to look at a waveform, you have to have an analog-to-digital converter somewhere.  That's what the DAQ boards are for.

 

MAX is a tool for operating the DAQ boards, but it has to have a device to work with. 

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

Message 7 of 14
(5,113 Views)

hi

 

inputs to my circuit are pulse trains while output is also a pulse train.

 

Do i consider them as Analog or Digital?

 

 

how to connect output to sound card inputs?

0 Kudos
Message 8 of 14
(5,084 Views)

Hi, thank you VT


 

 i used the link given by u:http://forums.ni.com/ni/board/message?board.id=170&message.id=254900&requireLogin=False


and i also ckechek the parallel port example.

 

when i am giving TTL input to the pins 11/12/13 of Parallel port then it is changing the status continuously.

 

i think  i would work for me.

thanks again.

 

if i found other difficulties then will contact u.

 

bye

regards,

vishal

0 Kudos
Message 9 of 14
(5,074 Views)

nirmalvishal wrote:

Hi, thank you VT


 

 i used the link given by u:http://forums.ni.com/ni/board/message?board.id=170&message.id=254900&requireLogin=False


and i also ckechek the parallel port example.

 

when i am giving TTL input to the pins 11/12/13 of Parallel port then it is changing the status continuously.

 

i think  i would work for me.

thanks again.

 

if i found other difficulties then will contact u.

 

bye

regards,

vishal


Just don't forget that parallel ports are starting to get a destinct entity in nowadays computer landscape. So you may be able to get one for now but whoever is going to have to get your application to work again over a year or two may not feel so happy about your choice.

 

Rolf Kalbermatter

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