Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Release Notes

Page Properties

Status

Status
colourGreen
titleReleased

Release Date

2024-01-1718

Summary

The container “netFIELD app io-link configurator” is a container to configure IO-Link devices in accordance with OPC UA for IO-Link Companion Specification

Use cases

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

Compose file

View file
namenetfield-app-io-link-configurator-netfield-1.2.2.yml

Startup

Code Block
docker-compose --file netfield-app-io-link-configurator-netfield-1.2.23.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-io-link-configurator-netfield-1.2.23.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.

netfield-app-io-link-configurator-1.2.2.yml

Compose file

View file
name

Startup

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.23.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.23.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

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

Changes in this version

Jira Legacy
serverHilscher Ticket
columnskey,summary,type,status
columnIdsissuekey,summary,issuetype,status
maximumIssues20
jqlQueryproject = OI4IOLCFGDEV AND fixVersion = 1.0.0-build.7941 ORDER BY type
serverId652f1763-f45a-3496-b650-0d5d39d72b0f

...