Cygnus Ultrasonic thickness gauge

In case it’s useful, @rjehangir has been working on an extension for the Cygnus UT gauge, which follows on somewhat from the integration I originally made for Companion, but also includes a web interface that allows logging and labelling measurements.

That extension is not currently registered in the store, so if you want to try it out you’ll need to add it manually via the “+” button in the Installed tab of the Extensions manager:

Field Value
Extension Identifier rjehangir.cygnus
Extension Name Cygnus UT
Docker image rjehangir/blueos-cygnus-ut
Docker tag latest

The “Custom settings” should be set to

{
 "ExposedPorts": {
   "8000/tcp": {}
  },
  "HostConfig": {
    "Binds":["/root/.config/blueos/extensions/cygnus-ut:/root/.config"],
    "PortBindings": {
      "8000/tcp": [
        {
          "HostPort": ""
        }
      ]
    }
  }
}
2 Likes