6.5.3 MDISInstrumentObjectType Definition

Table 28 defines the structure of an MDISInstrumentObjectType. Any vendor specified properties that have been implemented within a project should be documented within a similar format and supplied to the DCS vendor. The addition of vendor specific properties will result in a subtype of the MDISInstrumentObjectType. If a MDISInstrumentObjectType instance is disabled, the MDISBaseObjectType defaults are followed and only the HHSetPoint, HSetPoint, LSetPoint and LLSetPoint object values will be available

Table 28 – MDISInstrumentObjectType Definition
Attribute Value
BrowseNameMDISInstrumentObjectType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the MDISBaseObjectType (defined in 6.1.1)
0:HasComponentVariableProcessVariable0:Float0:AnalogItemType M, RO
0:HasComponentVariableHHlimit0:Boolean0:BaseDataVariableTypeO, RO
0:HasComponentVariableHlimit0:Boolean0:BaseDataVariableTypeO, RO
0:HasComponentVariableLlimit0:Boolean0:BaseDataVariableTypeO, RO
0:HasComponent VariableLLlimit0:Boolean0:BaseDataVariableTypeO, RO
0:HasPropertyVariableHHSetPoint0:Float0:PropertyTypeO, RW
0:HasPropertyVariableHSetPoint0:Float0:PropertyTypeO, RW
0:HasPropertyVariableLSetPoint0:Float0:PropertyTypeO, RW
0:HasPropertyVariableLLSetPoint0:Float0:PropertyTypeO, RW
0:HasSubtypeObjectTypeMDISInstrumentOutObjectType
0:HasSubtypeObjectTypeMDISInstrumentArbitrationObjectType
ConformanceUnits
MDIS Instrument Base

ProcessVariable – a Variable in engineering units that represents the value of the instance of an MDISInstrumentObjectType. It includes properties that represent the engineering units; the engineering units range and optionally the instrument range, see OPC 10000-8. The components of the MDISInstrumentObjectType Type have additional subcomponents which are defined inTable 29.

Table 29 – MDISInstrumentObjectType Type Additional Subcomponents
BrowsePath References NodeClass BrowseName DataType TypeDefinition Other
ProcessVariable0:HasPropertyVariable0:InstrumentRange0:Range0:PropertyTypeO
ProcessVariable0:HasPropertyVariable0:EURange0:Range0:PropertyTypeM
ProcessVariable0:HasPropertyVariable0:EngineeringUnits0:EUInformation0:PropertyTypeM

The EUInformation DataType is defined in OPC 10000-8.

HHlimit – The instrument HH state is active

Hlimit – The instrument H state is active

Llimit – The instrument L state is active

LLlimit – The instrument LL state is active

HHSetPoint – Configuration of HHSetPoint which will set HHlimit be TRUE when the ProcessVariable value is greater than “set point value”. If this limit Variable exists on an object, but has not been configured, the HHSetPoint shall have a status code of Bad_ConfigurationError and Clients shall ignore the value. When the HHSetPoint has a Status of Bad_ConfigurationError, if the HHlimit exists, it shall have a status code of Bad_ConfigurationError and the value is ignored.

HSetPoint – Configuration of HSetPoint which will set Hlimit be TRUE when the ProcessVariable value is greater than “set point value”. If this limit Variable exists on an object, but has not been configured, the HSetPoint shall have a status code of Bad_ConfigurationError and Clients shall ignore the value. When the HSetPoint is ignored, if the Hlimit exists, it shall have a status code of Bad_ConfigurationError and the value is ignored.

LSetPoint – Configuration of LSetPoint which will set Llimit be TRUE when the ProcessVariable value is less than “set point value”. If this limit Variable exists on an object, but has not been configured, the LSetPoint shall have a status code of Bad_ConfigurationError and Clients shall ignore the value. When the LSetPoint is ignored, if the Llimit exists, it shall have a status code of Bad_ConfigurationError and the value is ignored.

LLSetPoint – Configuration of LLSetPoint which will set LLlimit be TRUE when the ProcessVariable value is less than “set point value”. If this limit Variable exists on an object, but has not been configured, the LLSetPoint shall have a status code of Bad_ConfigurationError and Clients shall ignore the value. When the LLSetPoint is ignored, if the LLlimit exists, it shall have a status code of Bad_ConfigurationError and the value is ignored.

The MDISInstrumentObjectType is a subtype of MDISBaseObjectType and inherit the FaultCode Variable. The MDISInstrumentObjectType defines the standard FaultCodes (for bits 0-15 as defined in 6.2.2) in Table 8. All subtypes of this the MDISInstrumentObjectType will inherit all FaultCodes defined in this table. Subtypes may define additional FaultCodes in their own table.

Table 30 – MDISInstrumentObjectType FaultCode Values
Value Bit no. Description
IOFault0Instrument has no usable value, there is an I/O fault.

The MDISDigitalInstrumentObjectType defines the standard WarningCodes (for bits 0-15 as defined in 6.2.2) in Table 9. All subtypes of this the MDISDigitalInstrumentObjectType will inherit all WarningCodes defined in this table. Subtypes may define additional WarningCodes in their own table.

Table 31 – MDISInstrumentObjectType WarningCode Values
Value Bit No. Description
SideAProblem0There is an issue with the A side of this instrument [note this only applies to instrument that are arbitrated]
SideBProblem1There is an issue with the B side of this instrument [note this only applies to instrument that are arbitrated]
Discrepancy2The values differ by more than is acceptable
OutOfRange3The value of the instrument is Out of range