Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Problem reading variable value

Kevin,

Thank you for your response. I’ve already tried everything I could think of.

I can read all the variables with UaExpert. I attach a screen print.

As I told before, I can read server variables, with ns=0, but not the machine variables, which have ns=2. I cannot read any variables from the machines, either variables directly associated with the machine, like description or cycle counter, or process variables, like cycle time.

Also I can browse all the objects in the server, even those that belong to the machines. I attach a file nodes.txt with the output of a slightly modified version of BrowseExample that writes the log to a file.

Best regards,

Joaquim Torres

 

 

From: milo-dev-bounces@xxxxxxxxxxx [mailto:milo-dev-bounces@xxxxxxxxxxx] On Behalf Of Kevin Herron
Sent: terça-feira, 24 de julho de 2018 14:58
To: milo developer discussions
Subject: Re: [milo-dev] Problem reading variable value

 

From the information you've provided I can only conclude this is a problem with the server, not with the client.

 

Can you read these variables using other UA client software (e.g. UaExpert)? 

 

 

On Tue, Jul 24, 2018 at 6:17 AM, Joaquim Torres <joaquimtorres@xxxxxxxxxxxxxxxxxxx> wrote:

Hello,

I'm writing a Java client to read variable values from a opcua server that is a gateway to several machines. I can read the values from the server variables, but not from the machine variables. The machine variables values allways return null.

The machine variables have ns=2, the server variables have ns=0.

The NodeId for the variable I'm trying to read is created with the following code:

public static final NodeId CycleCounter = new NodeId(Unsigned.ushort(2), "47.CycleCounter");

A modified ReadExample program called ReadTest:

    @Override
    public void run(OpcUaClient client, CompletableFuture<OpcUaClient> future) throws Exception {
        // synchronous connect
        client.connect().get();

        VariableNode node2 = client.getAddressSpace().createVariableNode(HuskyIds.CycleCounter);
        DataValue value2 = node2.readValue().get();
        logger.info("CycleCounter = {}   {}", value2.getValue().getValue(), value2.getStatusCode());
        future.complete(client);
    }

prints:

[main] INFO org.eclipse.milo.examples.client.ReadTest - CycleCounter = null   StatusCode{name=Good, value=0x00000000, quality=good}

I interpret this log as the server recognizing the variable Id as valid, but the return value is still null.

The machine variables have ns=2. Is this the problem? If so, How can I read their values?

Thank you.
Joaquim Torres

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/milo-dev

 

Attachment: CaptureUaExpertScreen.PNG
Description: PNG image

