Skip to main content

Ultimo

The Ultimo connector is an enterprise connector for sending measurement values to IFS Ultimo.

Connection settings

SettingDescription
Ultimo Base URLBase URL of the Ultimo environment.
Ultimo API KeyAPI key with permission to call the required Ultimo workflow.
Ultimo Endpoint UrlURL extension with parameters for example: '/api/v1/action/REST_ProcessFunctionMeasurementPointValue_Import'.
Ultimo Application Element IdThe Ultimo Application element id used for the request headers.
Ultimo Value field nameThe request body field name used for the measurement value. For example "Value" or "Delta".

Adding properties

Ultimo properties are output properties. Each property requires:

Property fieldDescription
NameDisplay name in Reniway.
TypeUsually a numeric type such as Double.
Process Function IDProcess function equipment identifier.
Measurement Point IDUltimo measurement point identifier.

Runtime behavior

When a linked source value changes, Reniway sends it to the Ultimo workflow REST_EquipmentMeasurementPointValue_Import.

The current implementation submits the incoming value as a Delta update for the target measurement point.

Notes

  • This connector is output-only.
  • Make sure the Ultimo API key has access to the measurement import workflow you intend to use.