使用OPCDAAuto.dll編寫C# OPC採集程式

來源:互聯網
上載者:User

標籤:style   blog   http   io   ar   color   os   使用   sp   

在一台新機器上運行使用OPC自動化介面編寫的C#程式報錯如下:

索 COM 類別工廠中 CLSID 為 {28E68F9A-8D75-11D1-8DC3-3C302A000000} 的組件失敗,原因是出現以下錯誤: 80040154 沒有註冊類 (異常來自 HRESULT:0x80040154 (REGDB_E_CLASSNOTREG))。

在我的筆記本上運行成功,註冊表搜尋如下:

下面是這個介面的.NET源碼:

namespace OPCAutomation{    using System.Runtime.InteropServices;        [ComImport, Guid("28E68F92-8D75-11D1-8DC3-3C302A000000"), CoClass(typeof(OPCServerClass))]    public interface OPCServer : IOPCAutoServer, DIOPCServerEvent_Event    {    }}

拷貝出OPCDAAuto.dll進行註冊,成功運行。

檔案下載:OPCDAAuto.dll

 

是.net程式引用之後

 

使用OPCDAAuto.dll編寫C# OPC採集程式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.