Difference between revisions of "IB Tester"

From MCEWiki
Line 6: Line 6:
 
** [[IB Tester Errata]]
 
** [[IB Tester Errata]]
 
* [http://www.phas.ubc.ca/%7Emce/mcedocs/hardware/InstrumentBackplaneTestScripts/GPIB_IB_Tester_Users_Manual_Rev3.pdf IB Tester User's Manual]
 
* [http://www.phas.ubc.ca/%7Emce/mcedocs/hardware/InstrumentBackplaneTestScripts/GPIB_IB_Tester_Users_Manual_Rev3.pdf IB Tester User's Manual]
* [[tips on running mce ib-tester]]
+
 
 
== Additional Software ==
 
== Additional Software ==
 
=== Labview solution===
 
=== Labview solution===
Line 15: Line 15:
  
 
* For Windows Platform, Labview Report Generation Software, Version 1.1.1, National Instruments, [http://sine.ni.com/nips/cds/view/p/lang/en/nid/5769 here]
 
* For Windows Platform, Labview Report Generation Software, Version 1.1.1, National Instruments, [http://sine.ni.com/nips/cds/view/p/lang/en/nid/5769 here]
 
+
* [[tips on running mce ib-tester]]
 
=== python solution ===
 
=== python solution ===
 
Eric S. from GSFC has rewritten the code in pyton:  
 
Eric S. from GSFC has rewritten the code in pyton:  

Revision as of 15:34, 14 July 2016

Template:Hierarchy header The Instrument Backplane GPIB Tester card has the same footprint as all plug-in MCE cards and can be used to measure impedances of the cryostat interface and identify shorts and opens in the cryostat and/or the MCE. The test setup relies on running a Labview script.

Additional Software

Labview solution

  • IB Tester Labview Scripts for Windows Platform [script1 script 2]
  • IB Tester Templates [ZIP]

python solution

Eric S. from GSFC has rewritten the code in pyton:

"The excel channel MUX spreadsheet is exported to .txt. This uses a Prologix GPIB/USB interface rather than National Instruments. The Prologix communicates as a serial device over pyserial. National instruments will work in python, too, but as far as I can tell only through installing pyvisa, which takes more setup than pyserial. Feel free to use and extend!"

Additional Hardware