Node=Objects      id=ExpandedNodeId{ns=0, id=85, serverIndex=0}
  Node=Server      id=ExpandedNodeId{ns=0, id=2253, serverIndex=0}
    Node=ServerArray      id=ExpandedNodeId{ns=0, id=2254, serverIndex=0}
    Node=NamespaceArray      id=ExpandedNodeId{ns=0, id=2255, serverIndex=0}
    Node=ServerStatus      id=ExpandedNodeId{ns=0, id=2256, serverIndex=0}
      Node=StartTime      id=ExpandedNodeId{ns=0, id=2257, serverIndex=0}
      Node=CurrentTime      id=ExpandedNodeId{ns=0, id=2258, serverIndex=0}
      Node=State      id=ExpandedNodeId{ns=0, id=2259, serverIndex=0}
      Node=BuildInfo      id=ExpandedNodeId{ns=0, id=2260, serverIndex=0}
        Node=ProductUri      id=ExpandedNodeId{ns=0, id=2262, serverIndex=0}
        Node=ManufacturerName      id=ExpandedNodeId{ns=0, id=2263, serverIndex=0}
        Node=ProductName      id=ExpandedNodeId{ns=0, id=2261, serverIndex=0}
        Node=SoftwareVersion      id=ExpandedNodeId{ns=0, id=2264, serverIndex=0}
        Node=BuildNumber      id=ExpandedNodeId{ns=0, id=2265, serverIndex=0}
        Node=BuildDate      id=ExpandedNodeId{ns=0, id=2266, serverIndex=0}
      Node=SecondsTillShutdown      id=ExpandedNodeId{ns=0, id=2992, serverIndex=0}
      Node=ShutdownReason      id=ExpandedNodeId{ns=0, id=2993, serverIndex=0}
    Node=ServiceLevel      id=ExpandedNodeId{ns=0, id=2267, serverIndex=0}
    Node=Auditing      id=ExpandedNodeId{ns=0, id=2994, serverIndex=0}
    Node=EstimatedReturnTime      id=ExpandedNodeId{ns=0, id=12885, serverIndex=0}
    Node=ServerCapabilities      id=ExpandedNodeId{ns=0, id=2268, serverIndex=0}
      Node=ServerProfileArray      id=ExpandedNodeId{ns=0, id=2269, serverIndex=0}
      Node=LocaleIdArray      id=ExpandedNodeId{ns=0, id=2271, serverIndex=0}
      Node=MinSupportedSampleRate      id=ExpandedNodeId{ns=0, id=2272, serverIndex=0}
      Node=MaxBrowseContinuationPoints      id=ExpandedNodeId{ns=0, id=2735, serverIndex=0}
      Node=MaxQueryContinuationPoints      id=ExpandedNodeId{ns=0, id=2736, serverIndex=0}
      Node=MaxHistoryContinuationPoints      id=ExpandedNodeId{ns=0, id=2737, serverIndex=0}
      Node=SoftwareCertificates      id=ExpandedNodeId{ns=0, id=3704, serverIndex=0}
      Node=MaxArrayLength      id=ExpandedNodeId{ns=0, id=11702, serverIndex=0}
      Node=MaxStringLength      id=ExpandedNodeId{ns=0, id=11703, serverIndex=0}
      Node=MaxByteStringLength      id=ExpandedNodeId{ns=0, id=12911, serverIndex=0}
      Node=OperationLimits      id=ExpandedNodeId{ns=0, id=11704, serverIndex=0}
        Node=MaxNodesPerRead      id=ExpandedNodeId{ns=0, id=11705, serverIndex=0}
        Node=MaxNodesPerHistoryReadData      id=ExpandedNodeId{ns=0, id=12165, serverIndex=0}
        Node=MaxNodesPerHistoryReadEvents      id=ExpandedNodeId{ns=0, id=12166, serverIndex=0}
        Node=MaxNodesPerWrite      id=ExpandedNodeId{ns=0, id=11707, serverIndex=0}
        Node=MaxNodesPerHistoryUpdateData      id=ExpandedNodeId{ns=0, id=12167, serverIndex=0}
        Node=MaxNodesPerHistoryUpdateEvents      id=ExpandedNodeId{ns=0, id=12168, serverIndex=0}
        Node=MaxNodesPerMethodCall      id=ExpandedNodeId{ns=0, id=11709, serverIndex=0}
        Node=MaxNodesPerBrowse      id=ExpandedNodeId{ns=0, id=11710, serverIndex=0}
        Node=MaxNodesPerRegisterNodes      id=ExpandedNodeId{ns=0, id=11711, serverIndex=0}
        Node=MaxNodesPerTranslateBrowsePathsToNodeIds      id=ExpandedNodeId{ns=0, id=11712, serverIndex=0}
        Node=MaxNodesPerNodeManagement      id=ExpandedNodeId{ns=0, id=11713, serverIndex=0}
        Node=MaxMonitoredItemsPerCall      id=ExpandedNodeId{ns=0, id=11714, serverIndex=0}
      Node=ModellingRules      id=ExpandedNodeId{ns=0, id=2996, serverIndex=0}
      Node=AggregateFunctions      id=ExpandedNodeId{ns=0, id=2997, serverIndex=0}
        Node=Interpolative      id=ExpandedNodeId{ns=0, id=2341, serverIndex=0}
        Node=Average      id=ExpandedNodeId{ns=0, id=2342, serverIndex=0}
        Node=TimeAverage      id=ExpandedNodeId{ns=0, id=2343, serverIndex=0}
        Node=TimeAverage2      id=ExpandedNodeId{ns=0, id=11285, serverIndex=0}
        Node=Total      id=ExpandedNodeId{ns=0, id=2344, serverIndex=0}
        Node=Total2      id=ExpandedNodeId{ns=0, id=11304, serverIndex=0}
        Node=Minimum      id=ExpandedNodeId{ns=0, id=2346, serverIndex=0}
        Node=Maximum      id=ExpandedNodeId{ns=0, id=2347, serverIndex=0}
        Node=MinimumActualTime      id=ExpandedNodeId{ns=0, id=2348, serverIndex=0}
        Node=MaximumActualTime      id=ExpandedNodeId{ns=0, id=2349, serverIndex=0}
        Node=Range      id=ExpandedNodeId{ns=0, id=2350, serverIndex=0}
        Node=Minimum2      id=ExpandedNodeId{ns=0, id=11286, serverIndex=0}
        Node=Maximum2      id=ExpandedNodeId{ns=0, id=11287, serverIndex=0}
        Node=MinimumActualTime2      id=ExpandedNodeId{ns=0, id=11305, serverIndex=0}
        Node=MaximumActualTime2      id=ExpandedNodeId{ns=0, id=11306, serverIndex=0}
        Node=Range2      id=ExpandedNodeId{ns=0, id=11288, serverIndex=0}
        Node=Count      id=ExpandedNodeId{ns=0, id=2352, serverIndex=0}
        Node=AnnotationCount      id=ExpandedNodeId{ns=0, id=2351, serverIndex=0}
        Node=DurationInStateZero      id=ExpandedNodeId{ns=0, id=11307, serverIndex=0}
        Node=DurationInStateNonZero      id=ExpandedNodeId{ns=0, id=11308, serverIndex=0}
        Node=NumberOfTransitions      id=ExpandedNodeId{ns=0, id=2355, serverIndex=0}
        Node=Start      id=ExpandedNodeId{ns=0, id=2357, serverIndex=0}
        Node=End      id=ExpandedNodeId{ns=0, id=2358, serverIndex=0}
        Node=Delta      id=ExpandedNodeId{ns=0, id=2359, serverIndex=0}
        Node=StartBound      id=ExpandedNodeId{ns=0, id=11505, serverIndex=0}
        Node=EndBound      id=ExpandedNodeId{ns=0, id=11506, serverIndex=0}
        Node=DeltaBounds      id=ExpandedNodeId{ns=0, id=11507, serverIndex=0}
        Node=DurationGood      id=ExpandedNodeId{ns=0, id=2360, serverIndex=0}
        Node=DurationBad      id=ExpandedNodeId{ns=0, id=2361, serverIndex=0}
        Node=PercentGood      id=ExpandedNodeId{ns=0, id=2362, serverIndex=0}
        Node=PercentBad      id=ExpandedNodeId{ns=0, id=2363, serverIndex=0}
        Node=WorstQuality      id=ExpandedNodeId{ns=0, id=2364, serverIndex=0}
        Node=WorstQuality2      id=ExpandedNodeId{ns=0, id=11292, serverIndex=0}
        Node=StandardDeviationPopulation      id=ExpandedNodeId{ns=0, id=11427, serverIndex=0}
        Node=VariancePopulation      id=ExpandedNodeId{ns=0, id=11429, serverIndex=0}
        Node=StandardDeviationSample      id=ExpandedNodeId{ns=0, id=11426, serverIndex=0}
        Node=VarianceSample      id=ExpandedNodeId{ns=0, id=11428, serverIndex=0}
      Node=HistoryServerCapabilities      id=ExpandedNodeId{ns=0, id=11192, serverIndex=0}
        Node=AccessHistoryDataCapability      id=ExpandedNodeId{ns=0, id=11193, serverIndex=0}
        Node=AccessHistoryEventsCapability      id=ExpandedNodeId{ns=0, id=11242, serverIndex=0}
        Node=MaxReturnDataValues      id=ExpandedNodeId{ns=0, id=11273, serverIndex=0}
        Node=MaxReturnEventValues      id=ExpandedNodeId{ns=0, id=11274, serverIndex=0}
        Node=InsertDataCapability      id=ExpandedNodeId{ns=0, id=11196, serverIndex=0}
        Node=ReplaceDataCapability      id=ExpandedNodeId{ns=0, id=11197, serverIndex=0}
        Node=UpdateDataCapability      id=ExpandedNodeId{ns=0, id=11198, serverIndex=0}
        Node=DeleteRawCapability      id=ExpandedNodeId{ns=0, id=11199, serverIndex=0}
        Node=DeleteAtTimeCapability      id=ExpandedNodeId{ns=0, id=11200, serverIndex=0}
        Node=InsertEventCapability      id=ExpandedNodeId{ns=0, id=11281, serverIndex=0}
        Node=ReplaceEventCapability      id=ExpandedNodeId{ns=0, id=11282, serverIndex=0}
        Node=UpdateEventCapability      id=ExpandedNodeId{ns=0, id=11283, serverIndex=0}
        Node=DeleteEventCapability      id=ExpandedNodeId{ns=0, id=11502, serverIndex=0}
        Node=InsertAnnotationCapability      id=ExpandedNodeId{ns=0, id=11275, serverIndex=0}
        Node=AggregateFunctions      id=ExpandedNodeId{ns=0, id=11201, serverIndex=0}
          Node=Interpolative      id=ExpandedNodeId{ns=0, id=2341, serverIndex=0}
          Node=Average      id=ExpandedNodeId{ns=0, id=2342, serverIndex=0}
          Node=TimeAverage      id=ExpandedNodeId{ns=0, id=2343, serverIndex=0}
          Node=TimeAverage2      id=ExpandedNodeId{ns=0, id=11285, serverIndex=0}
          Node=Total      id=ExpandedNodeId{ns=0, id=2344, serverIndex=0}
          Node=Total2      id=ExpandedNodeId{ns=0, id=11304, serverIndex=0}
          Node=Minimum      id=ExpandedNodeId{ns=0, id=2346, serverIndex=0}
          Node=Maximum      id=ExpandedNodeId{ns=0, id=2347, serverIndex=0}
          Node=MinimumActualTime      id=ExpandedNodeId{ns=0, id=2348, serverIndex=0}
          Node=MaximumActualTime      id=ExpandedNodeId{ns=0, id=2349, serverIndex=0}
          Node=Range      id=ExpandedNodeId{ns=0, id=2350, serverIndex=0}
          Node=Minimum2      id=ExpandedNodeId{ns=0, id=11286, serverIndex=0}
          Node=Maximum2      id=ExpandedNodeId{ns=0, id=11287, serverIndex=0}
          Node=MinimumActualTime2      id=ExpandedNodeId{ns=0, id=11305, serverIndex=0}
          Node=MaximumActualTime2      id=ExpandedNodeId{ns=0, id=11306, serverIndex=0}
          Node=Range2      id=ExpandedNodeId{ns=0, id=11288, serverIndex=0}
          Node=Count      id=ExpandedNodeId{ns=0, id=2352, serverIndex=0}
          Node=AnnotationCount      id=ExpandedNodeId{ns=0, id=2351, serverIndex=0}
          Node=DurationInStateZero      id=ExpandedNodeId{ns=0, id=11307, serverIndex=0}
          Node=DurationInStateNonZero      id=ExpandedNodeId{ns=0, id=11308, serverIndex=0}
          Node=NumberOfTransitions      id=ExpandedNodeId{ns=0, id=2355, serverIndex=0}
          Node=Start      id=ExpandedNodeId{ns=0, id=2357, serverIndex=0}
          Node=End      id=ExpandedNodeId{ns=0, id=2358, serverIndex=0}
          Node=Delta      id=ExpandedNodeId{ns=0, id=2359, serverIndex=0}
          Node=StartBound      id=ExpandedNodeId{ns=0, id=11505, serverIndex=0}
          Node=EndBound      id=ExpandedNodeId{ns=0, id=11506, serverIndex=0}
          Node=DeltaBounds      id=ExpandedNodeId{ns=0, id=11507, serverIndex=0}
          Node=DurationGood      id=ExpandedNodeId{ns=0, id=2360, serverIndex=0}
          Node=DurationBad      id=ExpandedNodeId{ns=0, id=2361, serverIndex=0}
          Node=PercentGood      id=ExpandedNodeId{ns=0, id=2362, serverIndex=0}
          Node=PercentBad      id=ExpandedNodeId{ns=0, id=2363, serverIndex=0}
          Node=WorstQuality      id=ExpandedNodeId{ns=0, id=2364, serverIndex=0}
          Node=WorstQuality2      id=ExpandedNodeId{ns=0, id=11292, serverIndex=0}
          Node=StandardDeviationPopulation      id=ExpandedNodeId{ns=0, id=11427, serverIndex=0}
          Node=VariancePopulation      id=ExpandedNodeId{ns=0, id=11429, serverIndex=0}
          Node=StandardDeviationSample      id=ExpandedNodeId{ns=0, id=11426, serverIndex=0}
          Node=VarianceSample      id=ExpandedNodeId{ns=0, id=11428, serverIndex=0}
    Node=ServerDiagnostics      id=ExpandedNodeId{ns=0, id=2274, serverIndex=0}
      Node=ServerDiagnosticsSummary      id=ExpandedNodeId{ns=0, id=2275, serverIndex=0}
        Node=ServerViewCount      id=ExpandedNodeId{ns=0, id=2276, serverIndex=0}
        Node=CurrentSessionCount      id=ExpandedNodeId{ns=0, id=2277, serverIndex=0}
        Node=CumulatedSessionCount      id=ExpandedNodeId{ns=0, id=2278, serverIndex=0}
        Node=SecurityRejectedSessionCount      id=ExpandedNodeId{ns=0, id=2279, serverIndex=0}
        Node=RejectedSessionCount      id=ExpandedNodeId{ns=0, id=3705, serverIndex=0}
        Node=SessionTimeoutCount      id=ExpandedNodeId{ns=0, id=2281, serverIndex=0}
        Node=SessionAbortCount      id=ExpandedNodeId{ns=0, id=2282, serverIndex=0}
        Node=PublishingIntervalCount      id=ExpandedNodeId{ns=0, id=2284, serverIndex=0}
        Node=CurrentSubscriptionCount      id=ExpandedNodeId{ns=0, id=2285, serverIndex=0}
        Node=CumulatedSubscriptionCount      id=ExpandedNodeId{ns=0, id=2286, serverIndex=0}
        Node=SecurityRejectedRequestsCount      id=ExpandedNodeId{ns=0, id=2287, serverIndex=0}
        Node=RejectedRequestsCount      id=ExpandedNodeId{ns=0, id=2288, serverIndex=0}
      Node=SubscriptionDiagnosticsArray      id=ExpandedNodeId{ns=0, id=2290, serverIndex=0}
      Node=SessionsDiagnosticsSummary      id=ExpandedNodeId{ns=0, id=3706, serverIndex=0}
        Node=SessionDiagnosticsArray      id=ExpandedNodeId{ns=0, id=3707, serverIndex=0}
        Node=SessionSecurityDiagnosticsArray      id=ExpandedNodeId{ns=0, id=3708, serverIndex=0}
      Node=EnabledFlag      id=ExpandedNodeId{ns=0, id=2294, serverIndex=0}
    Node=VendorServerInfo      id=ExpandedNodeId{ns=0, id=2295, serverIndex=0}
    Node=ServerRedundancy      id=ExpandedNodeId{ns=0, id=2296, serverIndex=0}
      Node=RedundancySupport      id=ExpandedNodeId{ns=0, id=3709, serverIndex=0}
      Node=CurrentServerId      id=ExpandedNodeId{ns=0, id=11312, serverIndex=0}
      Node=RedundantServerArray      id=ExpandedNodeId{ns=0, id=11313, serverIndex=0}
      Node=ServerUriArray      id=ExpandedNodeId{ns=0, id=11314, serverIndex=0}
      Node=ServerNetworkGroups      id=ExpandedNodeId{ns=0, id=14415, serverIndex=0}
    Node=Namespaces      id=ExpandedNodeId{ns=0, id=11715, serverIndex=0}
      Node=http://opcfoundation.org/UA/      id=ExpandedNodeId{ns=0, id=15182, serverIndex=0}
        Node=NamespaceUri      id=ExpandedNodeId{ns=0, id=15183, serverIndex=0}
        Node=NamespaceVersion      id=ExpandedNodeId{ns=0, id=15184, serverIndex=0}
        Node=NamespacePublicationDate      id=ExpandedNodeId{ns=0, id=15185, serverIndex=0}
        Node=IsNamespaceSubset      id=ExpandedNodeId{ns=0, id=15186, serverIndex=0}
        Node=StaticNodeIdTypes      id=ExpandedNodeId{ns=0, id=15187, serverIndex=0}
        Node=StaticNumericNodeIdRange      id=ExpandedNodeId{ns=0, id=15188, serverIndex=0}
        Node=StaticStringNodeIdPattern      id=ExpandedNodeId{ns=0, id=15189, serverIndex=0}
    Node=ServerConfiguration      id=ExpandedNodeId{ns=0, id=12637, serverIndex=0}
      Node=CertificateGroups      id=ExpandedNodeId{ns=0, id=14053, serverIndex=0}
        Node=DefaultApplicationGroup      id=ExpandedNodeId{ns=0, id=14156, serverIndex=0}
          Node=TrustList      id=ExpandedNodeId{ns=0, id=12642, serverIndex=0}
            Node=Size      id=ExpandedNodeId{ns=0, id=12643, serverIndex=0}
            Node=Writable      id=ExpandedNodeId{ns=0, id=14157, serverIndex=0}
            Node=UserWritable      id=ExpandedNodeId{ns=0, id=14158, serverIndex=0}
            Node=OpenCount      id=ExpandedNodeId{ns=0, id=12646, serverIndex=0}
            Node=LastUpdateTime      id=ExpandedNodeId{ns=0, id=12662, serverIndex=0}
          Node=CertificateTypes      id=ExpandedNodeId{ns=0, id=14161, serverIndex=0}
        Node=DefaultHttpsGroup      id=ExpandedNodeId{ns=0, id=14088, serverIndex=0}
          Node=TrustList      id=ExpandedNodeId{ns=0, id=14089, serverIndex=0}
            Node=Size      id=ExpandedNodeId{ns=0, id=14090, serverIndex=0}
            Node=Writable      id=ExpandedNodeId{ns=0, id=14091, serverIndex=0}
            Node=UserWritable      id=ExpandedNodeId{ns=0, id=14092, serverIndex=0}
            Node=OpenCount      id=ExpandedNodeId{ns=0, id=14093, serverIndex=0}
            Node=LastUpdateTime      id=ExpandedNodeId{ns=0, id=14110, serverIndex=0}
          Node=CertificateTypes      id=ExpandedNodeId{ns=0, id=14121, serverIndex=0}
        Node=DefaultUserTokenGroup      id=ExpandedNodeId{ns=0, id=14122, serverIndex=0}
          Node=TrustList      id=ExpandedNodeId{ns=0, id=14123, serverIndex=0}
            Node=Size      id=ExpandedNodeId{ns=0, id=14124, serverIndex=0}
            Node=Writable      id=ExpandedNodeId{ns=0, id=14125, serverIndex=0}
            Node=UserWritable      id=ExpandedNodeId{ns=0, id=14126, serverIndex=0}
            Node=OpenCount      id=ExpandedNodeId{ns=0, id=14127, serverIndex=0}
            Node=LastUpdateTime      id=ExpandedNodeId{ns=0, id=14144, serverIndex=0}
          Node=CertificateTypes      id=ExpandedNodeId{ns=0, id=14155, serverIndex=0}
      Node=ServerCapabilities      id=ExpandedNodeId{ns=0, id=12710, serverIndex=0}
      Node=SupportedPrivateKeyFormats      id=ExpandedNodeId{ns=0, id=12639, serverIndex=0}
      Node=MaxTrustListSize      id=ExpandedNodeId{ns=0, id=12640, serverIndex=0}
      Node=MulticastDnsEnabled      id=ExpandedNodeId{ns=0, id=12641, serverIndex=0}
  Node=Husky Machines      id=ExpandedNodeId{ns=2, id=Husky Machines, serverIndex=0}
    Node=Heartbeat      id=ExpandedNodeId{ns=2, id=Heartbeat, serverIndex=0}
    Node=49      id=ExpandedNodeId{ns=2, id=49, serverIndex=0}
      Node=SerialNumber      id=ExpandedNodeId{ns=2, id=49.SerialNumber, serverIndex=0}
      Node=Description      id=ExpandedNodeId{ns=2, id=49.Description, serverIndex=0}
      Node=MachineState      id=ExpandedNodeId{ns=2, id=49.MachineState, serverIndex=0}
      Node=CycleInterruption      id=ExpandedNodeId{ns=2, id=49.CycleInterruption, serverIndex=0}
      Node=CycleCounter      id=ExpandedNodeId{ns=2, id=49.CycleCounter, serverIndex=0}
      Node=ProcessVariables      id=ExpandedNodeId{ns=2, id=49.ProcessVariables, serverIndex=0}
        Node=Cycle_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cycle_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cycle_Time.EUunits, serverIndex=0}
        Node=Mold_Closing_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Closing_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Closing_Time.EUunits, serverIndex=0}
        Node=Tonnage      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Tonnage, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Tonnage.EUunits, serverIndex=0}
        Node=Shot_Size      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Shot_Size, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Shot_Size.EUunits, serverIndex=0}
        Node=Cushion      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cushion, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cushion.EUunits, serverIndex=0}
        Node=Shot_Length      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Shot_Length, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Shot_Length.EUunits, serverIndex=0}
        Node=Fill_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Fill_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Fill_Time.EUunits, serverIndex=0}
        Node=Transition_Position      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Transition_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Transition_Position.EUunits, serverIndex=0}
        Node=Transition_Pressure      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Transition_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Transition_Pressure.EUunits, serverIndex=0}
        Node=Maximum_Fill_Pressure      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Maximum_Fill_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Maximum_Fill_Pressure.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_1      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_1.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_2      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_2.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_3      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_3.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_4      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_4.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_5      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_5, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_5.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_6      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_6, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_6.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_7      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_7, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_7.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_8      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_8, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_8.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_9      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_9, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_9.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_10      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_10, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Hold_Pressure_Zone_-_10.EUunits, serverIndex=0}
        Node=Back_Pressure      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Back_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Back_Pressure.EUunits, serverIndex=0}
        Node=Screw_Run_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Screw_Run_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Screw_Run_Time.EUunits, serverIndex=0}
        Node=Effective_Cooling_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Effective_Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Effective_Cooling_Time.EUunits, serverIndex=0}
        Node=Mold_Opening_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Opening_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Opening_Time.EUunits, serverIndex=0}
        Node=Ejector_Forward_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Ejector_Forward_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Ejector_Forward_Time.EUunits, serverIndex=0}
        Node=Oil_Temperature      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Oil_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Oil_Temperature.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_1      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_1.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_2      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_2.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_3      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_3.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_4      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Extruder_Temperature_-_4.EUunits, serverIndex=0}
        Node=Barrel_Head_Temperature      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Barrel_Head_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Barrel_Head_Temperature.EUunits, serverIndex=0}
        Node=Ejector_Back_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Ejector_Back_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Ejector_Back_Time.EUunits, serverIndex=0}
        Node=Ejector_Maximum_Forward_Position      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Ejector_Maximum_Forward_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Ejector_Maximum_Forward_Position.EUunits, serverIndex=0}
        Node=Maximum_Cavity_Pressure      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Maximum_Cavity_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Maximum_Cavity_Pressure.EUunits, serverIndex=0}
        Node=Cavity_Pressure_At_Transition      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cavity_Pressure_At_Transition, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cavity_Pressure_At_Transition.EUunits, serverIndex=0}
        Node=Mold_Growth      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Growth, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Growth.EUunits, serverIndex=0}
        Node=Mold_Open_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Open_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Mold_Open_Time.EUunits, serverIndex=0}
        Node=Nozzle_Adapter_Temperature      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Nozzle_Adapter_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Nozzle_Adapter_Temperature.EUunits, serverIndex=0}
        Node=Nozzle_Shutoff_Temperature      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Nozzle_Shutoff_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Nozzle_Shutoff_Temperature.EUunits, serverIndex=0}
        Node=Screw_RPM      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Screw_RPM, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Screw_RPM.EUunits, serverIndex=0}
        Node=Cooling_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Cooling_Time.EUunits, serverIndex=0}
        Node=Injection_Hold_Time      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Injection_Hold_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=49.ProcessVariables.Injection_Hold_Time.EUunits, serverIndex=0}
      Node=MachineEvents      id=ExpandedNodeId{ns=2, id=49.MachineEvents, serverIndex=0}
        Node=Type      id=ExpandedNodeId{ns=2, id=49.MachineEvents.Type, serverIndex=0}
        Node=Message      id=ExpandedNodeId{ns=2, id=49.MachineEvents.Message, serverIndex=0}
        Node=Timestamp      id=ExpandedNodeId{ns=2, id=49.MachineEvents.Timestamp, serverIndex=0}
        Node=CombinedMessage      id=ExpandedNodeId{ns=2, id=49.MachineEvents.CombinedMessage, serverIndex=0}
    Node=48      id=ExpandedNodeId{ns=2, id=48, serverIndex=0}
      Node=SerialNumber      id=ExpandedNodeId{ns=2, id=48.SerialNumber, serverIndex=0}
      Node=Description      id=ExpandedNodeId{ns=2, id=48.Description, serverIndex=0}
      Node=MachineState      id=ExpandedNodeId{ns=2, id=48.MachineState, serverIndex=0}
      Node=CycleInterruption      id=ExpandedNodeId{ns=2, id=48.CycleInterruption, serverIndex=0}
      Node=CycleCounter      id=ExpandedNodeId{ns=2, id=48.CycleCounter, serverIndex=0}
      Node=ProcessVariables      id=ExpandedNodeId{ns=2, id=48.ProcessVariables, serverIndex=0}
        Node=Cycle_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cycle_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cycle_Time.EUunits, serverIndex=0}
        Node=Mold_Closing_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Closing_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Closing_Time.EUunits, serverIndex=0}
        Node=Tonnage      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Tonnage, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Tonnage.EUunits, serverIndex=0}
        Node=Shot_Size      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Shot_Size, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Shot_Size.EUunits, serverIndex=0}
        Node=Cushion      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cushion, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cushion.EUunits, serverIndex=0}
        Node=Shot_Length      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Shot_Length, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Shot_Length.EUunits, serverIndex=0}
        Node=Fill_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Fill_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Fill_Time.EUunits, serverIndex=0}
        Node=Transition_Position      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Transition_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Transition_Position.EUunits, serverIndex=0}
        Node=Transition_Pressure      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Transition_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Transition_Pressure.EUunits, serverIndex=0}
        Node=Maximum_Fill_Pressure      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Maximum_Fill_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Maximum_Fill_Pressure.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_1      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_1.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_2      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_2.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_3      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_3.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_4      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_4.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_5      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_5, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_5.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_6      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_6, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_6.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_7      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_7, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_7.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_8      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_8, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_8.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_9      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_9, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_9.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_10      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_10, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Hold_Pressure_Zone_-_10.EUunits, serverIndex=0}
        Node=Back_Pressure      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Back_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Back_Pressure.EUunits, serverIndex=0}
        Node=Screw_Run_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Screw_Run_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Screw_Run_Time.EUunits, serverIndex=0}
        Node=Effective_Cooling_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Effective_Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Effective_Cooling_Time.EUunits, serverIndex=0}
        Node=Mold_Opening_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Opening_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Opening_Time.EUunits, serverIndex=0}
        Node=Ejector_Forward_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Ejector_Forward_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Ejector_Forward_Time.EUunits, serverIndex=0}
        Node=Oil_Temperature      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Oil_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Oil_Temperature.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_1      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_1.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_2      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_2.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_3      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_3.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_4      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Extruder_Temperature_-_4.EUunits, serverIndex=0}
        Node=Barrel_Head_Temperature      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Barrel_Head_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Barrel_Head_Temperature.EUunits, serverIndex=0}
        Node=Ejector_Back_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Ejector_Back_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Ejector_Back_Time.EUunits, serverIndex=0}
        Node=Ejector_Maximum_Forward_Position      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Ejector_Maximum_Forward_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Ejector_Maximum_Forward_Position.EUunits, serverIndex=0}
        Node=Maximum_Cavity_Pressure      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Maximum_Cavity_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Maximum_Cavity_Pressure.EUunits, serverIndex=0}
        Node=Cavity_Pressure_At_Transition      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cavity_Pressure_At_Transition, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cavity_Pressure_At_Transition.EUunits, serverIndex=0}
        Node=Mold_Growth      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Growth, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Growth.EUunits, serverIndex=0}
        Node=Mold_Open_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Open_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Mold_Open_Time.EUunits, serverIndex=0}
        Node=Nozzle_Adapter_Temperature      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Nozzle_Adapter_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Nozzle_Adapter_Temperature.EUunits, serverIndex=0}
        Node=Nozzle_Shutoff_Temperature      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Nozzle_Shutoff_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Nozzle_Shutoff_Temperature.EUunits, serverIndex=0}
        Node=Screw_RPM      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Screw_RPM, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Screw_RPM.EUunits, serverIndex=0}
        Node=Cooling_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Cooling_Time.EUunits, serverIndex=0}
        Node=Injection_Hold_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Injection_Hold_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Injection_Hold_Time.EUunits, serverIndex=0}
        Node=Machine_Cycle_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Machine_Cycle_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Machine_Cycle_Time.EUunits, serverIndex=0}
        Node=Operator_Cycle_Time      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Operator_Cycle_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=48.ProcessVariables.Operator_Cycle_Time.EUunits, serverIndex=0}
      Node=MachineEvents      id=ExpandedNodeId{ns=2, id=48.MachineEvents, serverIndex=0}
        Node=Type      id=ExpandedNodeId{ns=2, id=48.MachineEvents.Type, serverIndex=0}
        Node=Message      id=ExpandedNodeId{ns=2, id=48.MachineEvents.Message, serverIndex=0}
        Node=Timestamp      id=ExpandedNodeId{ns=2, id=48.MachineEvents.Timestamp, serverIndex=0}
        Node=CombinedMessage      id=ExpandedNodeId{ns=2, id=48.MachineEvents.CombinedMessage, serverIndex=0}
    Node=50      id=ExpandedNodeId{ns=2, id=50, serverIndex=0}
      Node=SerialNumber      id=ExpandedNodeId{ns=2, id=50.SerialNumber, serverIndex=0}
      Node=Description      id=ExpandedNodeId{ns=2, id=50.Description, serverIndex=0}
      Node=MachineState      id=ExpandedNodeId{ns=2, id=50.MachineState, serverIndex=0}
      Node=CycleInterruption      id=ExpandedNodeId{ns=2, id=50.CycleInterruption, serverIndex=0}
      Node=CycleCounter      id=ExpandedNodeId{ns=2, id=50.CycleCounter, serverIndex=0}
      Node=ProcessVariables      id=ExpandedNodeId{ns=2, id=50.ProcessVariables, serverIndex=0}
        Node=Cycle_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cycle_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cycle_Time.EUunits, serverIndex=0}
        Node=Mold_Closing_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Closing_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Closing_Time.EUunits, serverIndex=0}
        Node=Tonnage      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Tonnage, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Tonnage.EUunits, serverIndex=0}
        Node=Shot_Size      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Shot_Size, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Shot_Size.EUunits, serverIndex=0}
        Node=Cushion      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cushion, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cushion.EUunits, serverIndex=0}
        Node=Shot_Length      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Shot_Length, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Shot_Length.EUunits, serverIndex=0}
        Node=Fill_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Fill_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Fill_Time.EUunits, serverIndex=0}
        Node=Transition_Position      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Transition_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Transition_Position.EUunits, serverIndex=0}
        Node=Transition_Pressure      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Transition_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Transition_Pressure.EUunits, serverIndex=0}
        Node=Maximum_Fill_Pressure      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Maximum_Fill_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Maximum_Fill_Pressure.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_1      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_1.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_2      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_2.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_3      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_3.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_4      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_4.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_5      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_5, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_5.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_6      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_6, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_6.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_7      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_7, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_7.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_8      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_8, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_8.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_9      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_9, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_9.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_10      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_10, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Hold_Pressure_Zone_-_10.EUunits, serverIndex=0}
        Node=Back_Pressure      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Back_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Back_Pressure.EUunits, serverIndex=0}
        Node=Screw_Run_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Screw_Run_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Screw_Run_Time.EUunits, serverIndex=0}
        Node=Effective_Cooling_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Effective_Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Effective_Cooling_Time.EUunits, serverIndex=0}
        Node=Mold_Opening_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Opening_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Opening_Time.EUunits, serverIndex=0}
        Node=Ejector_Forward_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Ejector_Forward_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Ejector_Forward_Time.EUunits, serverIndex=0}
        Node=Oil_Temperature      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Oil_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Oil_Temperature.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_1      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_1.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_2      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_2.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_3      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_3.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_4      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Extruder_Temperature_-_4.EUunits, serverIndex=0}
        Node=Barrel_Head_Temperature      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Barrel_Head_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Barrel_Head_Temperature.EUunits, serverIndex=0}
        Node=Ejector_Back_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Ejector_Back_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Ejector_Back_Time.EUunits, serverIndex=0}
        Node=Ejector_Maximum_Forward_Position      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Ejector_Maximum_Forward_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Ejector_Maximum_Forward_Position.EUunits, serverIndex=0}
        Node=Maximum_Cavity_Pressure      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Maximum_Cavity_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Maximum_Cavity_Pressure.EUunits, serverIndex=0}
        Node=Cavity_Pressure_At_Transition      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cavity_Pressure_At_Transition, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cavity_Pressure_At_Transition.EUunits, serverIndex=0}
        Node=Mold_Growth      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Growth, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Growth.EUunits, serverIndex=0}
        Node=Mold_Open_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Open_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Mold_Open_Time.EUunits, serverIndex=0}
        Node=Nozzle_Adapter_Temperature      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Nozzle_Adapter_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Nozzle_Adapter_Temperature.EUunits, serverIndex=0}
        Node=Nozzle_Shutoff_Temperature      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Nozzle_Shutoff_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Nozzle_Shutoff_Temperature.EUunits, serverIndex=0}
        Node=Screw_RPM      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Screw_RPM, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Screw_RPM.EUunits, serverIndex=0}
        Node=Cooling_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Cooling_Time.EUunits, serverIndex=0}
        Node=Injection_Hold_Time      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Injection_Hold_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=50.ProcessVariables.Injection_Hold_Time.EUunits, serverIndex=0}
      Node=MachineEvents      id=ExpandedNodeId{ns=2, id=50.MachineEvents, serverIndex=0}
        Node=Type      id=ExpandedNodeId{ns=2, id=50.MachineEvents.Type, serverIndex=0}
        Node=Message      id=ExpandedNodeId{ns=2, id=50.MachineEvents.Message, serverIndex=0}
        Node=Timestamp      id=ExpandedNodeId{ns=2, id=50.MachineEvents.Timestamp, serverIndex=0}
        Node=CombinedMessage      id=ExpandedNodeId{ns=2, id=50.MachineEvents.CombinedMessage, serverIndex=0}
    Node=47      id=ExpandedNodeId{ns=2, id=47, serverIndex=0}
      Node=SerialNumber      id=ExpandedNodeId{ns=2, id=47.SerialNumber, serverIndex=0}
      Node=Description      id=ExpandedNodeId{ns=2, id=47.Description, serverIndex=0}
      Node=MachineState      id=ExpandedNodeId{ns=2, id=47.MachineState, serverIndex=0}
      Node=CycleInterruption      id=ExpandedNodeId{ns=2, id=47.CycleInterruption, serverIndex=0}
      Node=CycleCounter      id=ExpandedNodeId{ns=2, id=47.CycleCounter, serverIndex=0}
      Node=ProcessVariables      id=ExpandedNodeId{ns=2, id=47.ProcessVariables, serverIndex=0}
        Node=Cycle_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cycle_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cycle_Time.EUunits, serverIndex=0}
        Node=Mold_Closing_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Closing_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Closing_Time.EUunits, serverIndex=0}
        Node=Tonnage      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Tonnage, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Tonnage.EUunits, serverIndex=0}
        Node=Shot_Size      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Shot_Size, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Shot_Size.EUunits, serverIndex=0}
        Node=Cushion      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cushion, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cushion.EUunits, serverIndex=0}
        Node=Shot_Length      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Shot_Length, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Shot_Length.EUunits, serverIndex=0}
        Node=Fill_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Fill_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Fill_Time.EUunits, serverIndex=0}
        Node=Transition_Position      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Transition_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Transition_Position.EUunits, serverIndex=0}
        Node=Transition_Pressure      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Transition_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Transition_Pressure.EUunits, serverIndex=0}
        Node=Maximum_Fill_Pressure      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Maximum_Fill_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Maximum_Fill_Pressure.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_1      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_1.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_2      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_2.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_3      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_3.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_4      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_4.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_5      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_5, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_5.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_6      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_6, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_6.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_7      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_7, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_7.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_8      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_8, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_8.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_9      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_9, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_9.EUunits, serverIndex=0}
        Node=Hold_Pressure_Zone_-_10      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_10, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Hold_Pressure_Zone_-_10.EUunits, serverIndex=0}
        Node=Back_Pressure      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Back_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Back_Pressure.EUunits, serverIndex=0}
        Node=Screw_Run_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Screw_Run_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Screw_Run_Time.EUunits, serverIndex=0}
        Node=Effective_Cooling_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Effective_Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Effective_Cooling_Time.EUunits, serverIndex=0}
        Node=Mold_Opening_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Opening_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Opening_Time.EUunits, serverIndex=0}
        Node=Ejector_Forward_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Ejector_Forward_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Ejector_Forward_Time.EUunits, serverIndex=0}
        Node=Oil_Temperature      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Oil_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Oil_Temperature.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_1      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_1, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_1.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_2      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_2, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_2.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_3      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_3, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_3.EUunits, serverIndex=0}
        Node=Extruder_Temperature_-_4      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_4, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Extruder_Temperature_-_4.EUunits, serverIndex=0}
        Node=Barrel_Head_Temperature      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Barrel_Head_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Barrel_Head_Temperature.EUunits, serverIndex=0}
        Node=Ejector_Back_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Ejector_Back_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Ejector_Back_Time.EUunits, serverIndex=0}
        Node=Ejector_Maximum_Forward_Position      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Ejector_Maximum_Forward_Position, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Ejector_Maximum_Forward_Position.EUunits, serverIndex=0}
        Node=Maximum_Cavity_Pressure      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Maximum_Cavity_Pressure, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Maximum_Cavity_Pressure.EUunits, serverIndex=0}
        Node=Cavity_Pressure_At_Transition      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cavity_Pressure_At_Transition, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cavity_Pressure_At_Transition.EUunits, serverIndex=0}
        Node=Mold_Growth      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Growth, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Growth.EUunits, serverIndex=0}
        Node=Mold_Open_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Open_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Mold_Open_Time.EUunits, serverIndex=0}
        Node=Nozzle_Adapter_Temperature      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Nozzle_Adapter_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Nozzle_Adapter_Temperature.EUunits, serverIndex=0}
        Node=Nozzle_Shutoff_Temperature      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Nozzle_Shutoff_Temperature, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Nozzle_Shutoff_Temperature.EUunits, serverIndex=0}
        Node=Screw_RPM      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Screw_RPM, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Screw_RPM.EUunits, serverIndex=0}
        Node=Cooling_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cooling_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Cooling_Time.EUunits, serverIndex=0}
        Node=Injection_Hold_Time      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Injection_Hold_Time, serverIndex=0}
          Node=EUunits      id=ExpandedNodeId{ns=2, id=47.ProcessVariables.Injection_Hold_Time.EUunits, serverIndex=0}
      Node=MachineEvents      id=ExpandedNodeId{ns=2, id=47.MachineEvents, serverIndex=0}
        Node=Type      id=ExpandedNodeId{ns=2, id=47.MachineEvents.Type, serverIndex=0}
        Node=Message      id=ExpandedNodeId{ns=2, id=47.MachineEvents.Message, serverIndex=0}
        Node=Timestamp      id=ExpandedNodeId{ns=2, id=47.MachineEvents.Timestamp, serverIndex=0}
        Node=CombinedMessage      id=ExpandedNodeId{ns=2, id=47.MachineEvents.CombinedMessage, serverIndex=0}
