Tagged Questions

Open Connectivity stands for industrial standard of standardized acquisition of processing data.

learn more… | top users | synonyms

6
votes
3answers
589 views

How to zip a WordprocessingML folder into readable docx

I have been trying to write a simple Markdown -> docx parser/writer, but am completely stuck with the last part, which should be the easiest: i.e. compressing the folder into a .docx that Word, or any ...
6
votes
5answers
619 views

Where is a good place to start with making an application in .NET that communicates through OPC?

Where is a good place to start with making an application in .NET that communicates through OPC?
4
votes
1answer
315 views

What is a Historian?

What is the function of a historian in terms of OPC and PLC?
4
votes
3answers
2k views

OPC sample application for C#

Does anyone know a C# OPC client sample application? I'm looking for a good opensource one to learn about the protocol. I would prefer it if it uses OPC foundation .net core apis.
3
votes
1answer
348 views

How to get started developing an OPC Xi (.NET 3.0 WCF Services) Server (Service)

I would like to implement an OPC Server using the latest standard version: OPC Xi. My purpose is not providing a service for real usage, I just would like to develop a finctional server returning data ...
3
votes
1answer
441 views

OPC server access remotely using OPCDA.NET tools

I am developing OPC Client in windows C#. I have developed the code and reading OPC Items on Sampling as well as event based (OnDataChange). When I am working with local machine then my code works ...
3
votes
2answers
705 views

Good open source OPC software

We are currently using a free trail version of KEP Server for our OPC to communicate with our PLC. We were wondering if anyone knows of any good open source OPC software.
3
votes
3answers
526 views

Delphi - OLE variant passing problem (RsLinx OPC, Group Adding working with only from constants)

We got OPC job. I cannot installed RsLinx to my Win7 (and XP mode too) because of errors, so I send my test app to the real place, and somebody testing it. Because I don't have DLL, I cannot make ...
2
votes
2answers
112 views

Is OPC UA the best way of getting data from many Scada systems?

In my company we have many distributed sites and each one uses a singular Scada system vendor (one uses Wincc, other place uses another...) and this systems work with almost the same kind of ...
2
votes
1answer
153 views

COM object used for long time

how to used the COM object for the lifetime in C# I will be created the OPC server object, it will be used into the threading.timer this timer will be invoked at every seconds after the some time ...
2
votes
1answer
328 views

PLC not connecting to KEP Server (OPC)

We can't get our PLC to reliably connect with KEP Server (OPC). I was wondering if anyone else here at SOF has experience working with PLC and OPC. If so do they have any tips on making a reliable ...
2
votes
4answers
1k views

Improving performance with OPC tags

I am working with a PC based automation software package called Think'n'Do created by Phoenix Contact It does real time processing, read inputs/ control logic / write outputs all done in a maximum of ...
1
vote
1answer
75 views

Specify Editors in Mercurial

I'm using TortoiseHg to track a set of files, that are created by a custom application, an OPC server application called Kepserver. Kepserver creates .OPF files, while Hg can tell when the files have ...
1
vote
1answer
272 views

transferring from PLC (OPC client server Kepware) to MS Access, C

I am completely new to working with PLCs, but I have a project that need fetch data from an OPC client server, then send it to an Access database table. The bulk of the code minus OPCWriteGroupItems ...
1
vote
2answers
110 views

how to implement a protocol adapter

I want to implement a adapter which can provide a universal interface to clients to use socket, opc, message queue, etc. In other words, it is a non-trivial job to learn to use the three above ...
1
vote
1answer
460 views

Create an OPC client with OpenScada UTGARD

I´ve connected a PLC to Matrikon opc universal server, now my task is to connect the OPC server to a client based in Java. Im using jinterop libraries and i think utgard would be really useful for me ...
1
vote
1answer
111 views

OPC Service Processing and Monitoring

I'm writing a windows service that will be used for some data processing. The service will connect to an OPC (KepWare) service and will monitor specific items through event handlers. It will also ...
1
vote
4answers
432 views

What do I need to create simple C# app which uses OPC?

I need to write a simple c# app which communicates with a Siemens S7 via OPC. It just needs to query single inputs and set single outputs. What do I need to do this? Do I need stuff like Xi from ...
1
vote
2answers
171 views

Which tools/RAD/IDE/Framework etc for OPC/OpenOPC/SCADA?

What's the most widely used, preferably FOSS, tools/RAD/IDE/Framework etc for OPC/OpenOPC/SCADA? I am thinking process control for oil/gas/chemical. Telemetry, push it to a database over satellite, ...
1
vote
3answers
540 views

Quickest way to learn into OPC / SCADA?

