Ultimo
The Ultimo connector is an enterprise connector for sending measurement values to IFS Ultimo.
Connection settings
| Setting | Description |
|---|---|
| Ultimo Base URL | Base URL of the Ultimo environment. |
| Ultimo API Key | API key with permission to call the required Ultimo workflow. |
| Ultimo Endpoint Url | URL extension with parameters for example: '/api/v1/action/REST_ProcessFunctionMeasurementPointValue_Import'. |
| Ultimo Application Element Id | The Ultimo Application element id used for the request headers. |
| Ultimo Value field name | The 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 field | Description |
|---|---|
| Name | Display name in Reniway. |
| Type | Usually a numeric type such as Double. |
| Process Function ID | Process function equipment identifier. |
| Measurement Point ID | Ultimo 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.