Skip to main content

DAM3601 Temperature Module

Purpose

This plugin collects DAM3601 temperature input registers using Modbus RTU framing and reads all 128 Celsius channels in one snapshot operation. It is named Dam3601Master in the device selector.

Open the plugin and supported scope

Create a serial, TCP client, or TCP server channel, then create a device using Dam3601Master. TCP channels carry RTU frames. UDP is not supported. Variable data types are Int16 and UInt16.

Plugin properties

SettingDefaultDescription
Modbus framingModbusRtuFixed to RTU.
Module station1Must match the module address.
Data formatCDABDefault temperature raw-value order.
Input registers per frame120Range 1 to 125. A complete 128-channel snapshot is split into two frames.
Send delay200 msDefault delay between the two reads.
DTU ID-Used for a DTU service connection.

Keep the other common Modbus batch limits at their defaults.

Address and special method

Use input-register addresses from the device point list in 30001 notation for cyclic variables. ReadAllTemperaturesAsync takes no parameters and reads channels 0 through 127.

MethodPurposeParameters
ReadAllTemperaturesAsyncRead all 128 Celsius temperatures-

Functions

FunctionPurpose
Read or monitorRead current values or monitor the latest device update.

Device debug

Open Development Configuration → Collection Configuration, select the DAM3601 device and click More Functions, then open Debug → Protocol Debug · Dam3601.

FeaturePurpose
Read all temperaturesReads and displays channels 0 through 127 in two frames. This panel has no write operation.

DAM3601 complete temperature snapshot

Verify the configuration

  1. Confirm that the device is online and select Read All Temperatures.
  2. Compare one connected sensor channel with the field temperature or calibration source.
  3. Confirm unused and fault-channel behavior against the module manual before creating cyclic variables.

Troubleshooting

SymptomCheck
No responseRTU framing, station, serial settings, TCP pass-through, and network.
Only some channels returnInput-register frame limit, second response, and send delay.
Temperature is clearly incorrectChannel wiring, sensor type, data format, and module range.