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. |
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. |
| Equipment ID | Stored in Source Name and used as the Ultimo 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.