20230321Change

This commit is contained in:
17860779768
2023-03-21 08:27:10 +08:00
parent 59e525792d
commit 229ec1a92d
5 changed files with 630 additions and 247 deletions

View File

@ -325,7 +325,7 @@ namespace XKRS.Device.MelsecPLC
{
try
{
melsecMc.ConnectClose();
// 断开连接
// melsecMc.RemoteStop();
// OmronUDPNet.Stop();

View File

@ -26,9 +26,9 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<Optimize>false</Optimize>
<OutputPath>..\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>