GPIB Communication Option

Controlling Instruments with GPIB, Ethernet, USB…or What is Next?

Which Bus is Best for Instrument Control?

Selecting the right computer bus for your test equipment is a little bit of a moving target but fortunately is moved fairly slowly and moving in the direction of better.

   

RS-232 – originating back in the early ’60s, RS-232 was developed as a standard for serial digital communication.  Connecting computers to other computers or remote instrument communication with a minimum number of wires was the primary use.  For a while, it became the most popular standard for sending data computer to computer or between instruments and computers, especially over phone lines with the use of a modem to couple the signal long-distance over existing phone lines.

By current standards, RS-232 is limited by the low transmission speeds, large connectors, and relatively large voltage swings required.  For instrumentation purposes it is limited as well by the fact that a given RS-232 link is single-ended, that is one RS-232 port would be required for each instrument to be communicated with.

GPIB – In the late ’60s seeing the need for something better, Hewlett Packard developed the HP-IB computer bus (Hewlett Packard Interface Bus). which is now more frequently referred to as GPIB (General Purpose Interface Bus) or IEEE-488, the name of the formalized standard for the interface. GPIB boasted good speed due to the 8-bit parallel nature of the bus, meaning that 8 bits of synchronized data are transmitted at each interval of communication, theoretically making it faster.  One other great advantage of the GPIB over RS-232 communication is that multiple instruments could share the same bus or network, thus reducing the number of ports required on a host computer. The downsides of this interface were that it was often troublesome to set up and hardware, connections, and cabling were all very bulky and expensive. GPIB cables are often difficult to route through equipment racks and have limited bend radius and maximum allowable run from device to device.

Ethernet – Conceived in the ’70s began its development at Xerox as an efficient computer to computer networking technology and eventually became refined and standardized in the early 80’s to be much of what we know today, displacing competing for network technologies such as Token Ring and Token Bus. Originally, the coaxial cable form is known as 10BASE-5 then 10BASE-2 gave way to the form we know today as 10BASE-T, denoting twisted pairs in lieu of the more troublesome and expensive coaxial form. This shift to twisted pair gave the Ethernet a great boost in reliability, cost and speed, and eventually market share.

Ethernet, because it was originally developed more for computer communication had in some cases been considered less suitable for instrument communication due to the lack of some instrumentation features such as group trigger, designed to allow several instruments to take a measurement at the same instant. Further, Ethernet had been considered less deterministic in general, meaning that exact timing and synchronization of events is less well-controlled even though it is generally much faster.

In 2005, LXI, or LAN eXtensions for Instrumentation standard was Introduced.  Although not all LAN-based instruments need or support this extra functionality it effectively resolves the indeterminate conditions of the bus by providing timing and trigger functions based on the IEEE1588 standard. Additionally, HiSLIP (High-Speed LAN Instrument Protocol) enhances the LAN’s capabilities to work well with instruments.

USB  –  Universal Serial Bus, was developed in the mid-’90s as the next step in communication for the PC beyond RS-232. Primarily for hooking peripheral devices, providing more standardization with plug and play, faster communication plus sharing of a port between several devices(often with a simple internal or external hub). As an added bonus, the USB can often provide the needed power to operate peripheral devices.  With regard to instrumentation systems, USB has developed some following as a low cost, easy to implement communication method for measurement.  At least partially due to the fact that all modern computers now have USB ports built-in. Several major manufacturers of test equipment now offer equipment with USB communication capabilities for easy automation projects. The latest iterations of USB with yet higher speed make it a very capable system for many instrumentation needs. The USB specification even has some well-defined Test and Measurement Class (USBTMC) of protocols for instrumentation and emulating GPIB data type transactions.

Still GPIB…While the tide is slowly turning more towards Ethernet at this time, GIPB continues to amaze people with its persistence.  While so much in the tech world is very fast to change to newer cheaper and better technology,  GPIB remains surprisingly entrenched in the test and measurement arena.  With easy-to-implement devices such as National Instruments ENET/100 that can translate from GPIB to Ethernet, it is not very difficult to cope with an existing legacy device that may still be required that only supports GPIB and not Ethernet. It seems to be the belief of most of the Test and Measurement community that in time, Ethernet, often with an isolated network will prevail as the dominant interface between instruments and PCs.

