Basic Configuration
To setup the Northbound Manager, you need to add a new manager to your project:
-
Add a new WinCC OA JavaScript Manager with the command line parameters:
northbound-interface/index.js <Connection Name>The connection name is later used within the Northbound Manager interface to setup the connection details.
The connection name must be unique, but multiple managers with different connection names can be configured.
-
Open the Northbound Manager Interface Overview panel.
You can find it in:.
- After the basic setup, connection-specific configurations can be made. For Sparkplug B, the option to configure via DP Groups (see Configure with DP Group) or via Plantmodel (see Configure with Plantmodel) can be used.
Northbound Interface - Debug Flags
The JavaScript Manager provides the following debug flags, which can be added to the
manager by using the manager parameter -dbg <FLAG>. The
parameter must be set before the script name, see Syntax Manager Options.
| Type | Description |
|---|---|
| CONN | Connection-related debug messages |
| DATA | Data-related debug messages |
| CONFIG | Configuration-related debug messages |
| WRITE | Write-related debug messages |
| DIAGNOSTICS | Diagnostics-related debug messages |
