Commit a1a1d15d authored by Claes Sjofors's avatar Claes Sjofors

NodeConfig and Modbus TCP, hostname instead of address

parent f58812b3
...@@ -1159,7 +1159,7 @@ Volume OtherIO $ClassVolume 0.0.250.10 ...@@ -1159,7 +1159,7 @@ Volume OtherIO $ClassVolume 0.0.250.10
EndObject EndObject
EndObject EndObject
!/** !/**
! @Version 1.0 ! @Version 1.1
! @Group IO ! @Group IO
! @Summary Slave object for Modbus TCP I/O. ! @Summary Slave object for Modbus TCP I/O.
! Slave object for Modbus TCP I/O. ! Slave object for Modbus TCP I/O.
...@@ -1234,8 +1234,9 @@ Volume OtherIO $ClassVolume 0.0.250.10 ...@@ -1234,8 +1234,9 @@ Volume OtherIO $ClassVolume 0.0.250.10
EndBody EndBody
EndObject EndObject
!/** !/**
! @Summary IP-address for the remote node.. ! @Summary IP-address for the remote node.
! IP-address for the remote node. Dynamic change is not possible. ! IP-address for the remote node, or host name.
! Dynamic change is not possible.
!*/ !*/
Object Address $Attribute 6 08-FEB-2008 10:44:42.47 Object Address $Attribute 6 08-FEB-2008 10:44:42.47
Body SysBody 14-MAY-2012 13:53:27.76 Body SysBody 14-MAY-2012 13:53:27.76
......
...@@ -126,9 +126,8 @@ SObject pwrb:Class ...@@ -126,9 +126,8 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! IP address of the node. ! IP address of the node in format a.b.c.d, e.g. 192.168.32.144,
! ! or the host name.
! In format a.b.c.d, e.g. 192.168.32.144
!*/ !*/
Object Address $Attribute 6 Object Address $Attribute 6
Body SysBody Body SysBody
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment