20230321Change
This commit is contained in:
@ -325,7 +325,7 @@ namespace XKRS.Device.MelsecPLC
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
melsecMc.ConnectClose();
|
||||
// 断开连接
|
||||
// melsecMc.RemoteStop();
|
||||
// OmronUDPNet.Stop();
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user