User Tools

Site Tools


software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software [2025/02/04 09:18] – [Cambridge Guide] simonsoftware [2025/02/05 15:48] (current) – [Youtube Guide] simon
Line 54: Line 54:
  
  
-===== GPIB-USB =====+====== GPIB-USB ======
 There are two ways on how to install the gbip driver. The first one is a guide made by //Marios Omar Choudary (University of Cambridge)//, the second one is a guide made by the Youtuber  //Tech Tangents//. There are two ways on how to install the gbip driver. The first one is a guide made by //Marios Omar Choudary (University of Cambridge)//, the second one is a guide made by the Youtuber  //Tech Tangents//.
  
Line 100: Line 100:
  
 ===== Youtube Guide ===== ===== Youtube Guide =====
-The Youtuber  //Tech Tangents// made a video guide on how to install and use a gpib interface [[https://www.youtube.com/watch?v=OzLHvzzZVKs|Videolink]]+The Youtuber  //Tech Tangents// made a video guide on how to install and use a gpib interface [[https://www.youtube.com/watch?v=OzLHvzzZVKs|Videolink]], keep in mind that LabVIEW still does not recognize the gpib interface but python does.  
 +**Note:** This procedure has to be repeated every time the kernel gets update (if only a reboot took place repeat the second part of this guide). 
 + 
 + 
 +- Download the newest version of the driver [[https://linux-gpib.sourceforge.io/|here]]. 
 +  - Install the kernel 
 +      - make 
 +      - sudo make install 
 +  - Install the user 
 +      - ./bootstrap 
 +      - ./configure --sysconfdir=/etc 
 +      - sudo make 
 +      - sudo make install 
 + 
 +For the computer to recognize and use the gpib driver the following commands have to be made every time the system reboots. 
 +      - groupadd gpib 
 +      - sudo usermod -a -G gpib $USER 
 +      - sudo ldconfig 
 +      - sudo gpib_config -t ni_usb_b
 ====== Leach ====== ====== Leach ======
  
software.1738657086.txt.gz · Last modified: by simon