mirror of
https://gitee.com/lircy/S7CommPlusV3Driver
synced 2026-03-28 09:16:35 +08:00
first commit
This commit is contained in:
1
DriverTest/.vs/DriverTest.csproj.dtbcache.json
Normal file
1
DriverTest/.vs/DriverTest.csproj.dtbcache.json
Normal file
@@ -0,0 +1 @@
|
||||
{"RootPath":"D:\\personal data\\S7CommPlus协议研究资料\\S7CommPlusDriver-master\\src\\DriverTest","ProjectFileName":"DriverTest.csproj","Configuration":"Debug|x86","FrameworkPath":"","Sources":[{"SourceFile":"Program.cs"},{"SourceFile":"Properties\\AssemblyInfo.cs"},{"SourceFile":"TestPlcTag.cs"},{"SourceFile":"obj\\x86\\Debug\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"}],"References":[{"Reference":"D:\\personal data\\S7CommPlus协议研究资料\\S7CommPlusDriver-master\\src\\packages\\BouncyCastle.1.8.9\\lib\\BouncyCastle.Crypto.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\Microsoft.CSharp.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\mscorlib.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"D:\\personal data\\S7CommPlus协议研究资料\\S7CommPlusDriver-master\\src\\S7CommPlusDriver\\bin\\x86\\Debug\\S7CommPlusDriver.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":true,"ProjectPath":"D:\\personal data\\S7CommPlus协议研究资料\\S7CommPlusDriver-master\\src\\S7CommPlusDriver\\bin\\x86\\Debug\\S7CommPlusDriver.dll"},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Net.Http.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.7.2\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\personal data\\S7CommPlus协议研究资料\\S7CommPlusDriver-master\\src\\DriverTest\\bin\\x86\\Debug\\DriverTest.exe","OutputItemRelativePath":"DriverTest.exe"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
|
||||
6
DriverTest/App.config
Normal file
6
DriverTest/App.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
112
DriverTest/DriverTest.csproj
Normal file
112
DriverTest/DriverTest.csproj
Normal file
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{94755B6A-7E0D-40F9-A2ED-48FF0C0FEA2B}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>DriverTest</RootNamespace>
|
||||
<AssemblyName>DriverTest</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x64\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||
<OutputPath>bin\x64\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="S7CommPlusDriver">
|
||||
<HintPath>..\Lib\S7CommPlusDriver.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
183
DriverTest/Program.cs
Normal file
183
DriverTest/Program.cs
Normal file
@@ -0,0 +1,183 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using S7CommPlusDriver;
|
||||
|
||||
using S7CommPlusDriver.ClientApi;
|
||||
|
||||
|
||||
namespace DriverTest
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
string HostIp = "192.168.0.250";
|
||||
string Password = "";
|
||||
int res;
|
||||
List<ItemAddress> readlist = new List<ItemAddress>();
|
||||
Console.WriteLine("Main - START");
|
||||
// Als Parameter lässt sich die IP-Adresse übergeben, sonst Default-Wert von oben
|
||||
if (args.Length >= 1) {
|
||||
HostIp = args[0];
|
||||
}
|
||||
// Als Parameter lässt sich das Passwort übergeben, sonst Default-Wert von oben (kein Passwort)
|
||||
if (args.Length >= 2) {
|
||||
Password = args[1];
|
||||
}
|
||||
Console.WriteLine("Main - Versuche Verbindungsaufbau zu: " + HostIp);
|
||||
|
||||
S7CommPlusConnection conn = new S7CommPlusConnection();
|
||||
res = conn.Connect(HostIp, Password);
|
||||
if (res == 0)
|
||||
{
|
||||
Console.WriteLine("Main - Connect fertig");
|
||||
|
||||
#region Variablenhaushalt browsen
|
||||
Console.WriteLine("Main - Starte Browse...");
|
||||
// Variablenhaushalt auslesen
|
||||
List<VarInfo> vars = new List<VarInfo>();
|
||||
res = conn.Browse(out vars);
|
||||
Console.WriteLine("Main - Browse res=" + res);
|
||||
#endregion
|
||||
List<VarInfo> vars_ = vars.GetRange(0,1000);
|
||||
#region Werte aller Variablen einlesen
|
||||
Console.WriteLine("Main - Lese Werte aller Variablen aus");
|
||||
|
||||
List<PlcTag> taglist = new List<PlcTag>();
|
||||
PlcTags tags = new PlcTags();
|
||||
|
||||
foreach (var v in vars_)
|
||||
{
|
||||
taglist.Add(PlcTags.TagFactory(v.Name, new ItemAddress(v.AccessSequence), v.Softdatatype));
|
||||
}
|
||||
foreach (var t in taglist)
|
||||
{
|
||||
tags.AddTag(t);
|
||||
}
|
||||
if (res == 0)
|
||||
{
|
||||
Console.WriteLine("====================== VARIABLENHAUSHALT ======================");
|
||||
|
||||
string formatstring = "{0,-80}{1,-30}{2,-20}{3,-20}";
|
||||
Console.WriteLine(String.Format(formatstring, "SYMBOLIC-NAME", "ACCESS-SEQUENCE", "TYP", "QC: VALUE"));
|
||||
for (int i = 0; i < vars_.Count; i++)
|
||||
{
|
||||
string s;
|
||||
|
||||
s = String.Format(formatstring, taglist[i].Name, taglist[i].Address.GetAccessString(), Softdatatype.Types[taglist[i].Datatype], taglist[i].ToString());
|
||||
Console.WriteLine(s);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
Console.WriteLine("按任意键开始读");
|
||||
Console.ReadKey();
|
||||
while (res == 0)
|
||||
{
|
||||
System.Diagnostics.Stopwatch stopwatch = new System.Diagnostics.Stopwatch();
|
||||
stopwatch.Start();
|
||||
res = tags.ReadTags(conn);
|
||||
stopwatch.Stop();
|
||||
long ms = stopwatch.ElapsedMilliseconds;
|
||||
if (res == 0)
|
||||
{
|
||||
string header = $"读取{vars_.Count}个变量耗时{ms}毫秒";
|
||||
Console.WriteLine(header);
|
||||
}
|
||||
}
|
||||
|
||||
#region Werte aller Variablen einlesen
|
||||
Console.WriteLine("Main - Lese Werte aller Variablen aus");
|
||||
|
||||
foreach (var v in vars)
|
||||
{
|
||||
readlist.Add(new ItemAddress(v.AccessSequence));
|
||||
}
|
||||
List<object> values = new List<object>();
|
||||
List<UInt64> errors = new List<UInt64>();
|
||||
|
||||
|
||||
// Fehlerhafte Variable setzen
|
||||
//readlist[2].LID[0] = 123;
|
||||
res = conn.ReadValues(readlist, out values, out errors);
|
||||
#endregion
|
||||
|
||||
|
||||
#region Variablenhaushalt mit Werten ausgeben
|
||||
|
||||
if (res == 0)
|
||||
{
|
||||
Console.WriteLine("====================== VARIABLENHAUSHALT ======================");
|
||||
|
||||
// Liste ausgeben
|
||||
string formatstring = "{0,-80}{1,-30}{2,-20}{3,-20}";
|
||||
Console.WriteLine(String.Format(formatstring, "SYMBOLIC-NAME", "ACCESS-SEQUENCE", "TYP", "VALUE"));
|
||||
for (int i = 0; i < vars.Count; i++)
|
||||
{
|
||||
string s = String.Format(formatstring, vars[i].Name, vars[i].AccessSequence, Softdatatype.Types[vars[i].Softdatatype], values[i]);
|
||||
Console.WriteLine(s);
|
||||
}
|
||||
Console.WriteLine("===============================================================");
|
||||
}
|
||||
#endregion
|
||||
|
||||
/*
|
||||
#region Test: Wert schreiben
|
||||
List<PValue> writevalues = new List<PValue>();
|
||||
PValue writeValue = new ValueInt(8888);
|
||||
writevalues.Add(writeValue);
|
||||
List<ItemAddress> writelist = new List<ItemAddress>();
|
||||
writelist.Add(new ItemAddress("8A0E0001.F"));
|
||||
errors.Clear();
|
||||
res = conn.WriteValues(writelist, writevalues, out errors);
|
||||
Console.WriteLine("res=" + res);
|
||||
#endregion
|
||||
*/
|
||||
|
||||
/*
|
||||
#region Test: Absolutadressen lesen
|
||||
// Daten aus nicht "optimierten" Datenbausteinen lesen
|
||||
readlist.Clear();
|
||||
ItemAddress absAdr = new ItemAddress();
|
||||
absAdr.SetAccessAreaToDatablock(100); // DB 100
|
||||
absAdr.SymbolCrc = 0;
|
||||
|
||||
absAdr.AccessSubArea = Ids.DB_ValueActual;
|
||||
absAdr.LID.Add(3); // LID_OMS_STB_ClassicBlob
|
||||
absAdr.LID.Add(0); // Blob Start Offset, Anfangsadresse
|
||||
absAdr.LID.Add(20); // 20 Bytes
|
||||
|
||||
readlist.Add(absAdr);
|
||||
|
||||
values.Clear();
|
||||
errors.Clear();
|
||||
|
||||
res = conn.ReadValues(readlist, out values, out errors);
|
||||
Console.WriteLine(values.ToString());
|
||||
#endregion
|
||||
*/
|
||||
|
||||
|
||||
#region Test: SPS in Stopp setzen
|
||||
Console.WriteLine("Setze SPS in STOP...");
|
||||
conn.SetPlcOperatingState(1);
|
||||
Console.WriteLine("Taste drücken um wieder in RUN zu setzen...");
|
||||
Console.ReadKey();
|
||||
Console.WriteLine("Setze SPS in RUN...");
|
||||
conn.SetPlcOperatingState(3);
|
||||
#endregion
|
||||
|
||||
conn.Disconnect();
|
||||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine("Main - Connect fehlgeschlagen!");
|
||||
}
|
||||
Console.WriteLine("Main - ENDE. Bitte Taste drücken.");
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
36
DriverTest/Properties/AssemblyInfo.cs
Normal file
36
DriverTest/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("DriverTest")]
|
||||
[assembly: AssemblyDescription("S7CommPlusDriver Test")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("DriverTest")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2023, Thomas Wiens")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("94755b6a-7e0d-40f9-a2ed-48ff0c0fea2b")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.1.0.0")]
|
||||
BIN
DriverTest/bin/Debug/DriverTest.exe
Normal file
BIN
DriverTest/bin/Debug/DriverTest.exe
Normal file
Binary file not shown.
6
DriverTest/bin/Debug/DriverTest.exe.config
Normal file
6
DriverTest/bin/Debug/DriverTest.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
DriverTest/bin/Debug/DriverTest.pdb
Normal file
BIN
DriverTest/bin/Debug/DriverTest.pdb
Normal file
Binary file not shown.
BIN
DriverTest/bin/Debug/S7CommPlusAuth.dll
Normal file
BIN
DriverTest/bin/Debug/S7CommPlusAuth.dll
Normal file
Binary file not shown.
BIN
DriverTest/bin/Debug/S7CommPlusDriver.dll
Normal file
BIN
DriverTest/bin/Debug/S7CommPlusDriver.dll
Normal file
Binary file not shown.
BIN
DriverTest/bin/Debug/S7Family0.dll
Normal file
BIN
DriverTest/bin/Debug/S7Family0.dll
Normal file
Binary file not shown.
BIN
DriverTest/bin/Debug/S7PublicKeys.dll
Normal file
BIN
DriverTest/bin/Debug/S7PublicKeys.dll
Normal file
Binary file not shown.
BIN
DriverTest/bin/Debug/S7Utilities.dll
Normal file
BIN
DriverTest/bin/Debug/S7Utilities.dll
Normal file
Binary file not shown.
BIN
DriverTest/bin/Debug/zlib.net.dll
Normal file
BIN
DriverTest/bin/Debug/zlib.net.dll
Normal file
Binary file not shown.
3
DriverTest/packages.config
Normal file
3
DriverTest/packages.config
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
</packages>
|
||||
Reference in New Issue
Block a user