資源簡介
C#winform與西門子1200、1500系列PLC通訊實例
代碼片段和文件信息
using?System;
using?System.Runtime.InteropServices;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?Sharp7;
namespace?CSClient
{
????public?partial?class?MainForm?:?Form
????{
????????private?S7Client?Client;
????????private?byte[]?Buffer?=?new?byte[65536];
????????private?byte[]?DB_A?=?new?byte[1024];
????????private?byte[]?DB_B?=?new?byte[1024];
????????private?byte[]?DB_C?=?new?byte[1024];
????????private?void?ShowResult(int?Result)?//狀態欄結果顯示
????????{
????????????//?This?function?returns?a?textual?explaination?of?the?error?code
????????????TextError.Text?=?Client.ErrorText(Result);
????????????if?(Result?==?0)
????????????????Text
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????224??2018-07-31?14:30??CSharp\.vs\CSClient\DesignTimeBuild\.dtbcache
????..A..H.?????68096??2017-07-04?15:10??CSharp\.vs\CSClient\v14\.suo
????..A..H.?????63488??2019-07-09?14:35??CSharp\.vs\CSClient\v15\.suo
?????文件??????????0??2018-07-31?14:23??CSharp\.vs\CSClient\v15\Server\sqlite3\db.lock
?????文件???????4096??2018-07-31?14:23??CSharp\.vs\CSClient\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-07-09?14:30??CSharp\.vs\CSClient\v15\Server\sqlite3\storage.ide-shm
?????文件????1091832??2019-07-09?14:31??CSharp\.vs\CSClient\v15\Server\sqlite3\storage.ide-wal
????..A..H.????110592??2016-10-05?23:09??CSharp\.vs\CSharp\v14\.suo
?????文件????????147??2017-05-26?11:07??CSharp\Bin\x64\16-46.txt
?????文件????????308??2017-05-26?09:33??CSharp\Bin\x64\16-92.txt
?????文件??????84480??2019-07-09?14:33??CSharp\Bin\x64\CSClient.exe
?????文件?????136704??2019-07-09?14:33??CSharp\Bin\x64\CSClient.pdb
?????文件??????22688??2017-07-04?15:08??CSharp\Bin\x64\CSClient.vshost.exe
?????文件????????490??2010-03-17?22:39??CSharp\Bin\x64\CSClient.vshost.exe.manifest
?????文件?????131115??2017-08-31?17:17??CSharp\Bin\x64\error.txt
?????文件?????131096??2017-05-26?09:21??CSharp\Bin\x64\error46.txt
?????文件?????131122??2017-05-26?09:32??CSharp\Bin\x64\error92.txt
?????文件??????86528??2018-03-08?10:04??CSharp\Bin\x86\CSClient.exe
?????文件?????148992??2018-03-08?10:04??CSharp\Bin\x86\CSClient.pdb
?????文件??????22984??2018-07-11?13:35??CSharp\Bin\x86\CSClient.vshost.exe
?????文件????????490??2014-01-13?21:31??CSharp\Bin\x86\CSClient.vshost.exe.manifest
?????文件????????187??2015-05-29?21:24??CSharp\Bin\x86\CSClientMultiRead.exe.config
?????文件??????22696??2016-10-03?15:30??CSharp\Bin\x86\CSClientMultiRead.vshost.exe
?????文件????????187??2015-05-29?21:24??CSharp\Bin\x86\CSClientMultiRead.vshost.exe.config
?????文件?????131075??2018-03-31?16:44??CSharp\Bin\x86\error.txt
?????文件?????????60??2016-09-29?00:00??CSharp\CSClient\ClassDiagram1.cd
?????文件??????28731??2018-03-08?09:44??CSharp\CSClient\MainForm.cs
?????文件??????71756??2018-03-07?15:24??CSharp\CSClient\MainForm.Designer.cs
?????文件???????5817??2018-03-07?15:24??CSharp\CSClient\MainForm.resx
?????文件???????2177??2016-10-05?21:00??CSharp\CSClient\obj\x64\Debug\CSClient.csproj.FileListAbsolute.txt
............此處省略74個文件信息
- 上一篇:C#反編譯工具(ILSpy.exe)
- 下一篇:opc C# 源代碼
評論
共有 條評論