Skip to content

infoil/opc-reader

 
 

Repository files navigation

OPC reader

An OPC-UA command-line (CLI) client able to read values from an OPC UA server.

The point of this software is to fetch values from an OPC server and save them to a file, so another program (the invoker) can process the file.

Features

  • Query online values from an OPC server.
  • Query historical values from an OPC server.
  • Write queried values to a CSV file.

Getting Started

Prerequisites

You need .NET Core 2.1 to run this program.

Installation

There is no installation required.

Quickstart

  1. Build.
  2. Publish to a folder
  3. Run: dotnet opcreader.dll (parameters) (see examples folder)

Resources

About

An OPC-UA command-line (CLI) client able to read values from an OPC UA server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%