Hannover Messe 2024

We are presenting our products and services at Hannover Messe this week - from April 22 to April 26, 2024! If you are visiting the exhibition, please stop by our booth D42 in Hall 17 (Canadian pavilion)!

 HM2024 1

new product: ogamma Modbus OPC UA Server has been released!

June 11, 2022

Recently we have released our new product - ogamma Modbus OPC UA Server. It allows connecting to Modbus devices over the OPC UA protocol. 

When used in combination with our flagship product ogamma Visual Logger for OPC, it allows you to collect data from legacy devices and store it in modern time-series databases and cloud platforms such as Microsoft Azure, AWS, and Google Cloud.

For more details, please refer online User Manual.

ogamma Visual Logger for OPC verified by Confluent as standard source connector!

Support for Confluent was added into ogamma Visual Logger for OPC in version 1.2.3 (was released in September 2020). This was not published as news at that time, so we are now correcting that mistake.

Here is the link to our product at Confluent Hub: https://www.confluent.io/hub/onewayautomation/ogamma-visual-logger-for-opc

It is listed as Verified Standard Integration, which means "Fully supported partner integration that meets a standard level of functional compatibility with the Confluent Platform ecosystem". 

In version 2.1.1 mapping from OPC UA evolved further - now custom format for the payload of Kafka messages can be used, for example, JSON. Also, arrays and complex type values can be logged.

ogamma Visual Logger for OPC as Microsoft Azure IoT Edge Module

July 20, 2021.

One-Way Automation's application to become a Microsoft Partner was approved and our product ogamma Visual Logger for OPC is now available at Azure Marketplacehttps://azuremarketplace.microsoft.com/en-us/marketplace/apps/one-wayautomationinc1621632712369.ovlm?tab=Overview

As a result, now ogamma Visual Logger for OPC can be deployed in your Azure IoT Edge Devices as Azure IoT Edge Module remotely! Keeping in mind that its configuration GUI is web-based, by using additional third-party tools you can even configure it remotely over the Internet! Opening even a single port in your firewall is not required - production level security is provided. Please contact us for details.
 

OPC UA C++ SDK version 1.1.2 has been released

July 19, 2021.

Our OPC UA C++ SDK version 1.1.2 has been released and is available for the general public now!

It comes with the updated Developer's Guide, and with a new Sample Application, which can be taken as a base for your application. It has examples on how to read values from OPC UA variables and write to them, how to browse the address space, how to create subscriptions and monitored items, and handle data change notifications. 

This version has added support for complex data types: now these values can be converted to JSON formatted string, or to special Variant type. With the latest, you can access each member field of the complex type value from C++ code.

In this version also various bugs were fixed, and the auto-reconnection feature is improved. Also, extra measures are taken to make sure that no callbacks are made to the application after disconnect() call is completed on the Connection object. 

The SDK is now built for the following targets:

  • Microsoft Windows (Visual Studio 2019)
  • Linux:
    • Ubuntu 18.04
    • Ubuntu 20.04
    • Debian 10.10
    • Red Hat Enterprise Linux 8.4

Can be built for other platforms too!