Structured Programming – Structured Programming is a programming paradigm making extensive use of subroutines and block format structures. It follows through to many higher-level languages improving troubleshooting, and maintenance of the software. Emerging back in the ’60s the need to make coding more precise, deterministic, reusable, and verifiable, Structured Programming is now accepted as good practice yet is still resisted by some. Proper use of structured programming facilitates among other things, easy transition from legacy protocols and busses to more current technologies. While there is some value in the “if it is not broke then don’t mess around with it” thought process, inevitably at some point in the future there will be motivation for change in the forward direction.  Having structured programming in place that is modular and easily maintainable will enhance any system that is not already doomed to a fixed lifespan.  Having seen the changes over the years, it is not likely that the changes in instruments or computer busses will come to a halt soon.

VXI and PXI –  Two other bus structures for communication with instruments are of note here as well, PXI and VXI, both of these are substantially instruments without user interfaces, built on the architecture of existing computer bus technology. VXI is a VME computer bus extended for Instrumentation and the PXI is PCI bus extended for Instrumentation. These instruments must live in a host computer or bus expansion chassis.  They cannot stand alone like the usual benchtop instruments but rely on the host computer to operate. They are often implemented when instruments are dedicated to a task and are not really required to have front panel controls and displays. There can be notable cost and space savings by the integration with the computer as the sole user interface or control mode. Only a few instruments are really hard to find in PXI or LXI form, Temperature chamber/Thermal platforms controllers would be one of those hard to find in VXI or PXI form. In this case, Ethernet can easily control the Thermal conditioning system while other instruments still enjoy the benefits of the integrated system.

VISA – Virtual Instrument Software Architecture (a standard under the control of Interchangeable Virtual Instrument or IVI Foundation) is a widely used input/output application programming interface used for facilitating communicating with instruments from a PC  The specifications included in The VISA data structures make it far easier to change instruments commands or change communication busses without dismantling the whole structure of existing test software.  Most of the larger instrument manufacturers implement the VISA structures in their instruments.  Following these protocols produces robust determinant communication that can easily be changed, upgraded, or modified, making life much easier in the event that an instrument or existing bus structure must be replaced or upgraded.

SCPI – (Standard Commands for Programmable instruments), now also under the control of the IVI Foundation, SCPI carries the standardization and interchangeability of instruments concept yet further.  If a given instrument is designed to implement the SCPI protocol, as an example, in theory, one brand of programmable voltmeter can be unplugged and another brand of voltmeter plugged in in its place to take the same reading using the same standardized command set.  Even another type of instrument, perhaps a scope capable of making a voltage reading might be sent the same commands as the voltmeter and return the reading in the same format. The practical benefits to the user seem great.  Many of the more mainstream vendors seem to be on board with this already although not all manufacturers have adopted these standardized commands and syntaxes.

Conclusion – It is hard to predict what might be next, we can only guess what a few of the future candidates might be, WiFi, Advancements in USB3, Bluetooth, Lightning (well scratch that one) … we will see. A number of articles have been written on the subject and although the change has been slower than many have anticipated, the inevitable fade-out of GPIB is approaching.  New systems at this time should be designed around LAN-based LXI technology when possible. In some cases where cost savings are more important, USB can be considered a good choice as well. The formal protocol extensions help but bandwidth limit considerations can still apply since a slower instrument can slow down the whole bus and even in some cases the computer’s overall performance. If a more complex and dedicated system is desired and there is no apparent reason for each instrument to have its own display and control knobs, then perhaps VXI or PXI type instruments with their more tightly integrated systems can provide a good advantage in space and cost savings.  RS-232 is still in wide use although most computers have skipped that interface in the move to USB The one instrument per bus capability is limiting for most instrument systems.  Fortunately USB to RS-232 converters is cheap, easy to implement, and readily available.

Perhaps two reasons people are reluctant to move away from legacy GPIB systems are 1) unstructured, poorly written code that might blow up if altered, 2) the memory of struggles in setting up and troubleshooting the original configuration of GPIB test equipment.  My experience is that many of the headaches involved with setting up GPIB systems stay with GPIB systems. That is to say, more modern systems are easier to design, set up and troubleshoot. That nothing could go wrong, but things have improved -a lot.

