Versions Compared

Key

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

Release Notes

Page Properties

Status

Status
colourGreen
titleReleased

Release Date

20232024-1101-2418

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.

0

3.yml

Startup

Code Block
docker-compose --file netfield-app-io-link-configurator-netfield-1.2.
0
3.yml up -d

Shutdown

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

View file
namenetfield-app-

opc-ua-

io-link-configurator-1.2.

0

3.yml

Startup

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.
0
3.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-io-link-configurator-1.2.
0
3.yml down

Prerequisites

None

UI access

Port 80

is

(not exposed in

the

compose file above

due to

cause of security reasons

. To access the web front-end there exists two ways:
  • Secure way:

  • )

      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

    ...