Skip to end of banner
Go to start of banner

test netFIELD App PROFINET Tap 1.5.1

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 6 Next »

Release Notes

Status

RELEASED

Release Date

2024-09-17

Summary

Update base image

Use cases

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

Compose file

netfield-app-profinet-tap-netfieldos-1.5.1.yml

Startup

docker-compose --file netfield-app-profinet-tap-netfieldos-1.5.1.yml up -d

Shutdown

docker-compose --file netfield-app-profinet-tap-netfieldos-1.5.1.yml down

Prerequisites

Before calling the docker-compose command line you have to specify the capturing Ethernet interface with

export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth1>

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-tap-1.5.1.yml

Startup

docker-compose --file netfield-app-profinet-tap-1.5.1.yml up -d

Shutdown

docker-compose --file netfield-app-profinet-tap-1.5.1.yml down

Prerequisites

Before calling the docker-compose command line you have to specify the capturing Ethernet interface with

export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth1>

UI access

Port 80 is not exposed in the compose file above due to security reasons. To access the web front-end there exists two ways:

Changes in this version

key summary type status
Loading...
Refresh


  • No labels