LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview (serial port from usb)

Actually i am working on project which is based on Emg (Electromayography),, bascially i want to receive emg signal from circuit and then some interfacing i want to show Emg signal on Labview software via GUI. I don't understand how i interface data via usb and serial port.

what steps are required for it for data acquisition for labview and for interfacing ? kindly help me out

0 Kudos
Message 21 of 33
(2,560 Views)

@raghees4u wrote:

Actually i am working on project which is based on Emg (Electromayography),, bascially i want to receive emg signal from circuit and then some interfacing i want to show Emg signal on Labview software via GUI. I don't understand how i interface data via usb and serial port.

what steps are required for it for data acquisition for labview and for interfacing ? kindly help me out


You are replying to a post which is 2 years old, and even started much earlier. First of all, you should have started a new post, but please define your project requirements in a more detailed/better way:

 

  • "i want to receive emg signal from circuit"
    • What kind of circuit you have? If your circuit gives you an analog signal, you need a A/D converter, a DAQ device. To be able to pick the proper DAQ hardware, you need to know several things like: required bit rate (bit resolution of the AD converter), sampling rate (1 Hz, 1 kHz, 1 MHz, ...?), voltage range, etc...
  • "i want to show Emg signal on Labview software via GUI"
    • If you use a NI hardware, it is very simple to make a LabVIEW code with DAQmx drivers
  • "I don't understand how i interface data via usb and serial port."
    • Again, specify your hardware: what kind of signal is available from your EMG hardware? Is it a custom (home) made device, or from a company? Why you talk about serial port? I do not think you want to transmit analog EMG signal via serial...

edit: just to clarify: if you need to measure an analog signal, you can pick an appropriate NI hardware, which has for example USB interface. You connect the NI hardware via USB to your PC...

 

Edit2: After you picked a DAQ hardware, you can use the Biomedical toolkit for LabVIEW to "play" with your EMG signal: http://sine.ni.com/nips/cds/view/p/lang/en/nid/211023

0 Kudos
Message 22 of 33
(2,553 Views)

Actually i m taking emg signal from surface electrodes placed on body parts and definitly homemade circuit and giving analogue output and i justt want to show this signal on Labview software. 

How can i show this signal without NI DAQ devices?


@Blokk wrote:

@raghees4u wrote:

Actually i am working on project which is based on Emg (Electromayography),, bascially i want to receive emg signal from circuit and then some interfacing i want to show Emg signal on Labview software via GUI. I don't understand how i interface data via usb and serial port.

what steps are required for it for data acquisition for labview and for interfacing ? kindly help me out


You are replying to a post which is 2 years old, and even started much earlier. First of all, you should have started a new post, but please define your project requirements in a more detailed/better way:

 

  • "i want to receive emg signal from circuit"
    • What kind of circuit you have? If your circuit gives you an analog signal, you need a A/D converter, a DAQ device. To be able to pick the proper DAQ hardware, you need to know several things like: required bit rate (bit resolution of the AD converter), sampling rate (1 Hz, 1 kHz, 1 MHz, ...?), voltage range, etc...
  • "i want to show Emg signal on Labview software via GUI"
    • If you use a NI hardware, it is very simple to make a LabVIEW code with DAQmx drivers
  • "I don't understand how i interface data via usb and serial port."
    • Again, specify your hardware: what kind of signal is available from your EMG hardware? Is it a custom (home) made device, or from a company? Why you talk about serial port? I do not think you want to transmit analog EMG signal via serial...

edit: just to clarify: if you need to measure an analog signal, you can pick an appropriate NI hardware, which has for example USB interface. You connect the NI hardware via USB to your PC...

 

Edit2: After you picked a DAQ hardware, you can use the Biomedical toolkit for LabVIEW to "play" with your EMG signal: http://sine.ni.com/nips/cds/view/p/lang/en/nid/211023


 

0 Kudos
Message 23 of 33
(2,516 Views)

Actually i want to know how can i communicate with Labview?

can i use serial port in Emg circuit for data acquisition or usb for this purpose?

0 Kudos
Message 24 of 33
(2,507 Views)
"How can i show this signal without NI DAQ devices?"
You need a hardware anyway. How do you want to interface your analog signal to your computer? So either you use an NI hardware, and it is a straightforward solution, or you try to buy some other device, and it comes with some LabVIEW driver if you are lucky... There are some more crazy things i heard about, like connecting an analog signal into the PC audio line in port... but i fo not know details and useability....
0 Kudos
Message 25 of 33
(2,498 Views)

can analogue signal be transfered through usb

0 Kudos
Message 26 of 33
(2,493 Views)
"Actually i want to know how can i communicate with Labview?
can i use serial port in Emg circuit for data acquisition or usb for this purpose?"
You said you have a home made circuit. Does it have a serial port developed with the necessary drivers, etc? Does your circuit has a A/D converter?
I think you are not familiar with some basic things... you cannot connect an analog signal to your PC via serial port....
0 Kudos
Message 27 of 33
(2,492 Views)

Thanks 4  ur replies 

if somehow i develop serial port on circuit and uses A/D convertor and then will it communicate with Labview?

0 Kudos
Message 28 of 33
(2,482 Views)

1. You need to be very cautious with electrodes attached to the body and homemade circuits. Leakage currents of a few tens of microamperes canbe dangerous or even lethal under some conditions when applied to the body through surface electrodes.

 

2. LabVIEW only works with bytes of digital data in the computer's memory. So you need some kind of equipment to convert the analog voltage coming from your EMG signal conditioning circuits into digital data and to transfer it to the computer.  The conversion is done with a device called an analog to digital converter (ADC).  This may be implemented as external circuitry following the signal conditioner, a DAQ device with analog input capability, or some kind of instrument such as an oscilloscope. The transfer mechanism depends on how the analog to digital conversion is done. Many instruments have USB or serial port communications capability. That capability can be designed and built into the supporting circuits for an external ADC. Some DAQ devices connect via USB. If your EMG circuits have a serial port, you should be able to use that. You will need to install VISA as well as LabVIEW.

 

Lynn

0 Kudos
Message 29 of 33
(2,479 Views)
haha, it is not that simple 🙂 i recommend you to talk someone who knows electronics and computers...
0 Kudos
Message 30 of 33
(2,477 Views)