Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1 KB

README.md

File metadata and controls

33 lines (21 loc) · 1 KB

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