设备添加
This commit is contained in:
@@ -17,8 +17,4 @@
|
||||
<ProjectReference Include="..\Model\Model.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Devices\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
17
DeviceCommand/Devices/CTS3-6-300-8IS0.cs
Normal file
17
DeviceCommand/Devices/CTS3-6-300-8IS0.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using DeviceCommand.Base;
|
||||
using Model.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
public class CTS3 : EnovaDataReporter
|
||||
{
|
||||
public CTS3(HttpClient httpClient) : base(httpClient)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
13
DeviceCommand/Devices/SDE710FH-A.cs
Normal file
13
DeviceCommand/Devices/SDE710FH-A.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using DeviceCommand.Base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
public class SDE710FH_A:ModbusTcp
|
||||
{
|
||||
}
|
||||
}
|
||||
13
DeviceCommand/Devices/SDE720SH-A.cs
Normal file
13
DeviceCommand/Devices/SDE720SH-A.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using DeviceCommand.Base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
public class SDE720SH_A : ModbusTcp
|
||||
{
|
||||
}
|
||||
}
|
||||
13
DeviceCommand/Devices/SDL710FH.cs
Normal file
13
DeviceCommand/Devices/SDL710FH.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using DeviceCommand.Base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
public class SDL710FH:ModbusTcp
|
||||
{
|
||||
}
|
||||
}
|
||||
14
DeviceCommand/Devices/THC-1100-602A.cs
Normal file
14
DeviceCommand/Devices/THC-1100-602A.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using DeviceCommand.Base;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DeviceCommand.Devices
|
||||
{
|
||||
public class THC1100:S7Device
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user