Release Notes

Status

Release Date

2023-12-05

Summary

netFIELD App PROFINET Device

Use cases

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

Compose file

netfield-app-profinet-device-1.0.0.yml

Startup

docker-compose --file netfield-app-profinet-device-1.0.0.yml up -d

Shutdown

docker-compose --file netfield-app-profinet-device-1.0.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

netfield-app-profinet-device-1.0.0.yml

Startup

docker-compose --file netfield-app-profinet-device-1.0.0.yml up -d

Shutdown

docker-compose --file netfield-app-profinet-device-1.0.0.yml down

Prerequisites

None

UI access

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

Insecure way: Per default, for first tests, the port 3002 is exposed in compose file above. It can be adjusted if required so.

ports:
  - "3002:3000/tcp"

Changes in this version