Also see “Cloud Storage”

Watlow EZ-ZONE PM Temperature Controller

Primary Features & Benefits:

  • Fully featured PID controller
  • Dim. 2-3/4 x 10 x 10 inch (HWD)
  • With feet and tilt stand 3-1/2 inches High
  • Large, easy-to-read display
  • Programmable EZ (shortcut) Button
  • Several Optional communication protocol
  • Full-featured Alarms
  • Built-in failsafe and limit features
  • Preprogrammed process control
  • Ramp and soak programming with four files and 40 total steps
  • Programmable Menu System
  • Functionality at an affordable price
  • Data Sheet

Next Generation TotalTemp Temperature Controllers

TotalTemp’s Mission is to provide better functionality and support to customers

The Next Generation TotalTemp Temperature Controllers

The Full Featured Synergy Nano and the more basic Watlow EZ-Zone PM Temperature Controllers are for use with temperature chambers and thermal platforms these controllers are ideal for use when controlled environments are essential for the testing, screening, and calibration of mission-critical systems.

For use with TotalTemp Technology equipment or retrofitted to replace outdated controllers. They are configured to desired specifications, systems come complete with circuit protection, AC plug and pre-tested with any options included in system. See the option page for more information

TotalTemp offers expertise and support before and after the sale to make sure you choose the right system doing the job in the best way.

Benchtop Temperature Chamber | Environmental Test Chamber

Is it a Chamber? Is it a Platform? It’s BOTH! Introducing the first true Hybrid Temperature Chamber/Platform combination: the Hybrid Benchtop Chamber. The floor of the chamber features a fully functional Hot/Cold Plate that can operate independently or simultaneously with the chamber. Our models are available in various sizes: Micro, Small, and Medium thermal Chambers.

Purchase as a completely new system – OR – purchase just the top chamber

“Shroud”

to fit over your existing Thermal Platform

Primary Features & Benefits: Environmental Temperature Test Chamber

Hybrid Benchtop Temperature Chamber

Order HBC144-N

temperature control

Model HBC144-N Data Sheet

13″ x 13″ x 8.5″ high workspace. Left and
right 2″ cabling feed-throughs.

It has a 12” x 12” thermal platform built into
the floor which is essentially the same as our

SD144-N Thermal Platform

Order HBC49-N

temperature control

Model HBC49-N Data Sheet

7.5” 8.5” x ~5”H workspace. Left and
right cabling feed-throughs.

It has a 6.5” x 7.5” thermal platform built into
the floor which is essentially the same as our

SD49-N Thermal Platform

Mini Benchtop

Mini Benchtop Temperature Chambers

Primary Features & Benefits:
  • With a top-opening door, they are well suited for small parts and for automated benchtop testing, either with a test operator or unattended.
  • They provide a convenient alternative to traditional benchtop chambers with a front hinged door.
  • BC144-N is a 13″ x 13″ x 8.5″ high workspace
  • BC144-N has left and right 2″ cabling feed-throughs.
  • BC49-N is 7.5” 8.5” x ~5”H workspace
  • BC49-N has left and right cabling feed-throughs.
  • Fast and efficient, wide temperature range. Uses little workbench space.
  • Extra active heating and cooling on the floor will make it a Hybrid Benchtop Chamber.

Order BC49  Order BC144

BC49 Product Data Sheet

BC144 Product Data Sheet

Limit Controllers

Thermal Range Safety

Limit Controllers shut down power to heating and cooling circuits in the event of an out-of-range hot or cold condition. Disables a redundant coolant valve to protect against primary coolant valve failure. Easily read and set by the user. The large LED display indicates temperature and system status.

Thermal Platforms and Temperature Chambers include a resettable latching Over-Temperature Safety Device. Synergy Nano and Watlow EZ Zone Controllers both have built-in range safety to protect against possible thermal runaway. Both sensor range error limits and setpoint limits are employed to improve safety. Optional fail-safe Limit Controllers are offered to further enhance safety.

Synergy Nano in 19 Inch Rack with optional Thermal Range Safety Controller.

Watlow EZ-Zone with optional Thermal Range Safety Controller.

Independent and Retrofittable Hi/Low Precision Failsafe System

