Industry Online Support
Technical Forum
3/9/2009 9:44 PM | |
Posts: 12 Rating: (1) |
The Setting/Getting tags using C# topic explains how to access tags in wincc using c#. Adding a pc name/ip address to the following call should allow me to access the CCMcpAut component from a remote pc [code]System.Type oType = System.Type.GetTypeFromProgID("WinCC-Runtime-Project", "192.168.0.1", true);[/code] Running my c# application on the same machine as wincc, then it works (using both 127.0.0.1 and 192.168.0.1). But despite disabling the firewall, and setting permissions on the component via regedit and/or dcomcnfg, i cannot get it to work. Anyone experience with this? (btw i am aware of the alternative OPC server) |
Follow us on