If you are the IT guru that's been given the task of monitoring everything in your data center, this page is for you. You already know how to monitor servers and routers. But you need to monitor a few more things, too, like backup generators, transfer switches, etc. How do you make non-SNMP devices talk SNMP?

The things you are most likely to want to monitor are either discrete sensors, including dry contact alarm outputs from other equipment, or they are intelligent devices with a Modbus communications port. These two possibilities cover the vast majority of monitoring requirements in a data center beyond servers and routers.

What is Modbus? Modbus is a communication protocol that is simple enough to be supported by asynchronous serial communication ports running at 9,600 baud (or any standard async rate). The most widely used Modbus protocol is known as Modbus RTU, which most often runs over an RS-485 serial line. The RTU version of the protocol is raw binary data with a checksum at the end of the packet. ASCII is another less used version where all data is represented by ASCII character pairs per byte of data. The more recent variant is Modbus TCP, which is essentially RTU encapsulated in a TCP packet.

Modbus is popular because it is simple, it is inexpensive to implement and support, and it is a widely used standard with no license strings attached. Modbus is used to communicate data points between machines or between machines and servers. Each data point is officially a 16-bit integer register, although many devices support IEEE-754 floating point implemented as a pair of registers. (There are also provisions for a 1-bit data entity.) Each register has an address. The Modbus register address that points to an integer is very much analogous with the SNMP OID that points to an integer. There is literally a one to one mapping between SNMP OID's and Modbus registers in Control Solutions products.

Modbus is a master-slave protocol. There can be only one master on the Modbus network. The "master" polls all of the "slave" devices periodically. The master can read or write registers in the slave device, therefore reading inputs or controlling outputs on the slave device.

What is a Babel Buster? You may be interested in somehow converting Modbus to SNMP. A Babel Buster gateway may be thought of as a protocol converter. However, Babel Buster is more than just a protocol converter. And although we refer to this group of products as "gateways", it is technically not a gateway either (in IP terms). It is actually a self contained mini-server, and in many cases is a Posix server. On the Modbus side, it autonomously polls one or more Modbus devices collecting and storing its data. On the SNMP side, the collected data is available for retrieval by an SNMP Get, and "threshold rules" are constantly monitoring selected data to see if values have crossed a given threshold. If the threshold is crossed, this constitutes an "event" which in turn can do several things including generate an SNMP trap.

How do I monitor equipment that does not have SNMP capability? Whether your equipment consists of simple dry contact switches that need to be monitored, or intelligent power meters with Modbus capability, Control Solutions provides the means to monitor such equipment via SNMP. This includes being able to set up SNMP traps to be sent upon switch closure, threshold limit reached, etc. The traps are set up with simple templates in the Control Solutions device. Visit SNMP Based Remote Monitoring for more detail.

Which Control Solutions product should I use?

You would consider a Babel Buster if you want to monitor a Modbus device via SNMP. A complete list of all SNMP capable models of Babel Buster are listed on this page. You would consider a product listed on the Web I/O page if you want to monitor physical I/O points. Some of the Web I/O devices can provide Modbus gateway capability in addition to physical I/O.

What about management software? Control Solutions does not produce a front end network management software package. A number of our customers use HP OpenView, and there are a number of other options. If you are looking for options, Google "SNMP management software" and you will get more options than you probably want to look at.

One thing that is worth pointing out, however, is that each i.CanDoIt® based device is capable of a limited set of features usually left up to the front end software. The i.CanDoIt server can, on its own, send email notifications (including to your cell phone). Some are also capable of keeping history log files, which may also be emailed as attachments periodically and automatically.

What is RS-485? This is the electrical specification most often used to transmit and receive Modbus RTU protocol. It is a multi-drop interface capable of connecting multiple slaves to a single master. Each device on the RS-485 network only drives the network when it is its turn. It is not sophisticated enough to do CSMA/CD like Ethernet, hence the requirement for a master-slave polling scheme.

There are some electrical restrictions you should be aware of. Unless otherwise explicitly stated, the network load represented by each device is such that a maximum of 32 devices may be interfaced on a single RS-485 network.

It is very important to observe proper wiring of an RS-485 network. It must be connected in daisy chain fashion from one device to the next. You cannot home-run wiring from devices to a central location. The maximum network "stub" is very limited.

RS-485 is a differential signal that requires 2 conductors, neither of which are ground. You need a third conductor for ground, unless you have a solid common ground between equipment which will result in no more than 7 volts of common mode voltage between devices. Shielded cable is often recommended.

What about Modbus TCP? Modbus TCP is really just Modbus RTU encapsulated in TCP for transmission over Ethernet. Any web enabled Control Solutions product also includes Modbus TCP. Using it to collect data to be accessed via SNMP works the same as with Modbus RTU. You set up the register maps the same way. The only significant difference is replacing unit numbers and serial baud rate with an IP address instead.

Why is it called a Babel Buster? We often find that the sentiment regarding the broad mix of protocols used by various equipment is, "it's a lot of babel". So, having a sense of humor about it, and inspired by a well known comedy movie, we decided to name it Babel Buster. Aside from that, we also think you are more likely to remember "Babel Buster" than "Model 1450" or something equally bland. If you Google "1450" you get 51,000,000 things. If you Google "Babel Buster", you immediately find Control Solutions at the top of the list (in fact the entire first page of hits is nothing but Control Solutions, last we checked).