08-27-2012 02:45 PM
Then your sensor does not detect rate. Rate would be something that you have to calculate in your program.
So, since you only have one signal, the example should work though you can delete the write section. What about answering the rest of the questions. And have you tried reading the serial data in another program such as Hyperterminal, Procomm, Putty?
08-27-2012 02:51 PM
mmmmmmmmmmm okayyy now i get it . i just need to delete the write function coz it just writes bytes to the device and that;s not my case . ok
sampling rate should be fat enough in order to obtaing the fast ECG signal. so i guess that it should be 1000,
any suggestions /?
08-27-2012 02:55 PM
one thing also . the microcontroller sends a byte which starts with a start bit. the transfer of the block ends when a stop bit is detected last.
08-27-2012 03:08 PM
@shangal wrote:
one thing also . the microcontroller sends a byte which starts with a start bit. the transfer of the block ends when a stop bit is detected last.
That just sounds like normal serial protocol which you select with the VISA Configure Serial Port.
So, run the VI and post back if you get any errors. I will also repeat my suggestion that you try another serial program. If you can read with that, you can read with LabVIEW.
08-27-2012 03:13 PM
DEAR Dennis_Knutson
thank you very much , u were a great help. i'll do the things you told me to and i will try tomorrow, and let you updated.
Sincerely
10-10-2012 06:55 AM
to acquire that signal in labview you need to purchase a usb daq card to acquire signal in labview graph.
thanks