Commit 23fbab40 authored by Claes Sjofors's avatar Claes Sjofors

Doc, minor fix for Profinet

parent 050a36b2
......@@ -85376,11 +85376,11 @@ this parameter settings menu."
! The main parameter:
!
! 1 Slave/device name: abb-drive1
! 2 Slave/device Ip adress 10.0.0.11 and mask 255.255.255.0
! 2 Slave/device Ip adress 192.168.90.11 and mask 255.255.254.0
!
! Before starting the Profinet Viewer the NIC configuration in this case are
! done like example 9 below, i.e. Proview master station ip adress 10.0.0.1,
! mask 255.255.255.0, HWaddress aa:00:04:00:21:14 and ethernet interface eth1.
! done like example 9 below, i.e. Proview master station ip adress 192.168.90.1,
! mask 255.255.254.0, HWaddress aa:00:04:00:21:14 and ethernet interface eth1.
!
! Note The HWadress must be between an interval specified under the Profinet master
! class object PnControllerSoftingPNAK,
......@@ -2941,8 +2941,8 @@ Volume Profibus $ClassVolume 0.0.250.7
!
! auto eth1
! iface eth1 inet static
! address 10.0.0.1
! netmask 255.255.255.0
! address 192.168.90.1
! netmask 255.255.254.0
! hwaddress ether xx:xx:xx:xx:xx:xx
!
! where xx:xx:xx:xx:xx:xx needs to be:
......
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