I have a problem connecting to the Opto22 OPC Server using Datasocket 4.0 & LabVIEW 6.1. I can browse the server just fine, which gives me the following URL:
"opc://localhost/Opto22.OpcServer.2/[b3000|tcp|192.168.2.222,2001]EU.0".
But when I try to open it using the URL provided, I get the error "(-2147467259) Can't add item to OPC Group. Error Code 0x80004005". When I check the Opto22 OPC Server it displays the following log:
"
AddGroup: tg
ValidateItems - count: 1
Added 1 items to group tg
CreateEnumerator - Group: tg Items: 1
RemoveItems from group tg - count: 1
RemoveGroup: tg
"
The funny thing is that I can connect to this OPC server just fine using LabVIEW DSC tags, but I want to prove to my client that I
can use Datasocket as well. In addition, I have successfully connected to the OPC items via the Server Explorer. Can anybody guess why my Datasocket URL won't work?