Versions Compared

Key

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

...

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

Compose file

netfield-app-ethercat-tap-netfieldos-1.3.0.yml

Startup

Code Block
docker-compose --file netfield-app-ethercat-tap-netfieldos-1.3.0.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-ethercat-tap-netfieldos-1.3.0.yml down

Prerequisites

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

Code Block
export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth1>

UI access

Over edge device integrated web user interface

...