Skip to end of banner
Go to start of banner

netFIELD App OPC UA IO-Link Adapter V1.3.0

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Release Notes

Status

RELEASED

Release Date

2024-07-03

Summary

The container “netFIELD app opc ua io-link adapter” is a container to extract process data from IO-Link devices and converting them to MQTT topics

Use cases

Using the app on a Hilscher's "netFIELD OS" operating system supporting edge device.

Compose file

Startup

docker-compose --file netfield-app-opc-ua-io-link-adapter-netfield-1.3.0.yml up -d

Shutdown

docker-compose --file netfield-app-opc-ua-io-link-adapter-netfield-1.3.0.yml down

Prerequisites

None

UI access

Over edge device integrated web user interface

Using the app on hosts that are not running Hilscher's "netFIELD OS" operating system.

Compose file

Startup

docker-compose --file netfield-app-opc-ua-io-link-adapter-1.3.0.yml up -d

Shutdown

docker-compose --file netfield-app-opc-ua-io-link-adapter-1.3.0.yml down

Prerequisites

None

UI access

Port 80 (not exposed in compose file above cause of security reasons)

  Secure way: See FAQ page https://hilscher.atlassian.net/wiki/x/FwA2Bg

  Insecure way: For tests the port could be simply exposed using compose file with the additional lines

services:
    ports:
      - "80:80/tcp"

Changes in this version

OI4IOLCONDEV-259 - Getting issue details... STATUS

  • No labels