Click here to Skip to main content
15,882,063 members
Articles / Programming Languages / PowerShell

Reading OPC DA Data in PowerShell

Rate me:
Please Sign up or sign in to vote.
4.81/5 (7 votes)
5 Jul 2022MIT6 min read 9.5K   243   5  
How to read data from OPC DA servers into a PowerShell script
OPC DA is a widely used protocol in the world of industrial automation for making process data available. Client applications are typically written in VB, C++ or C#. For scripting purposes, it can be useful to have a PowerShell interface, but there are no public examples that use the raw API from www.opcfoundation.org. This article explains how to do it in a basic manner.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Belgium Belgium
I am a former professional software developer (now a system admin) with an interest in everything that is about making hardware work. In the course of my work, I have programmed device drivers and services on Windows and linux.

I have written firmware for embedded devices in C and assembly language, and have designed and implemented real-time applications for testing of satellite payload equipment.

Generally, finding out how to interface hardware with software is my hobby and job.

Comments and Discussions