Testing Honeywell Universal Modbus communications with the server

Use the test utility umbtst to test the communications.

Before using the utility, make sure that:

To use the test utility, open a Command Prompt window and type: umbtst.

When prompted for the channel The communications port used by the server to connect to a controller. Channels are one slot, point, or screw terminal of an I/O device for a single I/O value, and are defined using the Quick Builder tool. number, type chn0001 for channel 1 and so on.

Example

C:\>umbtst

Enter LRN or device name of channel
chn0001
Enter Controller number
1
Enter command:
?
READ i,a,n,p - read device i address a for n address
and p passes
WRITE i,a,d,p - write device i address a data d for p passes
DUMP i,a,b - read device i address a to address b
FIND i,j - find device with id i to j
DELAY n - set delay between passes to n ms
FORMAT f - display registers in format f (DEC,HEX,or IEEEFP)
FO filename - direct output to file
! - execute last command
Q - quit
Enter command:
find 1,4

FIND device with id   1 to   4, at 28-May-12  14:06:52
Device   1 ?
Device   2 ?
Device   3 ? ...responding
Device   4 ?
Enter command:
q

The FIND command is used with serial connected devices to check if the devices are present. This command locates all Universal Modbus devices on the channel with IDs between a and b. This command is not applicable on LAN-connected devices.

If you do not know the device name of your channel, select ViewSystem StatusChannels from the Station Experion's main operator interface. Station presents information using a series of displays. See also: display. menu. To the left of the channel name is the channel number. The device name of the channel will be the letters chn followed by the channel number. For example, your Universal Modbus channel COM3 might be channel number 1. Its device name will be chn0001.