Switched PLC Port to 11160 also in pgk files
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
WATCH Ver=2.00 PLCName=PLC1 CPUName=CPU TaskName=heat
|
||||
Position X=0 Y=0 Width=0 Height=0 TabWidth Name=116 Type=142 Scope=71 Force=40 Index=7 ASCIIString=0
|
||||
Position X=0 Y=0 Width=0 Height=0 TabWidth Name=231 Type=142 Scope=71 Force=40 Index=5 ASCIIString=0
|
||||
name type force value level type len format place expand specs
|
||||
QPump BOOL 0 " FALSE" 0 1 1 2 1 0
|
||||
iAITempAussen INT 1 " 51" 0 3 1 10 0 0
|
||||
iAITempMWZ INT 1 " 219" 0 3 1 10 0 0
|
||||
iAITempMBad INT 1 " 248" 0 3 1 10 0 0
|
||||
iAITempMGang INT 1 " 232" 0 3 1 10 0 0
|
||||
iAITempMKuch INT 1 " 228" 0 3 1 10 0 0
|
||||
ldiQPumpStarts DINT 0 " 0" 0 4 1 10 1 0
|
||||
ldiQPumpRuntimeHour DINT 0 " 0" 0 4 1 10 1 0
|
||||
ldiQPumpRuntimeMS DINT 0 " 0" 0 4 1 10 1 0
|
||||
iAITempAussen INT 1 " 209" 0 3 1 10 0 0
|
||||
iAITempMWZ INT 1 " 238" 0 3 1 10 0 0
|
||||
iAITempMBad INT 1 " 240" 0 3 1 10 0 0
|
||||
iAITempMGang INT 1 " 241" 0 3 1 10 0 0
|
||||
iAITempMKuch INT 1 " 244" 0 3 1 10 0 0
|
||||
ldiQPumpStarts DINT 0 " 33" 0 4 1 10 1 0
|
||||
ldiQPumpRuntimeHour DINT 0 " 715" 0 4 1 10 1 0
|
||||
ldiQPumpRuntimeMS DINT 0 " 3387900" 0 4 1 10 1 0
|
||||
gbPump BOOL 0 " FALSE" 0 1 1 2 0 0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=3.0.80.25?>
|
||||
<?AutomationStudio Version=3.0.80.31 SP01?>
|
||||
<Package xmlns="http://br-automation.co.at/AS/Package">
|
||||
<Objects>
|
||||
<Object Type="Program" Language="IEC">m_main</Object>
|
||||
|
||||
@@ -34,6 +34,6 @@ if ims > (dint (iStairFunction) * 1000) then
|
||||
endif
|
||||
|
||||
;Map local Out to DO
|
||||
A5.DOu[5] = Q_Light
|
||||
A5.DOu[5]= Q_Light
|
||||
END_PROGRAM
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ timingparam_x2x4: CYCLETIME=2000, PRESCALE=1
|
||||
[3.1632]
|
||||
comparam_eth2: IP=192.168.11.242, MASK=255.255.255.0, GATEWAY=192.168.11.254, BROADCAST=255.255.255.255, FORCE
|
||||
inaparam_eth2: PORTNO=11159, FORCE
|
||||
cfgparam_eth2: SOCKETCNT=16, DESCRCNT=16, MEMBUFCNT=453, ARPTBLENTRCNT=16, PAGECNT=16, ROUTINGENTRCNT=0, FBSERVERPORT=11159, FBTCPPRI=182, PNADAEMONPRI=184, LIBPRI=183, BROADCASTCNT=5
|
||||
cfgparam_eth2: SOCKETCNT=16, DESCRCNT=16, MEMBUFCNT=453, ARPTBLENTRCNT=16, PAGECNT=16, ROUTINGENTRCNT=0, FBSERVERPORT=11160, FBTCPPRI=182, PNADAEMONPRI=184, LIBPRI=183, BROADCASTCNT=5
|
||||
[3.1824]
|
||||
{3.108}
|
||||
klasse: "X20CP0292"
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
</CpuModule>
|
||||
</CpuModules>
|
||||
<Communication>
|
||||
<OnlineConfiguration Name="TCPIP_HOME" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=11" ConnectionParameters="/DAIP=192.168.11.242 /CKDA=0 /REPO=11159 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
<OnlineConfiguration Name="TCPIP_HOME" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=11" ConnectionParameters="/DAIP=192.168.11.242 /CKDA=0 /REPO=11160 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
</Communication>
|
||||
</PLC>
|
||||
Binary file not shown.
@@ -25,6 +25,6 @@
|
||||
</CpuModule>
|
||||
</CpuModules>
|
||||
<Communication>
|
||||
<OnlineConfiguration Name="TCPIP" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=1" ConnectionParameters="/DAIP=192.168.11.242 /CKDA=0 /REPO=11159 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
<OnlineConfiguration Name="TCPIP" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=1" ConnectionParameters="/DAIP=192.168.11.242 /CKDA=0 /REPO=11160 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
</Communication>
|
||||
</PLC>
|
||||
Binary file not shown.
@@ -2,9 +2,8 @@
|
||||
<?AutomationStudio Version=3.0.80.31 SP01?>
|
||||
<Project Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project">
|
||||
<Communication>
|
||||
<OnlineConfiguration Name="TCPIP" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=1" ConnectionParameters="/DAIP=192.168.11.242 /CKDA=0 /REPO=11159 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
<OnlineConfiguration Name="PP" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=1" ConnectionParameters="/DAIP=192.168.100.76 /CKDA=0 /REPO=11159 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
<OnlineConfiguration Name="TCPIP_1" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=1" ConnectionParameters="/DAIP=192.168.11.239 /CKDA=0 /REPO=11159 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
<OnlineConfiguration Name="TCPIP_1" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11160 /SA=1" ConnectionParameters="/DAIP=192.168.11.239 /CKDA=0 /REPO=11160 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
<OnlineConfiguration Name="PP" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11160 /SA=1" ConnectionParameters="/DAIP=192.168.100.76 /CKDA=0 /REPO=11160 /ANSL=1" RoutingPath="" UserName="Administrator" />
|
||||
</Communication>
|
||||
<Motion RestartAcoposParameter="true" RestartInitParameter="true" />
|
||||
<ANSIC DefaultIncludes="true" EnableCppComment="true" />
|
||||
|
||||
Reference in New Issue
Block a user