Hobbyist Toolkit

cancel
Showing results for 
Search instead for 
Did you mean: 

Raspberry Pi & DMM Control

Hello,

 

I am using the linx hobbyist toolkit and it works well for controlling the raspberry pi, however I also want to control an Agilent 34405 and the raspberry pi together. 

 

What is the best way of doing this? The easiest way I know of is just to have two separate projects. Ideally, I'd prefer it to be under the same project/application.

0 Kudos
Message 1 of 5
(1,632 Views)

To control your Agilent DMM, use VISA libraries.

 

You can use both in the same application, just maintain both the VISA references separately and use them appropriately with their commands.

 

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 5
(1,614 Views)

So if I place my Agilent subvis into the raspberry pi application would I then connect the usb cable to my pc or raspberry pi? My assumption is raspberry pi. Will the library also be uploaded to the raspberry pi?

 

I am hoping to be able to use the front panel on my pc and am communicating to the raspberry pi using the local I/O option. 

0 Kudos
Message 3 of 5
(1,607 Views)

You connect Agilent to your PC, and your PC talks to RPi over LINX and over VISA libraries or drivers with Agilent.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 4 of 5
(1,560 Views)

I follow what you’re saying and that’s exactly what I would like to do. However, I can’t get it to work with the raspberry pi. I can do that with Arduino, but I need 3.3V SPI so have to use raspberry pi. 

The only way I’ve been able to communicate with the raspberry pi is by using the Local I/O option which is by adding the raspberry pi as a real time device in my project. 

If you have time can you write up an example of what you’re suggesting? Thank you for the help so far. 

0 Kudos
Message 5 of 5
(1,525 Views)