mbusm add n ip|serial

*This is command is used when the CTM200 is being used as a MODBUS Master*

Command is used when CTM-200 is being used as a MODBUS Master device and polling MODBUS Slave device through TCP or Serial port. This command will add a MODBUS Slave to MODBUS Master polling list. It will display all MODBUS slaves to be polled when it is used without arguments.

n = 1 to 4MODBUS Slave device ID
ip = 1.0.0.0 to 255.255.255.255Add MODBUS TCP slave type. MODBUS Slave Device IP address
serial = Serial A or Serial aAdd MODBUS Serial slave type. MODBUS Slave using ASCII protocol
serial = Serial R or Serial rAdd MODBUS Serial slave type. MODBUS Slave using RTU protocol

Examples:

  1. Query the current list :
    cmd mbusm add
  1. Add a MODBUS serial slave device that uses ASCII protocol :
    cmd mbusm add 1 Serial A
  1. Add MODBUS TCP slave devices that has an IP of 192.168.100.100 and .101 :
    cmd mbusm add 2 192.168.100.100
    cmd mbusm add 3 192.168.100.101

See also: MODBUS


Firmware revision 2.0.4.2702

Last modified 7 years ago Last modified on 12-12-21 10:43:42 AM