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

BrowseName

MDISInstrumentObjectType

IsAbstract

False

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the MDISBaseObjectType (defined in 6.1.1)

0:HasComponent

Variable

ProcessVariable

0:Float

0:AnalogItemType

M, RO

0:HasComponent

Variable

HHlimit

0:Boolean

0:BaseDataVariableType

O, RO

0:HasComponent

Variable

Hlimit

0:Boolean

0:BaseDataVariableType

O, RO

0:HasComponent

Variable

Llimit

0:Boolean

0:BaseDataVariableType

O, RO

0:HasComponent

Variable

LLlimit

0:Boolean

0:BaseDataVariableType

O, RO

0:HasProperty

Variable

HHSetPoint

0:Float

0:PropertyType

O, RW

0:HasProperty

Variable

HSetPoint

0:Float

0:PropertyType

O, RW

0:HasProperty

Variable

LSetPoint

0:Float

0:PropertyType

O, RW

0:HasProperty

Variable

LLSetPoint

0:Float

0:PropertyType

O, RW

0:HasSubtype

ObjectType

MDISInstrumentOutObjectType

0:HasSubtype

ObjectType

MDISInstrumentArbitrationObjectType

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

ProcessVariable

0:HasProperty

Variable

0:InstrumentRange

0:Range

0:PropertyType

O

ProcessVariable

0:HasProperty

Variable

0:EURange

0:Range

0:PropertyType

M

ProcessVariable

0:HasProperty

Variable

0:EngineeringUnits

0:EUInformation

0:PropertyType

M

 

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

IOFault

0

Instrument 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

SideAProblem

0

There is an issue with the A side of this instrument [note this only applies to instrument that are arbitrated]

SideBProblem

1

There is an issue with the B side of this instrument [note this only applies to instrument that are arbitrated]

Discrepancy

2

The values differ by more than is acceptable

OutOfRange

3

The value of the instrument is Out of range