-
大小: 51.9MB文件類型: .rar金幣: 2下載: 1 次發(fā)布日期: 2023-02-22
- 語言: 其他
- 標(biāo)簽: SuperIO??串口??網(wǎng)絡(luò)??工控??
資源簡介
SuperIO 的特點(diǎn):
1)支持二次開發(fā),快速構(gòu)建自己的通訊數(shù)據(jù)采集平臺軟件
2)快速構(gòu)建設(shè)備驅(qū)動(dòng)、協(xié)議驅(qū)動(dòng)、命令緩沖、自定義參數(shù)和實(shí)時(shí)數(shù)據(jù)
3)快速二次開發(fā)圖形顯示、數(shù)據(jù)輸出、服務(wù)驅(qū)動(dòng)
4)一個(gè)設(shè)備驅(qū)動(dòng),同時(shí)支持串口(COM)和網(wǎng)絡(luò)(TCP Server/Tcp Client)通訊機(jī)制,可以自由切換
5)內(nèi)置協(xié)議驅(qū)動(dòng),可以把第三方協(xié)議轉(zhuǎn)換成自定義的協(xié)議
6)內(nèi)置設(shè)備命令緩沖器,可以設(shè)置命令發(fā)送的優(yōu)先級別
7)以插件的方式掛載設(shè)備驅(qū)動(dòng)、顯示、輸出、服務(wù)模塊等
8)以服務(wù)驅(qū)動(dòng)方式(IAppService)二次開發(fā)OPC服務(wù)、4-20mA輸出、LED大屏顯示、短信服務(wù)等
9)快速開發(fā)、運(yùn)行穩(wěn)定、擴(kuò)展性強(qiáng)大
10)適用工業(yè)上位機(jī)軟件,以及系統(tǒng)集成中采集遠(yuǎn)程設(shè)備數(shù)據(jù)
http://www.bmpj.net
代碼片段和文件信息
using?SuperIO.Services;
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?ConsoleTest
{
????class?Program
????{
????????///?
????????///?實(shí)例化設(shè)備
????????///?
????????private?static?DeviceDemo.MyDevice?_myDevice?=?new?DeviceDemo.MyDevice();
????????///?
????????///?實(shí)例化顯示容器
????????///?
????????private?static?DeviceShowUI.ShowUIForm?_showUIForm?=?new?DeviceShowUI.ShowUIForm();
????????///?
????????///?實(shí)例化導(dǎo)出數(shù)據(jù)
????????///?
????????private?static?DeviceExport.Export?_export?=?new?DeviceExport.Export();
????????///?
????????///?實(shí)例化服務(wù)
????????///?
????????private?static?DeviceService.DeviceService?_service?=?new?DeviceService.DeviceService();
????????static?void?Main(string[]?args)
????????{
????????????SuperIO.Device.IDebugDevice?debug=?SuperIO.Device.DebugDevice.GetDebugInstance();
????????????_myDevice.DeviceParameter.COM.Port?=?1;
????????????_myDevice.DeviceParameter.COM.Baud?=?9600;
????????????_myDevice.DeviceParameter.DeviceName?=?“我的設(shè)備“;
????????????_myDevice.DeviceRealTimeData.DeviceName?=?“我的設(shè)備1“;
????????????//如果是網(wǎng)絡(luò)通訊,那么把CommunicationType改為SuperIO.CommunicateController.CommunicationType.NET即可。
????????????_myDevice.CommunicationType?=?SuperIO.CommunicateController.CommunicationType.COM;
????????????_myDevice.DeviceParameter.NET.RemoteIP?=?“172.16.6.129“;
????????????_myDevice.InitDevice(0);
????????????debug.DebugDevice((SuperIO.Device.IRunDevice)_myDevice);
????????????//加載需要顯示的容器
????????????debug.DebugGraphicsShow((SuperIO.Show.IGraphicsShow)_showUIForm);
????????????//加載需要導(dǎo)出的實(shí)例?
????????????debug.DebugExportData((SuperIO.Export.IExportData)_export);
????????????//加載服務(wù)的實(shí)例
????????????_service.ServiceType?=?ServiceType.Show;
????????????_service.IsAutoStart?=?true;
????????????debug.DebugAppService((SuperIO.Services.IAppService)_service);
????????????string?exit?=?String.Empty;
????????????do
????????????{
????????????????exit?=?Console.ReadLine();
????????????????System.Threading.Thread.Sleep(1000);
????????????}?while?(exit?!=?“exit“);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????64512??2015-07-09?11:12??SuperIO_Demo\bin\ConfigTool.exe
?????文件???????6656??2015-09-05?20:13??SuperIO_Demo\bin\ConsoleTest.exe
?????文件????????144??2015-07-29?17:18??SuperIO_Demo\bin\ConsoleTest.exe.config
?????文件??????13824??2015-09-05?20:13??SuperIO_Demo\bin\ConsoleTest.pdb
?????文件??????21472??2015-04-07?23:04??SuperIO_Demo\bin\ConsoleTest.vshost.exe
?????文件????????117??2015-04-07?22:56??SuperIO_Demo\bin\ConsoleTest.vshost.exe.config
?????文件????????889??2015-08-05?10:07??SuperIO_Demo\bin\data\para0.xm
?????文件????????513??2015-09-05?20:13??SuperIO_Demo\bin\data\rt0.xm
?????文件????8842232??2015-01-15?15:38??SuperIO_Demo\bin\DevExpress.BonusSkins.v14.1.dll
?????文件????3489272??2015-01-15?15:37??SuperIO_Demo\bin\DevExpress.Data.v14.1.dll
?????文件????5192192??2015-06-10?11:44??SuperIO_Demo\bin\DevExpress.Utils.v14.1.dll
?????文件????4791288??2015-01-15?15:38??SuperIO_Demo\bin\DevExpress.XtraBars.v14.1.dll
?????文件????3495928??2015-01-15?15:38??SuperIO_Demo\bin\DevExpress.XtraEditors.v14.1.dll
?????文件??????19968??2015-09-05?20:13??SuperIO_Demo\bin\DeviceDemo.dll
?????文件??????62976??2015-09-05?20:13??SuperIO_Demo\bin\DeviceDemo.pdb
?????文件???????6656??2015-09-05?20:13??SuperIO_Demo\bin\DeviceExport.dll
?????文件??????15872??2015-09-05?20:13??SuperIO_Demo\bin\DeviceExport.pdb
?????文件???????5120??2015-09-05?20:13??SuperIO_Demo\bin\DeviceService.dll
?????文件??????15872??2015-09-05?20:13??SuperIO_Demo\bin\DeviceService.pdb
?????文件????2464768??2015-09-05?20:13??SuperIO_Demo\bin\DeviceShowUI.dll
?????文件??????34304??2015-09-05?20:13??SuperIO_Demo\bin\DeviceShowUI.pdb
?????文件?????946176??2015-02-01?15:27??SuperIO_Demo\bin\Excel.dll
?????文件?????????20??2015-09-05?20:13??SuperIO_Demo\bin\export.txt
?????文件??????18432??2015-09-05?20:13??SuperIO_Demo\bin\FormTest.exe
?????文件????????144??2015-07-29?17:15??SuperIO_Demo\bin\FormTest.exe.config
?????文件??????19968??2015-09-05?20:13??SuperIO_Demo\bin\FormTest.pdb
?????文件??????22984??2015-09-05?20:13??SuperIO_Demo\bin\FormTest.vshost.exe
?????文件????????144??2015-07-29?17:15??SuperIO_Demo\bin\FormTest.vshost.exe.config
?????文件????????490??2013-06-18?20:28??SuperIO_Demo\bin\FormTest.vshost.exe.manifest
?????文件??????36864??2015-02-01?15:27??SuperIO_Demo\bin\Interop.ADOX.dll
............此處省略371個(gè)文件信息
評論
共有 條評論