mtconnectDeviceUuid

The "mtconnectDeviceUuid" property is a required string that specifies the identifier of the device that supplies data to the connector. When the FairCom MTConnect Connector requests data over the MTConnect protocol, the device returns an <MTConnectStreams> XML document, which contains data from one or more devices. The "mtconnectDeviceUuid" property uniquely identifies the data stream the FairCom connector should use to gather data.

The device identifier is located in the uuid attribute of the <DeviceStream> element in an <MTConnectStreams> XML document returned from the MTConnect protocol. 

If the MTConnect protocol returns the following MTConnectStreams XML, you should set the "deviceUuid" property to "X1_373f-4ab9-9c7a-173edd23e4f3".

<MTConnectStreams>
  <Streams>
    <DeviceStream 
      name="X1" 
      uuid="X1_373f-4ab9-9c7a-173edd23e4f3">
      <ComponentStream 
        component="Device" 
        name="Stamper1" 
        componentId="X1_Stamper1">
        <Samples>
          <REAL 
            dataItemId="X1_Stamper1_Temperature"
            name="Temperature"
            sequence="5" 
            timestamp="2010-04-06T06:19:35.153141"
            >20.1</REAL>
        </Samples>
      </ComponentStream>
    </DeviceStream>
  </Streams>
</MTConnectStreams>