User manual
Connect Tech Blue Heat/Net User Manual
Revision 0.17 59
Node_Name is created above, and refers uniquely to each device. The File_Type,
File_Number, Address, and Length are specific to the DF1 protocol. The
Scan_Interval refers to how often Blue Heat/Net should read values from the device.
DNP3 Configuration
The Node_Name is used below to get data from the device. The Node_ID refers to the device
by number (1-65535). The Port is the serial port number used to access data on the PLC, P1
refers to Serial 1 etc.
Bridge
System_Node_Id,
111 ,
//==============================================================
//
// Client Side Nodes
//
Nodes
Node_Name ,Node_ID, Port,
test01 ,12 , P2 ,
Node_Name is used below to identify the device. The other parameters are DNP3 specific and
refer to the memory addresses of the device where the data is stored. The scan_interval is
the elapsed time between successive reads of the device by Blue Heat/Net.
//==============================================================
//
// Client Side Map Descriptors
//
// DNP3
Map_Descriptors
Node_Name, Address ,Length ,dnpSubType ,dnpFlagBit ,dnpDataType
,dnpDataVari ,scan_interval
test01 , 0 ,4 ,value ,3 ,30
,1 ,0.5s
test01 , 0 ,4 ,value ,3 ,40
,1 ,0.5s
test01 , 0 ,14 ,value ,3 ,1
,1 ,0.5s
test01 , 0 ,14 ,value ,3 ,10
,1 ,0.5s
Modbus RTU Configuration
Node_Name is used below to get and set data from the device. The Node_ID is the user
assigned Modbus RTU address of the device. Port refers to the port on Blue Heat/Net. P1 is
serial 1, etc.
Note: it is possible to have more than one Node_ID on a single port. It is also possible to have
different nodes tied into different ports but have the same Node_ID.