Versions Compared

Key

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

Page Content

...

Logo

Name

Description

Value

Configuration validator

Checks the validity of the general configuration of the selected I/O Interface.

None

Help

Opens this document page from the UI.

None

DDF Importer

Opens the file explorer and allows to import the target DDF.

None

DDF file path

The path to the DDF file. Can be set up manually by modifying the field directly, or by using the DDF Importer.

String

Domain name

The name of the domain, defined in the DDF file, which will be used by the “OrchestraFramework” I/O interface and the “OrchestraClient” I/O interface to exchange data (Shared memory).

String

Client performs wait to go during start()

Defines if the wait-to-go feature is loaded during the load of the model, or during the start.

For RT-LAB, it must ALWAYS be checked if the wait to go function is used.

Checked or Unchecked

Flag polling delays (us)

Internal delay in microseconds between two consecutive attempts to lock the publish or subscribe memory space in each Orchestra data exchange.

This is only used if the field 'Force domain synchronization in polling mode' is checked in the corresponding OrchestraFramework configuration.

Int

...

I/O interfaces allow defining datapoints that are handled outside the models themselves. In order to bring the data going through those datapoints inside the models, we need to use two specific blocs called https://opal-rt.atlassian.net/l/cp/NQxy0ZF1and https://opal-rt.atlassian.net/l/cp/X2q4R5q7. OpInput and OpOutput .

...

OpInput

The https://opal-rt.atlassian.net/l/cp/2wqY1pig OpInput block gives the ability to create an input connection within the model. Thus, it may be connected to any output signal coming from any associated I/O interface.

In the case of the OrchestraClient I/O interface, output signals correspond to any item of the publish part of the DDF or the 'status' signal.

OpOutput

The https://opal-rt.atlassian.net/l/cp/1VJbdYhR OpOutput block gives the ability to create an output connection within the model. Thus, it may be connected to any input signal coming out of any associated I/O interface.

...

Performing the connections between the model datapoints delivered by the OpInputs/OpOutputs and the datapoints from the I/O interfaces is explained in the following page https://opal-rt.atlassian.net/l/cp/5muqM3S7 Connections management .