02-14-2010 06:28 AM
Hello
I`m reading some area memory of a GE Fanuc PLC with an OPC Server (UniNet OPC Server from Exor),
I have developed a OPC Server IO into a Library in LAbview 8.6.1 and create some Shared Vaiable connected as tag to this OPC Server.
My project is made of some VI that display the value of these shared variables into a front pannel.
In developed mode Labview automatically run the Uninet OPC Server as soon I start the PC and connect the client with the server, so as soon I run the VI all the shared variable can read the right value, and everithing is fine up to now
If I create an Executable of my application and than an Installer and I try this into another PC without labview installed, the Executable is not able to run the UniNet OPC Server and connect to it
How can I solve this , any suggestion?
02-16-2010 04:40 PM - edited 02-16-2010 04:46 PM
Have you added DSC support to your installer build as "additional installers"?
Edit: I did not really understand that you run and start the UniNet OPC server programmatically. Is the UniNet OPC server innstalled on the computer? does any linking need to be updated?