Common Mistakes Made Setting up Field Devices

Common Mistakes

  1. No records in the Scan Table
    1. You need to have records in your Master Channel → Scan Table corresponding to each poll record you have created in order for the data to be polled correctly:
      1. The above "Scan Table" is polling the first 3 records in the RTU with "Unit Adress" = 1
      2. The above "Poll Table" contains the 3 records being polled by the "Scan Table"
  2. Wrong comm port
    1. If you have a serial device, you need to make sure that it "AsyncCircuit" object references the correct COM port that the serial device is connected to. For the RediGate 110 series, COM0 is for the Micro USB connection and COM2 is for the DB9 serial connection
  3. RTDB database too small
    1. Every "Poll Table" sends data to an RTDB holding register, so you must make sure that you have defined a sufficient number of data registers in the RTDB, or else the data from the poll table may overflow into unexpected registers
  4. Comm Status Holreg is overwriting expected data
    1. If your "FieldUnit" device has a value in the "Comm Status Holdreg" property, the RediGate will populate 5 registers (starting with the register defined in that property box) with values. You need to make sure that the RTDB has space for those values, and that no poll records are also trying to use those RTDB registers:

Diagnostic Tools

  1. To check to see that your polls are completing successfully, Putty to your RediGate and enter commands 3, 9, (Chan Number), (RTU Number), and Y. This will show you the status of your polls:
  2. To view the current values of the registers being polled, enter commands 3, 18, (Chan Number), (RTU Address), (Starting Point Address), (Point Count), F (for formatted). This will show you the values being stored from the field device in the internal RTDB database:
  3. To view a dump of the poll/response requests being sent to/from the field device, enter commands 3, 10, (Master Channel Number), 4, (RTU Address), 1, ENTER, 99, y, ENTER, X then ENTER to stop
      
  4. If you have too many consecutive polls are failing, and you are trying to publish your data to an MQTT broker, your RediGate will send a "DEATH" message to the MQTT broker and cause the connection to fail: