Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:sw:01-mervis:setting-modbus-server-hidden [2021/08/05 13:04] avsetulaen:sw:01-mervis:setting-modbus-server-hidden [2024/07/24 14:36] (current) kcerny
Line 44: Line 44:
 </WRAP> </WRAP>
  
-A new **server-channel** will appear under the **PLC**. Double click on it and on the **Properties panel** change the name to something more descriptive. The channel will be for ModbusRTU master communication, so the name **ModbusRTU-master** makes sense.+A new **server-channel** will appear under the **PLC**. Double click on it and on the **Properties panel** change the name to something more descriptive. The channel will be for ModbusRTU slave communication, so the name **ModbusRTU-slave** makes sense.
  
 {{ :en:sw:01-mervis:modbus-server-03-channel-name.png?direct |}} {{ :en:sw:01-mervis:modbus-server-03-channel-name.png?direct |}}
Line 60: Line 60:
 {{ :en:sw:01-mervis:modbus-server-06-add-server-device.png?direct |}} {{ :en:sw:01-mervis:modbus-server-06-add-server-device.png?direct |}}
  
-A new device will appear under the channel **ModbusRTU-master**. Double click on it and in the **Properties panel** change the **Device address** to something meaningful. We could change the **Name** as well, but on this channel we will have only one device.+A new device will appear under the channel **ModbusRTU-slave**. Double click on it and in the **Properties panel** change the **Device address** to something meaningful. We could change the **Name** as well, but on this channel we will have only one device.
  
 {{ :en:sw:01-mervis:modbus-server-07-device.png?direct |}} {{ :en:sw:01-mervis:modbus-server-07-device.png?direct |}}
Line 104: Line 104:
 You can leave the **Device IP Address** as is (0.0.0.0). The Mervis will internally set it to the current IP address of the PLC. You can leave the **Device IP Address** as is (0.0.0.0). The Mervis will internally set it to the current IP address of the PLC.
  
-The **Device Port** however, you need to set. Typical ModbusTCP port is 502, but there is already running internal application on this port. So set it to 503 for example. +From Mervis IDE 2.6.5 the port 502 was freed, for older version, following applies: the **Device Port** needs to be changed. Typical Modbus TCP port is 502, but there is already running internal application on this port. So set it to 503 for example. 
 </WRAP> </WRAP>