Here is a screenshot of the latest version of My OPC Client (v6) ..
The additions:
+ Filter browsed items
+ Export Monitoring items to Text file
+ Import Monitoring items from Text file
Please download the project here
*rename the file extension to .Zip
for previous version of My OP Client, please read here:
My OPC Client v5 - Read & Write XML
My OPC Client
Thank you..
Hi,
ReplyDeletegreat work you have done!
The version 4 exe of the OPC client is working just fine on my computer, but when I try to open it in Visual Studio 2015 I can't get it to work.
I tried the version 6 as well but get the following message:
Additional information: Retrieving the COM class factory for component with CLSID {28E68F9A-8D75-11D1-8DC3-3C302A000000} failed due to the following error: 80040154 Class not registred (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
try using Visual Studio 2010.
Deletemaybe you have not yet register the OPC DLL, please register it first, the instruction is included in downloaded file.
trying to convert the program.
ReplyDeleteBut it still not found the OPCAutomation.dll.
The reference files is Interop.OPCAutomation.dll ??
please download from older version (v4), there is DLL file inside. here: http://goo.gl/bz69Hc
DeleteHi This is great work,
ReplyDeletebut When i try the opc client it can able to detect all the opc servers in the local machine. for the kepware server it is working fine, when i try for the osisoft pi opc da it only populate the Pi servers in the treeview unable to list the tag names associated with it. any suggestion for this issue?
Hi
ReplyDeleteI get No Such interface supported, when calling GetOPCServers(txtNode.Text)
have you Register the DLL ?
Deleteyang dipakai dll nya yg mana ya pak?? buat koneksi ke opcnya??
ReplyDeletecoba disini: http://goo.gl/bz69Hc
DeleteThank you so much for these examples. Thanks thanks thanks!
ReplyDeleteHi Hadi, Thank you so much for these example. Can i using this dll for my customs application in vb.net? What limitation dll? maybe run duration, qty tag or etc
ReplyDeleteyes you can use it for your custom application. no limitation.
DeleteHi Hadi, can this program work in visual studio 2017. I registered dll but ı can't work this
ReplyDeletemaybe you use 64-bit OS?
DeleteError HRESULT E_FAIL has been returned from a call to a COM component why am I getting this error. I have downloaded the v4 and registered the dll as well. I am using 64 bit OS. Can you please explain
ReplyDeleteyou must copy OPCDAAuto.dll to Windows/System32 then Register it. also you must copy it to Windows/SysWow64.
DeleteAsyncRead doesn't work if you use items from two different OPCs
ReplyDeleteHi i tried the lower version, it's a great work you got there. Thank you for sharing us your knowledge. Unfortunately, i am yet to try this new v6 but i think it's a broken link.
ReplyDeleteI update the link. Please try again. Thanks.
DeleteHi Hadi. I cant download the file. Is this site still active? Thanks for great examples :)
ReplyDeleteI update the link. Please try again. Thanks.
DeleteThanks now i cold download it. For OPC is hard to find good examples on internet, this is the best have found so far. Is V6.1 the finale version? Do you plan to add some error handling for example if you try to add a non existing tag?
ReplyDeleteHi..
Deleteyou can do some modification with the project. I have no plan yet to continue this project.