Node=Types      id=ExpandedNodeId{ns=0, id=86, serverIndex=0}
  Node=ObjectTypes      id=ExpandedNodeId{ns=0, id=88, serverIndex=0}
  Node=VariableTypes      id=ExpandedNodeId{ns=0, id=89, serverIndex=0}
  Node=DataTypes      id=ExpandedNodeId{ns=0, id=90, serverIndex=0}
    Node=XML Schema      id=ExpandedNodeId{ns=0, id=92, serverIndex=0}
      Node=Opc.Ua      id=ExpandedNodeId{ns=0, id=8252, serverIndex=0}
        Node=NamespaceUri      id=ExpandedNodeId{ns=0, id=8254, serverIndex=0}
        Node=TrustListDataType      id=ExpandedNodeId{ns=0, id=12677, serverIndex=0}
        Node=Argument      id=ExpandedNodeId{ns=0, id=8285, serverIndex=0}
        Node=EnumValueType      id=ExpandedNodeId{ns=0, id=8291, serverIndex=0}
        Node=OptionSet      id=ExpandedNodeId{ns=0, id=12759, serverIndex=0}
        Node=Union      id=ExpandedNodeId{ns=0, id=12762, serverIndex=0}
        Node=TimeZoneDataType      id=ExpandedNodeId{ns=0, id=8918, serverIndex=0}
        Node=ApplicationDescription      id=ExpandedNodeId{ns=0, id=8300, serverIndex=0}
        Node=ServerOnNetwork      id=ExpandedNodeId{ns=0, id=12201, serverIndex=0}
        Node=UserTokenPolicy      id=ExpandedNodeId{ns=0, id=8297, serverIndex=0}
        Node=EndpointDescription      id=ExpandedNodeId{ns=0, id=8303, serverIndex=0}
        Node=RegisteredServer      id=ExpandedNodeId{ns=0, id=8417, serverIndex=0}
        Node=DiscoveryConfiguration      id=ExpandedNodeId{ns=0, id=12894, serverIndex=0}
        Node=MdnsDiscoveryConfiguration      id=ExpandedNodeId{ns=0, id=12897, serverIndex=0}
        Node=SignedSoftwareCertificate      id=ExpandedNodeId{ns=0, id=8333, serverIndex=0}
        Node=UserIdentityToken      id=ExpandedNodeId{ns=0, id=8306, serverIndex=0}
        Node=AnonymousIdentityToken      id=ExpandedNodeId{ns=0, id=8309, serverIndex=0}
        Node=UserNameIdentityToken      id=ExpandedNodeId{ns=0, id=8312, serverIndex=0}
        Node=X509IdentityToken      id=ExpandedNodeId{ns=0, id=8315, serverIndex=0}
        Node=IssuedIdentityToken      id=ExpandedNodeId{ns=0, id=8318, serverIndex=0}
        Node=AddNodesItem      id=ExpandedNodeId{ns=0, id=8363, serverIndex=0}
        Node=AddReferencesItem      id=ExpandedNodeId{ns=0, id=8366, serverIndex=0}
        Node=DeleteNodesItem      id=ExpandedNodeId{ns=0, id=8369, serverIndex=0}
        Node=DeleteReferencesItem      id=ExpandedNodeId{ns=0, id=8372, serverIndex=0}
        Node=RelativePathElement      id=ExpandedNodeId{ns=0, id=12712, serverIndex=0}
        Node=RelativePath      id=ExpandedNodeId{ns=0, id=12715, serverIndex=0}
        Node=EndpointConfiguration      id=ExpandedNodeId{ns=0, id=8321, serverIndex=0}
        Node=ContentFilterElement      id=ExpandedNodeId{ns=0, id=8564, serverIndex=0}
        Node=ContentFilter      id=ExpandedNodeId{ns=0, id=8567, serverIndex=0}
        Node=FilterOperand      id=ExpandedNodeId{ns=0, id=8570, serverIndex=0}
        Node=ElementOperand      id=ExpandedNodeId{ns=0, id=8573, serverIndex=0}
        Node=LiteralOperand      id=ExpandedNodeId{ns=0, id=8576, serverIndex=0}
        Node=AttributeOperand      id=ExpandedNodeId{ns=0, id=8579, serverIndex=0}
        Node=SimpleAttributeOperand      id=ExpandedNodeId{ns=0, id=8582, serverIndex=0}
        Node=HistoryEvent      id=ExpandedNodeId{ns=0, id=8639, serverIndex=0}
        Node=MonitoringFilter      id=ExpandedNodeId{ns=0, id=8702, serverIndex=0}
        Node=EventFilter      id=ExpandedNodeId{ns=0, id=8708, serverIndex=0}
        Node=AggregateConfiguration      id=ExpandedNodeId{ns=0, id=8711, serverIndex=0}
        Node=HistoryEventFieldList      id=ExpandedNodeId{ns=0, id=8807, serverIndex=0}
        Node=BuildInfo      id=ExpandedNodeId{ns=0, id=8327, serverIndex=0}
        Node=RedundantServerDataType      id=ExpandedNodeId{ns=0, id=8843, serverIndex=0}
        Node=EndpointUrlListDataType      id=ExpandedNodeId{ns=0, id=11951, serverIndex=0}
        Node=NetworkGroupDataType      id=ExpandedNodeId{ns=0, id=11954, serverIndex=0}
        Node=SamplingIntervalDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8846, serverIndex=0}
        Node=ServerDiagnosticsSummaryDataType      id=ExpandedNodeId{ns=0, id=8849, serverIndex=0}
        Node=ServerStatusDataType      id=ExpandedNodeId{ns=0, id=8852, serverIndex=0}
        Node=SessionDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8855, serverIndex=0}
        Node=SessionSecurityDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8858, serverIndex=0}
        Node=ServiceCounterDataType      id=ExpandedNodeId{ns=0, id=8861, serverIndex=0}
        Node=StatusResult      id=ExpandedNodeId{ns=0, id=8294, serverIndex=0}
        Node=SubscriptionDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8864, serverIndex=0}
        Node=ModelChangeStructureDataType      id=ExpandedNodeId{ns=0, id=8867, serverIndex=0}
        Node=SemanticChangeStructureDataType      id=ExpandedNodeId{ns=0, id=8870, serverIndex=0}
        Node=Range      id=ExpandedNodeId{ns=0, id=8873, serverIndex=0}
        Node=EUInformation      id=ExpandedNodeId{ns=0, id=8876, serverIndex=0}
        Node=ComplexNumberType      id=ExpandedNodeId{ns=0, id=12175, serverIndex=0}
        Node=DoubleComplexNumberType      id=ExpandedNodeId{ns=0, id=12178, serverIndex=0}
        Node=AxisInformation      id=ExpandedNodeId{ns=0, id=12083, serverIndex=0}
        Node=XVType      id=ExpandedNodeId{ns=0, id=12086, serverIndex=0}
        Node=ProgramDiagnosticDataType      id=ExpandedNodeId{ns=0, id=8882, serverIndex=0}
        Node=Annotation      id=ExpandedNodeId{ns=0, id=8879, serverIndex=0}
    Node=OPC Binary      id=ExpandedNodeId{ns=0, id=93, serverIndex=0}
      Node=Opc.Ua      id=ExpandedNodeId{ns=0, id=7617, serverIndex=0}
        Node=NamespaceUri      id=ExpandedNodeId{ns=0, id=7619, serverIndex=0}
        Node=TrustListDataType      id=ExpandedNodeId{ns=0, id=12681, serverIndex=0}
        Node=Argument      id=ExpandedNodeId{ns=0, id=7650, serverIndex=0}
        Node=EnumValueType      id=ExpandedNodeId{ns=0, id=7656, serverIndex=0}
        Node=OptionSet      id=ExpandedNodeId{ns=0, id=12767, serverIndex=0}
        Node=Union      id=ExpandedNodeId{ns=0, id=12770, serverIndex=0}
        Node=TimeZoneDataType      id=ExpandedNodeId{ns=0, id=8914, serverIndex=0}
        Node=ApplicationDescription      id=ExpandedNodeId{ns=0, id=7665, serverIndex=0}
        Node=ServerOnNetwork      id=ExpandedNodeId{ns=0, id=12213, serverIndex=0}
        Node=UserTokenPolicy      id=ExpandedNodeId{ns=0, id=7662, serverIndex=0}
        Node=EndpointDescription      id=ExpandedNodeId{ns=0, id=7668, serverIndex=0}
        Node=RegisteredServer      id=ExpandedNodeId{ns=0, id=7782, serverIndex=0}
        Node=DiscoveryConfiguration      id=ExpandedNodeId{ns=0, id=12902, serverIndex=0}
        Node=MdnsDiscoveryConfiguration      id=ExpandedNodeId{ns=0, id=12905, serverIndex=0}
        Node=SignedSoftwareCertificate      id=ExpandedNodeId{ns=0, id=7698, serverIndex=0}
        Node=UserIdentityToken      id=ExpandedNodeId{ns=0, id=7671, serverIndex=0}
        Node=AnonymousIdentityToken      id=ExpandedNodeId{ns=0, id=7674, serverIndex=0}
        Node=UserNameIdentityToken      id=ExpandedNodeId{ns=0, id=7677, serverIndex=0}
        Node=X509IdentityToken      id=ExpandedNodeId{ns=0, id=7680, serverIndex=0}
        Node=IssuedIdentityToken      id=ExpandedNodeId{ns=0, id=7683, serverIndex=0}
        Node=AddNodesItem      id=ExpandedNodeId{ns=0, id=7728, serverIndex=0}
        Node=AddReferencesItem      id=ExpandedNodeId{ns=0, id=7731, serverIndex=0}
        Node=DeleteNodesItem      id=ExpandedNodeId{ns=0, id=7734, serverIndex=0}
        Node=DeleteReferencesItem      id=ExpandedNodeId{ns=0, id=7737, serverIndex=0}
        Node=RelativePathElement      id=ExpandedNodeId{ns=0, id=12718, serverIndex=0}
        Node=RelativePath      id=ExpandedNodeId{ns=0, id=12721, serverIndex=0}
        Node=EndpointConfiguration      id=ExpandedNodeId{ns=0, id=7686, serverIndex=0}
        Node=ContentFilterElement      id=ExpandedNodeId{ns=0, id=7929, serverIndex=0}
        Node=ContentFilter      id=ExpandedNodeId{ns=0, id=7932, serverIndex=0}
        Node=FilterOperand      id=ExpandedNodeId{ns=0, id=7935, serverIndex=0}
        Node=ElementOperand      id=ExpandedNodeId{ns=0, id=7938, serverIndex=0}
        Node=LiteralOperand      id=ExpandedNodeId{ns=0, id=7941, serverIndex=0}
        Node=AttributeOperand      id=ExpandedNodeId{ns=0, id=7944, serverIndex=0}
        Node=SimpleAttributeOperand      id=ExpandedNodeId{ns=0, id=7947, serverIndex=0}
        Node=HistoryEvent      id=ExpandedNodeId{ns=0, id=8004, serverIndex=0}
        Node=MonitoringFilter      id=ExpandedNodeId{ns=0, id=8067, serverIndex=0}
        Node=EventFilter      id=ExpandedNodeId{ns=0, id=8073, serverIndex=0}
        Node=AggregateConfiguration      id=ExpandedNodeId{ns=0, id=8076, serverIndex=0}
        Node=HistoryEventFieldList      id=ExpandedNodeId{ns=0, id=8172, serverIndex=0}
        Node=BuildInfo      id=ExpandedNodeId{ns=0, id=7692, serverIndex=0}
        Node=RedundantServerDataType      id=ExpandedNodeId{ns=0, id=8208, serverIndex=0}
        Node=EndpointUrlListDataType      id=ExpandedNodeId{ns=0, id=11959, serverIndex=0}
        Node=NetworkGroupDataType      id=ExpandedNodeId{ns=0, id=11962, serverIndex=0}
        Node=SamplingIntervalDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8211, serverIndex=0}
        Node=ServerDiagnosticsSummaryDataType      id=ExpandedNodeId{ns=0, id=8214, serverIndex=0}
        Node=ServerStatusDataType      id=ExpandedNodeId{ns=0, id=8217, serverIndex=0}
        Node=SessionDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8220, serverIndex=0}
        Node=SessionSecurityDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8223, serverIndex=0}
        Node=ServiceCounterDataType      id=ExpandedNodeId{ns=0, id=8226, serverIndex=0}
        Node=StatusResult      id=ExpandedNodeId{ns=0, id=7659, serverIndex=0}
        Node=SubscriptionDiagnosticsDataType      id=ExpandedNodeId{ns=0, id=8229, serverIndex=0}
        Node=ModelChangeStructureDataType      id=ExpandedNodeId{ns=0, id=8232, serverIndex=0}
        Node=SemanticChangeStructureDataType      id=ExpandedNodeId{ns=0, id=8235, serverIndex=0}
        Node=Range      id=ExpandedNodeId{ns=0, id=8238, serverIndex=0}
        Node=EUInformation      id=ExpandedNodeId{ns=0, id=8241, serverIndex=0}
        Node=ComplexNumberType      id=ExpandedNodeId{ns=0, id=12183, serverIndex=0}
        Node=DoubleComplexNumberType      id=ExpandedNodeId{ns=0, id=12186, serverIndex=0}
        Node=AxisInformation      id=ExpandedNodeId{ns=0, id=12091, serverIndex=0}
        Node=XVType      id=ExpandedNodeId{ns=0, id=12094, serverIndex=0}
        Node=ProgramDiagnosticDataType      id=ExpandedNodeId{ns=0, id=8247, serverIndex=0}
        Node=Annotation      id=ExpandedNodeId{ns=0, id=8244, serverIndex=0}
  Node=ReferenceTypes      id=ExpandedNodeId{ns=0, id=91, serverIndex=0}
  Node=EventTypes      id=ExpandedNodeId{ns=0, id=3048, serverIndex=0}
Node=Views      id=ExpandedNodeId{ns=0, id=87, serverIndex=0}

Back to the top