MDIS defines flags, general status information and other optional data collections that need to exist in a standard manner on MDIS Servers to allow for easier interoperation between Clients and Servers. This information is provided via the MDISInformationObjectType.

The following section details the MDISInformationObjectType. This ObjectType defines a standard structure for organization of some basic Server information. An instance of this object is required for all versions of MDIS Servers 1.2 and greater. An instance of this ObjectType shall exist under the Objects folder on all OPC UA MDIS Servers. Clients are required to be able to handle Servers which do not contain this object. The Client shall assume any Server that does not contain an instance of this ObjectType is a version 1.1 or 1.0 MDIS Server.

image027.png

Figure 23 – MDISInformationObjectType

Table 88 defines the structure of an MDISInformationObjectType.

Table 88 – MDISInformationObjectType

Attribute

Value

BrowseName

MDISInformationObjectType

IsAbstract

False

References

Node Class

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseObjectType (see OPC 10000-5)

0:HasComponent

Object

TimeSynchronization

MDISTimeSyncObjectType

O

0:HasComponent

Object

Signatures

0:FolderType

O

0:HasComponent

Variable

MDISVersion

MDISVersionDataType

MDISVersionVariableType

M, RO

ConformanceUnits

MDIS Information version

TimeSynchronization – this is an instance of the MDISTimeSyncObjectType object, that allows a Client to provide time information to a Server if required. See 6.1.16 for additional details.

Signatures is a folder that contains all of the currently available signatures (profiles). The individual signature(s) are stored as FileObjects and the format of the file(s) is vendor specific.

MDISVersion provides information about the version of the MDIS specification that is implemented by the Server. This is provided to assist the Client in determining what should be available and can also be used for automated testing of the Server.