Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Connection between LabVIEW and oscilloscope

Hello,

I am a starter in LabVIEW, and I have a problem on getting data out from the oscilloscope. The type of the oscilloscope is HM507, and this oscilloscope only has RS232. How do I get the data of the waveform on the oscilloscope? Do I need to get any module?  I already have a RS232 to USB adapter. Besides, I need to use the data of the waveform to make a same waveform on the computer. Is it possible to display the waveform on the LabVIEW?

0 Kudos
Message 1 of 2
(3,037 Views)

Here is the location of the manual:

http://docs-europe.electrocomponents.com/webdocs/0296/0900766b80296cd0.pdf

It appears that any command that can be sent remotely is shown as: "COMMAND"

 

NOTE: The RS-232 is configured as 8-N-2 using the RTS/CTS Hardware Protocol.  After powering up the scope, it awaits 0x200D {<Space><CR>} from the PC operating anywhere between 110 to 115,200 baud.  The oscilloscope should then respond with 0x300D0A {<0><CR><LF>} to signify that it is healthy and controlled remotely.

Help the Community (and future reviewers) by marking posts as follows:
If it helped - KUDOS
If it answers the issue - SOLUTION
0 Kudos
Message 2 of 2
(2,997 Views)