資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?S7.Net;
namespace?WindowsFormsApp1
{
????public?partial?class?Form1?:?Form
????{
????????//定義PLC類型
????????Plc?S71500;??????
????????public?Form1()
????????{
????????????InitializeComponent();
???????????
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????//下拉框添加數據類型項
????????????Data_Type.Items.Add(“Bool“);
????????????Data_Type.Items.Add(“Int“);
????????????Data_Type.Items.Add(“DInt“);
????????????Data_Type.Items.Add(“Real“);
????????????Data_Type.Text?=?“Real“;
????????????//使能、禁止按鈕操作
??????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\.vs\
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\.vs\S7_1500_Test\
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\.vs\S7_1500_Test\v14\
?????文件???????50688??2019-02-18?23:11??S7_1500_Test\.vs\S7_1500_Test\v14\.suo
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\.vs\S7_1500_Test\v15\
?????文件???????60416??2020-05-30?21:42??S7_1500_Test\.vs\S7_1500_Test\v15\.suo
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\.vs\S7_1500_Test\v15\Server\
?????目錄???????????0??2020-05-30?21:42??S7_1500_Test\.vs\S7_1500_Test\v15\Server\sqlite3\
?????文件???????????0??2018-09-20?11:27??S7_1500_Test\.vs\S7_1500_Test\v15\Server\sqlite3\db.lock
?????文件??????643072??2020-05-30?21:42??S7_1500_Test\.vs\S7_1500_Test\v15\Server\sqlite3\storage.ide
?????文件????????1136??2018-09-20?13:47??S7_1500_Test\S7_1500_Test.sln
?????文件???????24064??2019-01-15?20:43??S7_1500_Test\S7_1500_Test.v12.suo
?????目錄???????????0??2020-05-30?20:08??S7_1500_Test\WindowsFormsApp1\
?????文件?????????189??2018-09-20?11:27??S7_1500_Test\WindowsFormsApp1\App.config
?????文件???????14490??2018-09-20?17:06??S7_1500_Test\WindowsFormsApp1\Form1.Designer.cs
?????文件????????5715??2020-05-30?20:08??S7_1500_Test\WindowsFormsApp1\Form1.cs
?????文件????????5817??2018-09-20?17:06??S7_1500_Test\WindowsFormsApp1\Form1.resx
?????文件?????????543??2018-09-20?11:42??S7_1500_Test\WindowsFormsApp1\Program.cs
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\WindowsFormsApp1\Properties\
?????文件????????1348??2018-09-20?11:27??S7_1500_Test\WindowsFormsApp1\Properties\AssemblyInfo.cs
?????文件????????2845??2018-09-20?11:27??S7_1500_Test\WindowsFormsApp1\Properties\Resources.Designer.cs
?????文件????????5612??2018-09-20?11:27??S7_1500_Test\WindowsFormsApp1\Properties\Resources.resx
?????文件????????1103??2018-09-20?11:27??S7_1500_Test\WindowsFormsApp1\Properties\Settings.Designer.cs
?????文件?????????249??2018-09-20?11:27??S7_1500_Test\WindowsFormsApp1\Properties\Settings.settings
?????文件????????3844??2018-09-20?13:47??S7_1500_Test\WindowsFormsApp1\S7_1500_Test.csproj
?????目錄???????????0??2020-05-28?20:31??S7_1500_Test\WindowsFormsApp1\bin\
?????目錄???????????0??2020-05-24?11:48??S7_1500_Test\WindowsFormsApp1\bin\Debug\
?????文件???????65536??2018-07-11?21:00??S7_1500_Test\WindowsFormsApp1\bin\Debug\S7.Net.dll
?????文件???????21424??2018-07-11?21:00??S7_1500_Test\WindowsFormsApp1\bin\Debug\S7.Net.pdb
?????文件???????15360??2020-05-30?20:08??S7_1500_Test\WindowsFormsApp1\bin\Debug\WindowsFormsApp1.exe
............此處省略39個文件信息
- 上一篇:C#與s7-1500(OPC)
- 下一篇:自動更新(AutoUpdater)
評論
共有 條評論