Search in sources :

Example 16 with BaseDataVariableTypeNode

use of org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode in project milo by eclipse.

the class VariableNodeLoader method loadNode639.

private void loadNode639() {
    BaseDataVariableTypeNode node = new BaseDataVariableTypeNode(this.context, Identifiers.SessionDiagnosticsVariableType_SetMonitoringModeCount, new QualifiedName(0, "SetMonitoringModeCount"), new LocalizedText("en", "SetMonitoringModeCount"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.ServiceCounterDataType, -1, new UInteger[] {}, UByte.valueOf(1), UByte.valueOf(1), 0.0, false);
    node.addReference(new Reference(Identifiers.SessionDiagnosticsVariableType_SetMonitoringModeCount, Identifiers.HasTypeDefinition, Identifiers.BaseDataVariableType.expanded(), true));
    node.addReference(new Reference(Identifiers.SessionDiagnosticsVariableType_SetMonitoringModeCount, Identifiers.HasModellingRule, Identifiers.ModellingRule_Mandatory.expanded(), true));
    node.addReference(new Reference(Identifiers.SessionDiagnosticsVariableType_SetMonitoringModeCount, Identifiers.HasComponent, Identifiers.SessionDiagnosticsVariableType.expanded(), false));
    this.nodeManager.addNode(node);
}
Also used : DataValue(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue) BaseDataVariableTypeNode(org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode) Reference(org.eclipse.milo.opcua.sdk.core.Reference) QualifiedName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName) LocalizedText(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)

Example 17 with BaseDataVariableTypeNode

use of org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode in project milo by eclipse.

the class VariableNodeLoader method loadNode865.

private void loadNode865() {
    BaseDataVariableTypeNode node = new BaseDataVariableTypeNode(this.context, Identifiers.BuildInfoType_BuildNumber, new QualifiedName(0, "BuildNumber"), new LocalizedText("en", "BuildNumber"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.String, -1, new UInteger[] {}, UByte.valueOf(1), UByte.valueOf(1), 1000.0, false);
    node.addReference(new Reference(Identifiers.BuildInfoType_BuildNumber, Identifiers.HasTypeDefinition, Identifiers.BaseDataVariableType.expanded(), true));
    node.addReference(new Reference(Identifiers.BuildInfoType_BuildNumber, Identifiers.HasModellingRule, Identifiers.ModellingRule_Mandatory.expanded(), true));
    node.addReference(new Reference(Identifiers.BuildInfoType_BuildNumber, Identifiers.HasComponent, Identifiers.BuildInfoType.expanded(), false));
    this.nodeManager.addNode(node);
}
Also used : DataValue(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue) BaseDataVariableTypeNode(org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode) Reference(org.eclipse.milo.opcua.sdk.core.Reference) QualifiedName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName) LocalizedText(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)

Example 18 with BaseDataVariableTypeNode

use of org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode in project milo by eclipse.

the class VariableNodeLoader method loadNode662.

private void loadNode662() {
    BaseDataVariableTypeNode node = new BaseDataVariableTypeNode(this.context, Identifiers.SessionSecurityDiagnosticsType_Encoding, new QualifiedName(0, "Encoding"), new LocalizedText("en", "Encoding"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.String, -1, new UInteger[] {}, UByte.valueOf(1), UByte.valueOf(1), 0.0, false);
    node.addReference(new Reference(Identifiers.SessionSecurityDiagnosticsType_Encoding, Identifiers.HasTypeDefinition, Identifiers.BaseDataVariableType.expanded(), true));
    node.addReference(new Reference(Identifiers.SessionSecurityDiagnosticsType_Encoding, Identifiers.HasModellingRule, Identifiers.ModellingRule_Mandatory.expanded(), true));
    node.addReference(new Reference(Identifiers.SessionSecurityDiagnosticsType_Encoding, Identifiers.HasComponent, Identifiers.SessionSecurityDiagnosticsType.expanded(), false));
    this.nodeManager.addNode(node);
}
Also used : DataValue(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue) BaseDataVariableTypeNode(org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode) Reference(org.eclipse.milo.opcua.sdk.core.Reference) QualifiedName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName) LocalizedText(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)

Example 19 with BaseDataVariableTypeNode

use of org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode in project milo by eclipse.

the class VariableNodeLoader method loadNode1218.

private void loadNode1218() {
    BaseDataVariableTypeNode node = new BaseDataVariableTypeNode(this.context, Identifiers.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentPublishRequestsInQueue, new QualifiedName(0, "CurrentPublishRequestsInQueue"), new LocalizedText("en", "CurrentPublishRequestsInQueue"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.UInt32, -1, new UInteger[] {}, UByte.valueOf(1), UByte.valueOf(1), 0.0, false);
    node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentPublishRequestsInQueue, Identifiers.HasTypeDefinition, Identifiers.BaseDataVariableType.expanded(), true));
    node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentPublishRequestsInQueue, Identifiers.HasModellingRule, Identifiers.ModellingRule_Mandatory.expanded(), true));
    node.addReference(new Reference(Identifiers.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics_CurrentPublishRequestsInQueue, Identifiers.HasComponent, Identifiers.SessionsDiagnosticsSummaryType_ClientName_Placeholder_SessionDiagnostics.expanded(), false));
    this.nodeManager.addNode(node);
}
Also used : DataValue(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue) BaseDataVariableTypeNode(org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode) Reference(org.eclipse.milo.opcua.sdk.core.Reference) QualifiedName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName) LocalizedText(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)

Example 20 with BaseDataVariableTypeNode

use of org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode in project milo by eclipse.

the class VariableNodeLoader method loadNode614.

private void loadNode614() {
    BaseDataVariableTypeNode node = new BaseDataVariableTypeNode(this.context, Identifiers.SubscriptionDiagnosticsType_TransferRequestCount, new QualifiedName(0, "TransferRequestCount"), new LocalizedText("en", "TransferRequestCount"), LocalizedText.NULL_VALUE, UInteger.valueOf(0), UInteger.valueOf(0), new DataValue(Variant.NULL_VALUE), Identifiers.UInt32, -1, new UInteger[] {}, UByte.valueOf(1), UByte.valueOf(1), 0.0, false);
    node.addReference(new Reference(Identifiers.SubscriptionDiagnosticsType_TransferRequestCount, Identifiers.HasTypeDefinition, Identifiers.BaseDataVariableType.expanded(), true));
    node.addReference(new Reference(Identifiers.SubscriptionDiagnosticsType_TransferRequestCount, Identifiers.HasModellingRule, Identifiers.ModellingRule_Mandatory.expanded(), true));
    node.addReference(new Reference(Identifiers.SubscriptionDiagnosticsType_TransferRequestCount, Identifiers.HasComponent, Identifiers.SubscriptionDiagnosticsType.expanded(), false));
    this.nodeManager.addNode(node);
}
Also used : DataValue(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue) BaseDataVariableTypeNode(org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode) Reference(org.eclipse.milo.opcua.sdk.core.Reference) QualifiedName(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName) LocalizedText(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)

Aggregations

Reference (org.eclipse.milo.opcua.sdk.core.Reference)227 BaseDataVariableTypeNode (org.eclipse.milo.opcua.sdk.server.model.nodes.variables.BaseDataVariableTypeNode)227 DataValue (org.eclipse.milo.opcua.stack.core.types.builtin.DataValue)227 LocalizedText (org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText)227 QualifiedName (org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName)227