Difference between revisions of "IB Tester"

From MCEWiki
 
Line 1: Line 1:
 
{{Related|Accessories}}
 
{{Related|Accessories}}
The [[Instrument Backplane]] Tester (IB Tester), also known as the Continuity Checker, is a GPIB card with 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.
+
The '''[[Instrument Backplane]] Tester''' (IB Tester), also known as the '''Continuity Checker''', is a GPIB card with 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.
  
 
* [http://www.phas.ubc.ca/%7Emce/mcedocs/hardware/tech_description/sc2-ele-s58e-502_gpib_ib_tester_description.pdf IB Tester Functional Description]
 
* [http://www.phas.ubc.ca/%7Emce/mcedocs/hardware/tech_description/sc2-ele-s58e-502_gpib_ib_tester_description.pdf IB Tester Functional Description]

Latest revision as of 16:40, 17 May 2017

The Instrument Backplane Tester (IB Tester), also known as the Continuity Checker, is a GPIB card with 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