Which books (or websites would you recommend for a quick ramp-up?. My background is embedded systems and satellite communications
1
vote
1answer
557 views

.net C# opc-client

I want to write opc client for server. And dont want use big libraries. can i do it witn .net libs? smth like adding reference to opcautomation? but i cant find it in vs2010. thx!
1
vote
1answer
592 views

Programming against a PLC via OPC protocol with C#

I'm running this code to connect to a plc. System.Guid guid=new Guid("75d00bbb-dda5-11d1-b944-9e614d000000"); System.Type t=Type.GetTypeFromCLSID(guid,node,true); object ...
1
vote
1answer
317 views

What is the role of interfaces IOPCServer, IOPCDataItem, IOPCGroup in OPC ( OLE for process control)

I am currently new in OPC ( OLE for process control). I want to know about the interfaces IOPCServer, IOPCDataItem, IOPCGroup interfaces in the OPC. What are they used for & what is their role in ...
1
vote
2answers
400 views

How to upgrade the project build in visual studio 2005 to visual studio 2008?

I have one OPC ( OLE for Process control ) server project which is developed into visual studio 2005. I want to run it in visual studio 2008. The coding for the OPC server project is done in VC++. I ...
1
vote
3answers
391 views

The relationship between OPC and DCOM

I am trying to grasp the link between OPC and DCOM. I have watched all four of the tutorials here and I think I have a good feeling for what OPC is, but in one of the tutorials (the third one 35 ...
1
vote
2answers
1k views

Looking for OPC DA client library

I'm looking for freeware library to connect to OPC DA 2.x server. So far, everything I found has commercial licensing, which is not an option for this project.
1
vote
1answer
269 views

OpenXml File Format Design and Best Practices

Folks, We have been using OpenXml APIs found in System.IO.Packaging for creating a package file that contains some Xml/Binary files, hence the package is some how structured as below: Package/ ...
0
votes
0answers
20 views

OpenOPC using Python

I am trying to do some stuff with siemens PLC using OPENOPC using python. I am wondering how I will get OPC server that I can communicate using PYOPC. Is there any open OPC server available or am I ...
0
votes
1answer
71 views

What causes “Method ~ of object ~ failed” in a VB6 application?

I am working on an old VB6 app and have recently added the Siemens OPC component. When running in VB6 debugger I have no problems. I then created a deployment package (Siemens OPC dlls included in ...
0
votes
2answers
139 views

Example VB6 code for Siemens OPC Client?

I am trying to update an ancient VB6 project to enable communication with a remote OPC Server. I have installed the Siemens toolkit but I am unable to find any useful documentation on how to use it ...
0
votes
1answer
90 views

Online free OPC server for testing and debugging

I'm will to explore OLE for Process Control protocol using java. My problem is to find an OPC server for sending/retrieving of testdata. As a OS X user I cannot find an opc-server, which I can install ...
0
votes
0answers
55 views

How can I make a procedure wait until certain condition has been met to proceed with code?

I'm working on an OPC Client. This client calls a procedure which, in turn, inserts a few rows in one "queue" table. This client also has another thread which every now and then opens up the "queue" ...
0
votes
1answer
57 views

How to implement a data historian (OPC)?

A friend has asked if I coudl implement a data historian. I am busy doing research, googling around, reading UPC Unified Architecture - but it's a lot to get through, so I will ask if anyone here has ...
0
votes
1answer
101 views

Serialization issue with OPC XML DA Server: The type <ArrayType> may not be used in this context

I'm trying to build a demonstrative OPC XML DA Server using C#. Developement is underway, but i am stuck on a serialization issue concerning arrays. Apparently, when I try to set ItemProperty.Value ...
0
votes
1answer
143 views

DCom/OPC application does not connect when running in visual studio, but .exe connects perfectly

I'm writing an OPC client that connects to a remote server and reads data etc. I am using advosol's BGServer class. The issue is, when I run the program in visual studio I get the following error on ...
0
votes
1answer
141 views

opc, server not connect

I need to realize OPC server, on Windows XP. I download OPC library, and OPC client (application not library). I realize my OPC server, when i use client on my machine all runs normally. But when i ...
0
votes
1answer
178 views

MIDL Compiler error: MIDL

When I use MIDL to compile a IDL file to .h and .c, I get a error said: midl : command line error MIDL1004 : cannot execute C preprocessor cl.exe. Please kindly help me, I do not know why. The MIDL ...
0
votes
3answers
514 views

Can PHP Connect to an OPC Server?

I'm having a difficult time finding out if PHP can connect to an OPC server, and how. Our PHP is running on Unix with an Apache webserver. The OPC server is on Windows, that's the most I know about it ...
0
votes
1answer
1k views

OPC Client - how to read from Remote OPC Server

I used OPCDotNetLib but can't read data from remote OPC Server there . I can connect , like Type typeofOPCserver = Type.GetTypeFromProgID(clsidOPCserver, ip); But looking the methods DataChanged ...
0
votes
1answer
430 views

opc .net api list of servers

I'm writing opc client on c#. I want to get list of all opc servers on machine, how can i do it? I'm using opc .net API from opc foundation.
0
votes
1answer
439 views

JeasyOpc Problem, how to connect to other computers in LAN using JeasyOpc client?

I made a program basing on JeasyOpc source code, whan i try to use it on localhost there is no problem it works fine (i can see the opc server and can read signals from it). Than i tried to read ...
0
votes
3answers
788 views

C# opc-client .net api

I'm writing opc client, using .NET API from opc foundation. In samples I only see, where item's names are hardcoded like: items[0] = new Opc.Da.Item(); items[0].ItemName = "blahblahblah"; What I ...
0
votes
1answer
186 views

WinPac-8000 OPC-server network access

I am to build an automation solution based on WinPac-8000 controller (http://www.icpdas.com/products/PAC/winpac/introduction.htm). I split this project into 2 programs: 1st is running on the ...
0
votes
1answer
517 views

How to access a remote OPC server programmatically?

I have downloaded & installed the OPCDA.NET client component evaluation & XMLDA.NET client component evaluation. It provides some C# samples for browsing the available OPC Server, connecting ...
0
votes
1answer
310 views

How to make a type safe wrapper around Variant values

I'm working with a OPC Server control that stores data tags as variant types, described by System.Runtime.InteropServices.VarEnum. These types include the following, VT_BSTR (string), VT_I2 (short) ...