10-23-2007 11:20 AM
10-24-2007 05:32 AM
10-24-2007 08:43 AM
Remember these files need to be properly registerd on both PC's.
If that does not work then you can always go the rout of opening DCOM as wide as possible. Things to consider are as follows.
Once you have achieved an OPC connection and transfer of data between KepserverEx and you OPC clients you can then start to restrict DCOM permissions again.
If you have any further questions about using KepserverEx with OPC Clients you can contact technical.support@kepware.com
Fred Loveless
Support Manager
Kepware Technologies
http://www.kepware.com
01-11-2008 04:40 PM
You need to manually register the OPCproxy.dll. See details below:
The DataSocket component used to enumerate the OPC servers available on your system is not being correctly registered. This is a known issue caused by installing LabVIEW 8.0 on a Windows 2000 machine that has no previous OPC servers installed. To be able to use DataSocket as an OPC client, you need to manually register opcproxy.dll
. You can achieve this by running the following command:regsvr32 "C:\WINNT\system32\opcproxy.dll"
Note: The path to the system32 folder might be different on your machine. If the above command fails, search your harddrive for opcproxy.dll and correct the path.
05-11-2014 02:13 AM
i resolve my problem runing the 32-bit version of labview 2013, now i can comunicate my PLC with labview