EEVblog Electronics Community Forum

Products => Test Equipment => Topic started by: RandallMcRee on March 15, 2016, 11:43:29 pm

Title: Question about Rigol DS1054Z and USB/PC
Post by: RandallMcRee on March 15, 2016, 11:43:29 pm
I'm thinking about getting one of these units.

Or something else. Hence the question.

Getting data into and out of my PC is important to me. For example, I built this motor and it *ought* to be going at a certain RPM plus or minus 2 ppm. To verify I would like to download the hall effect sensor data that I collect using my new 1054Z, to the PC and just run a program on it.

Is it possible?

Can the PC display the same waveform as seen on the scope itself?

Thanks,
Randall
Title: Re: Question about Rigol DS1054Z and USB/PC
Post by: bitseeker on March 16, 2016, 04:00:17 am
Can the PC display the same waveform as seen on the scope itself?

You might find this helpful: http://www.teuniz.net/DSRemote/ (http://www.teuniz.net/DSRemote/)
Title: Re: Question about Rigol DS1054Z and USB/PC
Post by: ebastler on March 16, 2016, 06:02:17 am
Can the PC display the same waveform as seen on the scope itself?

You might find this helpful: http://www.teuniz.net/DSRemote/ (http://www.teuniz.net/DSRemote/)

... if you happen to run Linux.  ;)

Actually, Sigrok sounds like a good (better?) match for your task. It is aimed at capturing and analysing data from multimeters and scopes. Sigrok has been around and actively supported for years, and should support the DS1000Z series now https://sigrok.org/wiki/Rigol_DS1000Z_series (https://sigrok.org/wiki/Rigol_DS1000Z_series).  Disclaimer: I have not used Sigrok myself yet!
Title: Re: Question about Rigol DS1054Z and USB/PC
Post by: Karel on March 16, 2016, 08:25:21 am
Can the PC display the same waveform as seen on the scope itself?

You might find this helpful: http://www.teuniz.net/DSRemote/ (http://www.teuniz.net/DSRemote/)

... if you happen to run Linux.  ;)

DSRemote runs everywhere. In the unfortunate case you are forced to use windows, you can run DSRemote in Virtualbox.

https://www.virtualbox.org/ (https://www.virtualbox.org/)

Title: Re: Question about Rigol DS1054Z and USB/PC
Post by: jeremy on March 16, 2016, 08:27:49 am
I've got the data out of mine using python-ivi, using the driver built into the kernel in linux and using pyvisa via NI VISA.