Added Debug for CIFS Link
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version="4.2.10.53 SP"?>
|
||||
<?AutomationStudio Version="4.2.11.97 SP"?>
|
||||
<Project Description="Deckelmessung" Version="1.00.0" Edition="Standard" EditionComment="Standard" xmlns="http://br-automation.co.at/AS/Project">
|
||||
<Communication />
|
||||
<ANSIC DefaultIncludes="true" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version="4.2.10.53 SP"?>
|
||||
<?AutomationStudio Version="4.2.11.97 SP"?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<ConfigurationManager ActiveConfigurationName="Config1" />
|
||||
<Deployment Value="ActiveCpu" />
|
||||
|
||||
@@ -162,8 +162,12 @@ PROGRAM _CYCLIC
|
||||
ELSIF (FUBs.DevLink.status < ERR_FUB_ENABLE_FALSE) THEN
|
||||
MpAlarmSet (gMpBasicAlarmMachine, 10, '');
|
||||
uiLinkError := FUBs.DevLink.status;
|
||||
IF uiLinkError = 20799 THEN
|
||||
uiLinkErrorSYS := FileIoGetSysError ();
|
||||
END_IF
|
||||
FUBs.DevLink.enable := FALSE;
|
||||
enCopyLogfile := enCpLogUnlink;
|
||||
|
||||
END_IF
|
||||
|
||||
//Datei <EFBFBD>ffnen
|
||||
|
||||
@@ -4,6 +4,7 @@ VAR
|
||||
usActivateCIFS : USINT;
|
||||
usDeactivateCIFS : USINT;
|
||||
uiLinkError : UINT;
|
||||
uiLinkErrorSYS : UINT;
|
||||
uiCpError : UINT;
|
||||
uiDeleteError : UINT;
|
||||
udLogfileOffset : UDINT;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version=4.2.10.53 SP?>
|
||||
<?AutomationStudio Version=4.2.11.97 SP?>
|
||||
<Cpu xmlns="http://br-automation.co.at/AS/Cpu">
|
||||
<Objects>
|
||||
<Object Type="File" Description="Software configuration">Cpu.sw</Object>
|
||||
@@ -21,7 +21,7 @@
|
||||
<DefaultTargetMemory Tasks="UserROM" />
|
||||
<Opc WindowsServer="false" />
|
||||
<Transfer AdditionalUserDir="" AddToUserPart="false" DownloadMode="Overload" ExecuteInitExitProgram="true" ForceInitialTransfer="false" KeepNonVolatileMemory="false" PreserveVariableValues="true" ProjectConsistent="true" PromptBeforeProject="true" RebootDuringTransfer="false" UserFilesIgnoreDifference="false" />
|
||||
<Vc FirmwareVersion="V4.26.3" />
|
||||
<Vc FirmwareVersion="V4.26.5" />
|
||||
<Io Supervision="false" />
|
||||
<Safety SafetyRelease="1.10" />
|
||||
<OnlineConfiguration Name="Deckelmessung" DeviceType="TCPIP" DeviceParameters="/IF=tcpip /LOPO=11159 /SA=3" ConnectionParameters="/RT=1000 /AM=* /SDT=5 /DAIP=172.20.200.174 /REPO=11159 /ANSL=1 /PT=11169" Description="" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?AutomationStudio Version="4.2.10.53 SP"?>
|
||||
<?AutomationStudio Version="4.2.11.97 SP"?>
|
||||
<ProjectSettings xmlns="http://br-automation.co.at/AS/ProjectSettings">
|
||||
<ConfigurationManager ActiveConfigurationName="Config1" />
|
||||
<Deployment Value="ActiveCpu" />
|
||||
|
||||
Reference in New Issue
Block a user