This system provides truly independent safety and security from any failsafe issues that might occur and can be retrofitted to most existing Thermal Platforms or Temperature Chambers. This unit is intended to supply power to and protect any temperature chamber, thermal platform, or other thermal systems from selectable ranges of extreme temperatures. Designed to be easily customized to meet your unique and specific needs:

  • Can be configured to your specific voltage and power options.
  • A variety of temperature sensor choices, Thermocouples or RTD’s.
  • We also offer an infrared non-contact temperature sensor, ask us about it.
  • Choose your alarm type, audible, flashing light, text or email, etc.
  • Standard digital display or full-color GUI if you prefer.
  • Rackmount options are available as well.
  • Wide temperature range options available from -185°C to +300°C

Thermal Testing Limit Safety

Thermal Platforms Heat Only

 

TotalTemp’s Mission is to provide better functionality and
support to customers with more affordable thermal testing systems.

Thermal Platforms Heat Only

These Heat Only Thermal Platforms are perfect for using conductive transfer to test components from ambient to hot temperatures. They work best for parts with a low or flat physical profile. They transfer heat outstandingly for programmed or very rapid heating transition times and have a precise temperature control every time from room temperatures to extremely hot.

Temperature Ranges Available:

  • Ambient to Maximum +200°C
  • Ambient to Maximum +300°C
  • Ambient to Maximum +350°C
  • Ambient to Maximum +450°C

Available Sizes for Heat Only Thermal Platforms:

  • HSD14 has 3.75″ x 3.75″ of usable surface area (14 sq. in / 90 sq. cm)
  • HSD49 has 6.5″ x 7.5″ of usable surface area (49 sq in/315 sq cm)
  • HSD98 has 6.5″ x 15″ of usable surface area (98 sq in/630 sq cm)
  • HSD144 has 12″ x 12″ of usable surface area (144 sq. in/929 sq. cm)
  • HSD288 has 12″ x 24″ of usable surface area (288 sq. in/1858 sq. cm)
  • HSD450 has 25″ x 18″ of usable surface area (450 Sq. in/2900 Sq. cm)

HSD Series Data Sheet

Temperature Chambers

More on Temperature Chambers

They are used in many places to simulate thermal environments. Typically for various specific test purposes. They are often used to stress test and validate electronic systems /components. They are also useful for tests with biological items, specimens, industrial products, materials and mechanical devices. Chambers are used to qualify the proper operation while the parts are being exposed to thermal environments, similar to what they will be expected to operate in while over product life. Temperature chambers can be optimized for specific testing such as burn-in, accelerated life testing, stress testing according to specific standards or simply to weed out early failures in any production.

TotalTemp is focused on Benchtop thermal test equipment and custom products. Larger chambers, Humidity salt spray are not our specialties, TotalTemp does offer Thermal Vacuum Products which performs best with the conductive heat transfer of a Temperature Chamber.

temperature control

This Model C230-N Temperature Chamber is designed for an extended temperature range.
With a workspace 12” high x 16” wide x nominal 12” deep.
Custom Apertures made to withstand extreme temperatures, mounted left side, right side, top and bottom of the chamber with a 4” nominal ID.

temperature control

Large size benchtop temperature chamber.The controller is able to rest on top or on a nearby bench.

01
Made to order with a competitive purchase price

02
Even heating and cooling or dual-zone option

03
Extremely fast temperature transition rates

04
High accuracy temperature sensors

05
Reliable Stainless Steel Interior

06
Optional Shelves for DUT

07
Excellent access to DUT

08
Made in America

09
Caster Stand Chambers & Benchtop Designs Available.

10
Cryogenic or as a mechanically refrigerated compressor-based system.

SD51 Cryo Microwave Processor

 

Microwave-Assisted Freeze Substitution
of Biological and Biomedical Samples

Cryo Microwave Sample Processor with the TotalTemp Temperature Chamber System specially engineered to operate inside of the Ted Pella BioWave Microwave Oven

Freeze substitution (FS) fixation of hydrated samples frozen in glassy ice provides exceptional structure preservation for light and electron microscopy.

It enables immunological detection of heat-labile antigens, which are otherwise damaged or destroyed by processing at room or elevated temperatures.