Integration Tips SP&ID - SPICreate Line task: When all operating conditions (@Maximum, @Normal, and @Minimum) are populated the Create task is successful and the line is created.
![]() The problem is that the maximum/normal/minimum temperature are separate properties in each tool but in SP&ID the unit of measure is set per property (it means you might have separate unit of measure for each condition) in SPI the unit of measure is common to the three properties.
In SPI you can bring in all the @Maximum, @Normal, and @Minimum Pressure and Temperature values. You can publish the maximum/normal/minimum pressure and temperature conditions from SP&ID and then retrieve it into SPI.
For Create tasks, the unit of measure is selected by the following priority: Normal, Maximum, Minimum. In other words, if normal exists, use normal, if normal does not exist, use maximum, if maximum does not exist, use minimum.
|