資源簡介
實現C#與三菱PLC通訊
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;
using?IniHelper;
using?System.IO;
namespace?華山培訓PLC通訊例程
{
????public?partial?class?Form1?:?Form
????{
????????//設置要讀取的INI配置文件
????????static?string?ConfigPth?=?@“config.ini“;
????????IniFiles?Config?=?new?IniFiles(ConfigPth);
????????//C#?ASCII轉字符
????????public?static?string?Chr(int?asciiCode)
????????{
????????????if?(asciiCode?>=?0?&&?asciiCode?<=?255)
????????????{
????????????????System.Text.ASCIIEncoding?asciiEncoding?=?new?System.Text.ASCIIEncoding();
????????????????byte[]?byteArray?=?new?byte[]?{?(byte)asciiCode?};
????????????????string?strCh
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????74752??2019-12-14?21:01??華山培訓PLC通訊例程\.vs\華山培訓PLC通訊例程\v15\.suo
?????文件??????????0??2019-12-14?20:54??華山培訓PLC通訊例程\.vs\華山培訓PLC通訊例程\v15\Server\sqlite3\db.lock
?????文件???????4096??2019-12-14?20:54??華山培訓PLC通訊例程\.vs\華山培訓PLC通訊例程\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-12-14?20:54??華山培訓PLC通訊例程\.vs\華山培訓PLC通訊例程\v15\Server\sqlite3\storage.ide-shm
?????文件?????659232??2019-12-14?20:54??華山培訓PLC通訊例程\.vs\華山培訓PLC通訊例程\v15\Server\sqlite3\storage.ide-wal
?????文件??????52224??2016-06-27?10:50??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\AxInterop.ACTPCCOMLib.dll
?????文件????????120??2016-08-05?11:25??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\config.ini
?????文件?????125952??2018-02-03?16:28??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\Interop.ACTPCCOMLib.dll
?????文件??????24064??2018-07-28?11:38??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\華山培訓PLC通訊例程.exe
?????文件?????108032??2018-07-28?11:38??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\華山培訓PLC通訊例程.pdb
?????文件??????11600??2018-07-28?11:40??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\華山培訓PLC通訊例程.vshost.exe
?????文件????????490??2016-03-09?13:48??華山培訓PLC通訊例程\華山培訓PLC通訊例程\bin\Debug\華山培訓PLC通訊例程.vshost.exe.manifest
?????文件??????14675??2018-07-28?11:38??華山培訓PLC通訊例程\華山培訓PLC通訊例程\Form1.cs
?????文件??????20427??2018-07-28?11:38??華山培訓PLC通訊例程\華山培訓PLC通訊例程\Form1.Designer.cs
?????文件???????6212??2018-07-28?11:38??華山培訓PLC通訊例程\華山培訓PLC通訊例程\Form1.resx
?????文件???????1809??2016-06-27?12:32??華山培訓PLC通訊例程\華山培訓PLC通訊例程\Form3.cs
?????文件???????1547??2016-06-27?12:32??華山培訓PLC通訊例程\華山培訓PLC通訊例程\Form3.Designer.cs
?????文件???????5817??2016-06-27?12:32??華山培訓PLC通訊例程\華山培訓PLC通訊例程\Form3.resx
?????文件???????6445??2016-04-08?16:05??華山培訓PLC通訊例程\華山培訓PLC通訊例程\IniHelper.cs
?????文件??????52224??2016-06-27?10:50??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\AxInterop.ACTPCCOMLib.dll
?????文件???????1779??2019-12-14?20:54??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7347??2019-12-14?20:54??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2226??2018-02-03?16:29??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件???????6974??2018-02-03?16:29??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件?????100864??2018-05-20?15:53??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\Interop.ACTPCCOMLib.dll
?????文件???????4608??2016-06-27?11:00??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????42??2019-12-14?20:54??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\華山培訓PLC通訊例程.csproj.CoreCompileInputs.cache
?????文件??????17647??2018-07-28?11:40??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\華山培訓PLC通訊例程.csproj.FileListAbsolute.txt
?????文件???????1033??2018-07-28?11:38??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\華山培訓PLC通訊例程.csproj.GenerateResource.Cache
?????文件????????736??2018-05-20?15:53??華山培訓PLC通訊例程\華山培訓PLC通訊例程\obj\x86\Debug\華山培訓PLC通訊例程.csproj.ResolveComReference.cache
............此處省略35個文件信息
評論
共有 條評論