node-opcua-address-space 2.56.2 → 2.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/dist/source/loader/load_nodeset2.js +29 -3
- package/dist/source/loader/load_nodeset2.js.map +1 -1
- package/dist/source/session_context.js +2 -2
- package/dist/source/session_context.js.map +1 -1
- package/dist/src/address_space.d.ts +2 -3
- package/dist/src/address_space.js +1 -1
- package/dist/src/address_space.js.map +1 -1
- package/dist/src/address_space_private.d.ts +2 -3
- package/dist/src/namespace_impl.d.ts +2 -2
- package/dist/src/namespace_impl.js +6 -6
- package/dist/src/namespace_impl.js.map +1 -1
- package/dist/src/nodeset_tools/nodeset_to_xml.js +1 -1
- package/dist/src/nodeset_tools/nodeset_to_xml.js.map +1 -1
- package/generate.js +1 -1
- package/nodeJS.d.ts +1 -1
- package/package.json +27 -27
- package/source/loader/load_nodeset2.ts +39 -3
- package/source/session_context.ts +1 -1
- package/source_nodejs/index.ts +1 -1
- package/src/address_space.ts +6 -5
- package/src/address_space_private.ts +3 -3
- package/src/namespace_impl.ts +4 -4
- package/src/nodeset_tools/nodeset_to_xml.ts +2 -2
- package/testHelpers.d.ts +1 -1
- package/test_helpers/test_fixtures/dataType_in_separateNamespace.xml +150 -150
- package/test_helpers/test_fixtures/dataType_in_separateNamespace_basic.xml +57 -57
- package/test_helpers/test_fixtures/dataType_in_separateNamespace_mix.xml +135 -135
- package/test_helpers/test_fixtures/dataType_withEnumeration.xml +82 -82
- package/test_helpers/test_fixtures/dataType_with_isOptionSet.xml +194 -194
- package/test_helpers/test_fixtures/dataType_with_union.xml +1 -1
- package/test_helpers/test_fixtures/fixture_empty_nodeset2.xml +106 -106
- package/test_helpers/test_fixtures/fixture_simple_statemachine_nodeset2.xml +1303 -1303
- package/test_helpers/test_fixtures/fixuture_nodeset_objects_with_some_methods.xml +362 -362
- package/test_helpers/test_fixtures/issue_846.xml +3172 -3172
- package/test_helpers/test_fixtures/issue_899_variable_with_nodeid_value.xml +32 -32
- package/test_helpers/test_fixtures/mini.nodeset.withVariousVariables.xml +194 -194
- package/test_helpers/test_fixtures/minimalist_nodeset_with_models.xml +8 -8
- package/test_helpers/test_fixtures/minimalist_nodeset_with_models_more_complex.xml +16 -16
- package/test_helpers/test_fixtures/nodeset_with_analog_items.xml +45 -45
- package/dist/source/interfaces/alarms_and_conditions/ua_condition_base_i.d.ts +0 -23
- package/dist/source/interfaces/alarms_and_conditions/ua_condition_base_i.js +0 -3
- package/dist/source/interfaces/alarms_and_conditions/ua_condition_base_i.js.map +0 -1
- package/dist/source/interfaces/data_access/ua_discrete_item.d.ts +0 -6
- package/dist/source/interfaces/data_access/ua_discrete_item.js +0 -3
- package/dist/source/interfaces/data_access/ua_discrete_item.js.map +0 -1
- package/dist/source/interfaces/data_access/ua_multistate_discrete.d.ts +0 -25
- package/dist/source/interfaces/data_access/ua_multistate_discrete.js +0 -3
- package/dist/source/interfaces/data_access/ua_multistate_discrete.js.map +0 -1
- package/dist/source/interfaces/data_access/ua_multistate_value_discrete.d.ts +0 -27
- package/dist/source/interfaces/data_access/ua_multistate_value_discrete.js +0 -3
- package/dist/source/interfaces/data_access/ua_multistate_value_discrete.js.map +0 -1
- package/dist/source/interfaces/data_access/ua_two_state_discrete.d.ts +0 -17
- package/dist/source/interfaces/data_access/ua_two_state_discrete.js +0 -3
- package/dist/source/interfaces/data_access/ua_two_state_discrete.js.map +0 -1
- package/dist/source/interfaces/data_access/ua_y_array_item.d.ts +0 -19
- package/dist/source/interfaces/data_access/ua_y_array_item.js +0 -3
- package/dist/source/interfaces/data_access/ua_y_array_item.js.map +0 -1
- package/dist/source/interfaces/state_machine/exclusive_limit_state_machine.d.ts +0 -11
- package/dist/source/interfaces/state_machine/exclusive_limit_state_machine.js +0 -3
- package/dist/source/interfaces/state_machine/exclusive_limit_state_machine.js.map +0 -1
- package/dist/source/interfaces/state_machine/finite_state_machine.d.ts +0 -70
- package/dist/source/interfaces/state_machine/finite_state_machine.js +0 -3
- package/dist/source/interfaces/state_machine/finite_state_machine.js.map +0 -1
- package/dist/source/interfaces/state_machine/program_finite_state_machine.d.ts +0 -74
- package/dist/source/interfaces/state_machine/program_finite_state_machine.js +0 -3
- package/dist/source/interfaces/state_machine/program_finite_state_machine.js.map +0 -1
- package/dist/source/interfaces/state_machine/state_machine.d.ts +0 -342
- package/dist/source/interfaces/state_machine/state_machine.js +0 -3
- package/dist/source/interfaces/state_machine/state_machine.js.map +0 -1
- package/dist/source/interfaces/state_machine/ua_finite_state_variable.d.ts +0 -18
- package/dist/source/interfaces/state_machine/ua_finite_state_variable.js +0 -3
- package/dist/source/interfaces/state_machine/ua_finite_state_variable.js.map +0 -1
- package/dist/source/interfaces/state_machine/ua_state_variable.d.ts +0 -29
- package/dist/source/interfaces/state_machine/ua_state_variable.js +0 -3
- package/dist/source/interfaces/state_machine/ua_state_variable.js.map +0 -1
- package/dist/source/interfaces/state_machine/ua_two_state_variable.d.ts +0 -26
- package/dist/source/interfaces/state_machine/ua_two_state_variable.js +0 -3
- package/dist/source/interfaces/state_machine/ua_two_state_variable.js.map +0 -1
- package/dist/source/interfaces/subscription_diagnostics_variable.d.ts +0 -41
- package/dist/source/interfaces/subscription_diagnostics_variable.js +0 -3
- package/dist/source/interfaces/subscription_diagnostics_variable.js.map +0 -1
- package/dist/src/alarms_and_conditions/base_event_type.d.ts +0 -26
- package/dist/src/alarms_and_conditions/base_event_type.js +0 -41
- package/dist/src/alarms_and_conditions/base_event_type.js.map +0 -1
- package/dist/src/alarms_and_conditions/shelving_state_machine.d.ts +0 -22
- package/dist/src/alarms_and_conditions/shelving_state_machine.js +0 -241
- package/dist/src/alarms_and_conditions/shelving_state_machine.js.map +0 -1
- package/dist/src/alarms_and_conditions/trip_alarm.d.ts +0 -16
- package/dist/src/alarms_and_conditions/trip_alarm.js +0 -21
- package/dist/src/alarms_and_conditions/trip_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_base.d.ts +0 -54
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_base.js +0 -255
- package/dist/src/alarms_and_conditions/ua_acknowledgeable_condition_base.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_alarm_condition_base.d.ts +0 -138
- package/dist/src/alarms_and_conditions/ua_alarm_condition_base.js +0 -460
- package/dist/src/alarms_and_conditions/ua_alarm_condition_base.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm.d.ts +0 -35
- package/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm.js +0 -32
- package/dist/src/alarms_and_conditions/ua_certificate_expiration_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_condition_base.d.ts +0 -191
- package/dist/src/alarms_and_conditions/ua_condition_base.js +0 -1029
- package/dist/src/alarms_and_conditions/ua_condition_base.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_discrete_alarm.d.ts +0 -11
- package/dist/src/alarms_and_conditions/ua_discrete_alarm.js +0 -58
- package/dist/src/alarms_and_conditions/ua_discrete_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm.d.ts +0 -24
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm.js +0 -59
- package/dist/src/alarms_and_conditions/ua_exclusive_deviation_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_level_alarm.d.ts +0 -14
- package/dist/src/alarms_and_conditions/ua_exclusive_level_alarm.js +0 -17
- package/dist/src/alarms_and_conditions/ua_exclusive_level_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_limit_alarm.d.ts +0 -22
- package/dist/src/alarms_and_conditions/ua_exclusive_limit_alarm.js +0 -87
- package/dist/src/alarms_and_conditions/ua_exclusive_limit_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm.d.ts +0 -6
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm.js +0 -11
- package/dist/src/alarms_and_conditions/ua_exclusive_rate_of_change_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_limit_alarm.d.ts +0 -76
- package/dist/src/alarms_and_conditions/ua_limit_alarm.js +0 -237
- package/dist/src/alarms_and_conditions/ua_limit_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm.d.ts +0 -27
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm.js +0 -62
- package/dist/src/alarms_and_conditions/ua_non_exclusive_deviation_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm.d.ts +0 -49
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm.js +0 -176
- package/dist/src/alarms_and_conditions/ua_non_exclusive_limit_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm.d.ts +0 -47
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm.js +0 -151
- package/dist/src/alarms_and_conditions/ua_off_normal_alarm.js.map +0 -1
- package/dist/src/alarms_and_conditions/ua_system_off_normal_alarm.d.ts +0 -16
- package/dist/src/alarms_and_conditions/ua_system_off_normal_alarm.js +0 -18
- package/dist/src/alarms_and_conditions/ua_system_off_normal_alarm.js.map +0 -1
- package/dist/src/base_node.d.ts +0 -289
- package/dist/src/base_node.js +0 -1345
- package/dist/src/base_node.js.map +0 -1
- package/dist/src/data_access/ua_analog_item.d.ts +0 -13
- package/dist/src/data_access/ua_analog_item.js +0 -37
- package/dist/src/data_access/ua_analog_item.js.map +0 -1
- package/dist/src/data_access/ua_data_item.d.ts +0 -16
- package/dist/src/data_access/ua_data_item.js +0 -66
- package/dist/src/data_access/ua_data_item.js.map +0 -1
- package/dist/src/data_access/ua_multistate_discrete.d.ts +0 -24
- package/dist/src/data_access/ua_multistate_discrete.js +0 -132
- package/dist/src/data_access/ua_multistate_discrete.js.map +0 -1
- package/dist/src/namespace.d.ts +0 -472
- package/dist/src/namespace.js +0 -1751
- package/dist/src/namespace.js.map +0 -1
- package/dist/src/reference.d.ts +0 -43
- package/dist/src/reference.js +0 -138
- package/dist/src/reference.js.map +0 -1
- package/dist/src/session_context.d.ts +0 -4
- package/dist/src/session_context.js +0 -9
- package/dist/src/session_context.js.map +0 -1
- package/dist/src/ua_data_type.d.ts +0 -83
- package/dist/src/ua_data_type.js +0 -289
- package/dist/src/ua_data_type.js.map +0 -1
- package/dist/src/ua_method.d.ts +0 -41
- package/dist/src/ua_method.js +0 -202
- package/dist/src/ua_method.js.map +0 -1
- package/dist/src/ua_object.d.ts +0 -28
- package/dist/src/ua_object.js +0 -153
- package/dist/src/ua_object.js.map +0 -1
- package/dist/src/ua_object_type.d.ts +0 -49
- package/dist/src/ua_object_type.js +0 -123
- package/dist/src/ua_object_type.js.map +0 -1
- package/dist/src/ua_reference_type.d.ts +0 -42
- package/dist/src/ua_reference_type.js +0 -138
- package/dist/src/ua_reference_type.js.map +0 -1
- package/dist/src/ua_variable.d.ts +0 -339
- package/dist/src/ua_variable.js +0 -1706
- package/dist/src/ua_variable.js.map +0 -1
- package/dist/src/ua_variable_type.d.ts +0 -57
- package/dist/src/ua_variable_type.js +0 -530
- package/dist/src/ua_variable_type.js.map +0 -1
- package/dist/src/ua_view.d.ts +0 -16
- package/dist/src/ua_view.js +0 -42
- package/dist/src/ua_view.js.map +0 -1
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<UANodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3
|
-
xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd"
|
|
4
|
-
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd"
|
|
5
|
-
xmlns:s1="http://abbci874.org/CI874TestNodeset/Types.xsd"
|
|
6
|
-
xmlns:ua="http://unifiedautomation.com/Configuration/NodeSet.xsd"
|
|
7
|
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
8
|
-
<NamespaceUris>
|
|
9
|
-
<Uri>http://abbci874.org/CI874TestNodeset/</Uri>
|
|
10
|
-
</NamespaceUris>
|
|
11
|
-
<Aliases>
|
|
12
|
-
<Alias Alias="NodeId">i=17</Alias>
|
|
13
|
-
</Aliases>
|
|
14
|
-
<UAVariable DataType="NodeId" NodeId="ns=1;i=1" BrowseName="1:TestNodeId">
|
|
15
|
-
<Value>
|
|
16
|
-
<uax:NodeId>
|
|
17
|
-
<uax:Identifier>ns=1;i=6031</uax:Identifier>
|
|
18
|
-
</uax:NodeId>
|
|
19
|
-
</Value>
|
|
20
|
-
</UAVariable>
|
|
21
|
-
<UAVariable DataType="NodeId" ValueRank="1" ArrayDimensions="1" NodeId="ns=1;i=2" BrowseName="1:TestListNodeId">
|
|
22
|
-
<Value>
|
|
23
|
-
<uax:ListOfNodeId>
|
|
24
|
-
<uax:NodeId>
|
|
25
|
-
<uax:Identifier>ns=1;i=10</uax:Identifier>
|
|
26
|
-
</uax:NodeId>
|
|
27
|
-
<uax:NodeId>
|
|
28
|
-
<uax:Identifier>ns=1;i=20</uax:Identifier>
|
|
29
|
-
</uax:NodeId>
|
|
30
|
-
</uax:ListOfNodeId>
|
|
31
|
-
</Value>
|
|
32
|
-
</UAVariable>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<UANodeSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3
|
+
xmlns:uax="http://opcfoundation.org/UA/2008/02/Types.xsd"
|
|
4
|
+
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd"
|
|
5
|
+
xmlns:s1="http://abbci874.org/CI874TestNodeset/Types.xsd"
|
|
6
|
+
xmlns:ua="http://unifiedautomation.com/Configuration/NodeSet.xsd"
|
|
7
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
8
|
+
<NamespaceUris>
|
|
9
|
+
<Uri>http://abbci874.org/CI874TestNodeset/</Uri>
|
|
10
|
+
</NamespaceUris>
|
|
11
|
+
<Aliases>
|
|
12
|
+
<Alias Alias="NodeId">i=17</Alias>
|
|
13
|
+
</Aliases>
|
|
14
|
+
<UAVariable DataType="NodeId" NodeId="ns=1;i=1" BrowseName="1:TestNodeId">
|
|
15
|
+
<Value>
|
|
16
|
+
<uax:NodeId>
|
|
17
|
+
<uax:Identifier>ns=1;i=6031</uax:Identifier>
|
|
18
|
+
</uax:NodeId>
|
|
19
|
+
</Value>
|
|
20
|
+
</UAVariable>
|
|
21
|
+
<UAVariable DataType="NodeId" ValueRank="1" ArrayDimensions="1" NodeId="ns=1;i=2" BrowseName="1:TestListNodeId">
|
|
22
|
+
<Value>
|
|
23
|
+
<uax:ListOfNodeId>
|
|
24
|
+
<uax:NodeId>
|
|
25
|
+
<uax:Identifier>ns=1;i=10</uax:Identifier>
|
|
26
|
+
</uax:NodeId>
|
|
27
|
+
<uax:NodeId>
|
|
28
|
+
<uax:Identifier>ns=1;i=20</uax:Identifier>
|
|
29
|
+
</uax:NodeId>
|
|
30
|
+
</uax:ListOfNodeId>
|
|
31
|
+
</Value>
|
|
32
|
+
</UAVariable>
|
|
33
33
|
</UANodeSet>
|
|
@@ -1,194 +1,194 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<UANodeSet Version="1.02" LastModified="2013-03-06T05:36:44.0862658Z"
|
|
3
|
-
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
4
|
-
<NamespaceUris>
|
|
5
|
-
<Uri>mydemo/</Uri>
|
|
6
|
-
</NamespaceUris>
|
|
7
|
-
|
|
8
|
-
<Aliases>
|
|
9
|
-
<Alias Alias="Boolean">i=1</Alias>
|
|
10
|
-
<Alias Alias="String">i=12</Alias>
|
|
11
|
-
<Alias Alias="NodeId">i=17</Alias>
|
|
12
|
-
<Alias Alias="HasTypeDefinition">i=40</Alias>
|
|
13
|
-
<Alias Alias="HasSubtype">i=45</Alias>
|
|
14
|
-
<Alias Alias="Organizes">i=35</Alias>
|
|
15
|
-
</Aliases>
|
|
16
|
-
|
|
17
|
-
<UAVariable SymbolicName="VarialbeTwoStateDiscrete" DataType="Boolean" NodeId="ns=1;i=6006" BrowseName="1:VariableTwoStateDiscrete" AccessLevel="3">
|
|
18
|
-
<DisplayName>VariableTwoStateDiscrete</DisplayName>
|
|
19
|
-
<References>
|
|
20
|
-
<Reference ReferenceType="HasProperty">ns=1;i=6007</Reference>
|
|
21
|
-
<Reference ReferenceType="HasProperty">ns=1;i=6008</Reference>
|
|
22
|
-
<Reference ReferenceType="HasTypeDefinition">i=2373</Reference>
|
|
23
|
-
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
|
|
24
|
-
</References>
|
|
25
|
-
<Value>
|
|
26
|
-
<uax:Boolean>false</uax:Boolean>
|
|
27
|
-
</Value>
|
|
28
|
-
</UAVariable>
|
|
29
|
-
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=6006" NodeId="ns=1;i=6007" BrowseName="FalseState">
|
|
30
|
-
<DisplayName>FalseState</DisplayName>
|
|
31
|
-
<References>
|
|
32
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6006</Reference>
|
|
33
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
34
|
-
</References>
|
|
35
|
-
<Value>
|
|
36
|
-
<uax:LocalizedText>
|
|
37
|
-
<uax:Text>PoweredOff</uax:Text>
|
|
38
|
-
</uax:LocalizedText>
|
|
39
|
-
</Value>
|
|
40
|
-
</UAVariable>
|
|
41
|
-
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=6006" NodeId="ns=1;i=6008" BrowseName="TrueState">
|
|
42
|
-
<DisplayName>TrueState</DisplayName>
|
|
43
|
-
<References>
|
|
44
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
45
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6006</Reference>
|
|
46
|
-
</References>
|
|
47
|
-
<Value>
|
|
48
|
-
<uax:LocalizedText>
|
|
49
|
-
<uax:Text>PoweredOn</uax:Text>
|
|
50
|
-
</uax:LocalizedText>
|
|
51
|
-
</Value>
|
|
52
|
-
</UAVariable>
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
<UAVariable SymbolicName="VariableMultiStateValueDiscrete" DataType="Int32" NodeId="ns=1;i=16003" BrowseName="1:VariableMultiStateValueDiscrete" AccessLevel="3">
|
|
57
|
-
<DisplayName>VariableMultiStateValueDiscrete</DisplayName>
|
|
58
|
-
<References>
|
|
59
|
-
<Reference ReferenceType="HasTypeDefinition">i=11238</Reference>
|
|
60
|
-
<Reference ReferenceType="HasProperty">ns=1;i=16004</Reference>
|
|
61
|
-
<Reference ReferenceType="HasProperty">ns=1;i=16005</Reference>
|
|
62
|
-
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=6006</Reference>
|
|
63
|
-
</References>
|
|
64
|
-
</UAVariable>
|
|
65
|
-
<UAVariable DataType="EnumValueType" ParentNodeId="ns=1;i=16003" ValueRank="1" NodeId="ns=1;i=16004" BrowseName="EnumValues">
|
|
66
|
-
<DisplayName>EnumValues</DisplayName>
|
|
67
|
-
<References>
|
|
68
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=16003</Reference>
|
|
69
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
70
|
-
</References>
|
|
71
|
-
<Value>
|
|
72
|
-
<uax:ListOfExtensionObject>
|
|
73
|
-
<uax:ExtensionObject>
|
|
74
|
-
<uax:TypeId>
|
|
75
|
-
<uax:Identifier>i=7616</uax:Identifier>
|
|
76
|
-
</uax:TypeId>
|
|
77
|
-
<uax:Body>
|
|
78
|
-
<uax:EnumValueType>
|
|
79
|
-
<uax:Value>0</uax:Value>
|
|
80
|
-
<uax:DisplayName>
|
|
81
|
-
<uax:Text>Orange</uax:Text>
|
|
82
|
-
</uax:DisplayName>
|
|
83
|
-
<uax:Description>
|
|
84
|
-
<uax:Text>Color is orange</uax:Text>
|
|
85
|
-
</uax:Description>
|
|
86
|
-
</uax:EnumValueType>
|
|
87
|
-
</uax:Body>
|
|
88
|
-
</uax:ExtensionObject>
|
|
89
|
-
<uax:ExtensionObject>
|
|
90
|
-
<uax:TypeId>
|
|
91
|
-
<uax:Identifier>i=7616</uax:Identifier>
|
|
92
|
-
</uax:TypeId>
|
|
93
|
-
<uax:Body>
|
|
94
|
-
<uax:EnumValueType>
|
|
95
|
-
<uax:Value>1</uax:Value>
|
|
96
|
-
<uax:DisplayName>
|
|
97
|
-
<uax:Text>Blue</uax:Text>
|
|
98
|
-
</uax:DisplayName>
|
|
99
|
-
<uax:Description>
|
|
100
|
-
<uax:Text>Color is Blue</uax:Text>
|
|
101
|
-
</uax:Description>
|
|
102
|
-
</uax:EnumValueType>
|
|
103
|
-
</uax:Body>
|
|
104
|
-
</uax:ExtensionObject>
|
|
105
|
-
<uax:ExtensionObject>
|
|
106
|
-
<uax:TypeId>
|
|
107
|
-
<uax:Identifier>i=7616</uax:Identifier>
|
|
108
|
-
</uax:TypeId>
|
|
109
|
-
<uax:Body>
|
|
110
|
-
<uax:EnumValueType>
|
|
111
|
-
<uax:Value>3</uax:Value>
|
|
112
|
-
<uax:DisplayName>
|
|
113
|
-
<uax:Text>Red</uax:Text>
|
|
114
|
-
</uax:DisplayName>
|
|
115
|
-
<uax:Description>
|
|
116
|
-
<uax:Text>Color is Red</uax:Text>
|
|
117
|
-
</uax:Description>
|
|
118
|
-
</uax:EnumValueType>
|
|
119
|
-
</uax:Body>
|
|
120
|
-
</uax:ExtensionObject>
|
|
121
|
-
</uax:ListOfExtensionObject>
|
|
122
|
-
</Value>
|
|
123
|
-
</UAVariable>
|
|
124
|
-
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=16003" NodeId="ns=1;i=16005" BrowseName="ValueAsText">
|
|
125
|
-
<DisplayName>ValueAsText</DisplayName>
|
|
126
|
-
<References>
|
|
127
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
128
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=16003</Reference>
|
|
129
|
-
</References>
|
|
130
|
-
</UAVariable>
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
<UAVariable DataType="UInt32" NodeId="ns=1;i=26001" BrowseName="1:VariableMultiStateDiscrete" AccessLevel="3">
|
|
135
|
-
<DisplayName>VariableMultiStateDiscrete</DisplayName>
|
|
136
|
-
<References>
|
|
137
|
-
<Reference ReferenceType="HasProperty">ns=1;i=26009</Reference>
|
|
138
|
-
<Reference ReferenceType="HasProperty">ns=1;i=26002</Reference>
|
|
139
|
-
<Reference ReferenceType="HasTypeDefinition">i=2376</Reference>
|
|
140
|
-
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=6006</Reference>
|
|
141
|
-
</References>
|
|
142
|
-
</UAVariable>
|
|
143
|
-
<UAVariable DataType="String" ParentNodeId="ns=1;i=26001" NodeId="ns=1;i=26009" BrowseName="Definition">
|
|
144
|
-
<DisplayName>Definition</DisplayName>
|
|
145
|
-
<Description>A vendor-specific, human readable string that specifies how the value of this DataItem is calculated.</Description>
|
|
146
|
-
<References>
|
|
147
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
148
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=26001</Reference>
|
|
149
|
-
</References>
|
|
150
|
-
</UAVariable>
|
|
151
|
-
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=26001" ValueRank="1" NodeId="ns=1;i=26002" BrowseName="EnumStrings">
|
|
152
|
-
<DisplayName>EnumStrings</DisplayName>
|
|
153
|
-
<Description>Enumeration string</Description>
|
|
154
|
-
<References>
|
|
155
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=26001</Reference>
|
|
156
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
157
|
-
</References>
|
|
158
|
-
<Value>
|
|
159
|
-
<uax:ListOfLocalizedText>
|
|
160
|
-
<uax:LocalizedText>
|
|
161
|
-
<uax:Text>Orange</uax:Text>
|
|
162
|
-
</uax:LocalizedText>
|
|
163
|
-
<uax:LocalizedText>
|
|
164
|
-
<uax:Text>Blue</uax:Text>
|
|
165
|
-
</uax:LocalizedText>
|
|
166
|
-
<uax:LocalizedText>
|
|
167
|
-
<uax:Text>Red</uax:Text>
|
|
168
|
-
</uax:LocalizedText>
|
|
169
|
-
<uax:LocalizedText>
|
|
170
|
-
<uax:Text>Yellow</uax:Text>
|
|
171
|
-
</uax:LocalizedText>
|
|
172
|
-
<uax:LocalizedText>
|
|
173
|
-
<uax:Text>Purple</uax:Text>
|
|
174
|
-
</uax:LocalizedText>
|
|
175
|
-
</uax:ListOfLocalizedText>
|
|
176
|
-
</Value>
|
|
177
|
-
</UAVariable>
|
|
178
|
-
|
|
179
|
-
<UAVariable DataType="String" ValueRank="1" NodeId="ns=1;s=ListOfString" ArrayDimensions="0" BrowseName="1:ListOfString" AccessLevel="3">
|
|
180
|
-
<DisplayName>ListOfString</DisplayName>
|
|
181
|
-
<References>
|
|
182
|
-
<Reference ReferenceType="HasTypeDefinition">i=63</Reference>
|
|
183
|
-
</References>
|
|
184
|
-
<Value>
|
|
185
|
-
<uax:ListOfString>
|
|
186
|
-
<uax:String>StringOne</uax:String>
|
|
187
|
-
<uax:String>StringTwo</uax:String>
|
|
188
|
-
<uax:String></uax:String>
|
|
189
|
-
</uax:ListOfString>
|
|
190
|
-
</Value>
|
|
191
|
-
</UAVariable>
|
|
192
|
-
|
|
193
|
-
</UANodeSet>
|
|
194
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<UANodeSet Version="1.02" LastModified="2013-03-06T05:36:44.0862658Z"
|
|
3
|
+
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
4
|
+
<NamespaceUris>
|
|
5
|
+
<Uri>mydemo/</Uri>
|
|
6
|
+
</NamespaceUris>
|
|
7
|
+
|
|
8
|
+
<Aliases>
|
|
9
|
+
<Alias Alias="Boolean">i=1</Alias>
|
|
10
|
+
<Alias Alias="String">i=12</Alias>
|
|
11
|
+
<Alias Alias="NodeId">i=17</Alias>
|
|
12
|
+
<Alias Alias="HasTypeDefinition">i=40</Alias>
|
|
13
|
+
<Alias Alias="HasSubtype">i=45</Alias>
|
|
14
|
+
<Alias Alias="Organizes">i=35</Alias>
|
|
15
|
+
</Aliases>
|
|
16
|
+
|
|
17
|
+
<UAVariable SymbolicName="VarialbeTwoStateDiscrete" DataType="Boolean" NodeId="ns=1;i=6006" BrowseName="1:VariableTwoStateDiscrete" AccessLevel="3">
|
|
18
|
+
<DisplayName>VariableTwoStateDiscrete</DisplayName>
|
|
19
|
+
<References>
|
|
20
|
+
<Reference ReferenceType="HasProperty">ns=1;i=6007</Reference>
|
|
21
|
+
<Reference ReferenceType="HasProperty">ns=1;i=6008</Reference>
|
|
22
|
+
<Reference ReferenceType="HasTypeDefinition">i=2373</Reference>
|
|
23
|
+
<Reference ReferenceType="Organizes" IsForward="false">i=85</Reference>
|
|
24
|
+
</References>
|
|
25
|
+
<Value>
|
|
26
|
+
<uax:Boolean>false</uax:Boolean>
|
|
27
|
+
</Value>
|
|
28
|
+
</UAVariable>
|
|
29
|
+
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=6006" NodeId="ns=1;i=6007" BrowseName="FalseState">
|
|
30
|
+
<DisplayName>FalseState</DisplayName>
|
|
31
|
+
<References>
|
|
32
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6006</Reference>
|
|
33
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
34
|
+
</References>
|
|
35
|
+
<Value>
|
|
36
|
+
<uax:LocalizedText>
|
|
37
|
+
<uax:Text>PoweredOff</uax:Text>
|
|
38
|
+
</uax:LocalizedText>
|
|
39
|
+
</Value>
|
|
40
|
+
</UAVariable>
|
|
41
|
+
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=6006" NodeId="ns=1;i=6008" BrowseName="TrueState">
|
|
42
|
+
<DisplayName>TrueState</DisplayName>
|
|
43
|
+
<References>
|
|
44
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
45
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6006</Reference>
|
|
46
|
+
</References>
|
|
47
|
+
<Value>
|
|
48
|
+
<uax:LocalizedText>
|
|
49
|
+
<uax:Text>PoweredOn</uax:Text>
|
|
50
|
+
</uax:LocalizedText>
|
|
51
|
+
</Value>
|
|
52
|
+
</UAVariable>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
<UAVariable SymbolicName="VariableMultiStateValueDiscrete" DataType="Int32" NodeId="ns=1;i=16003" BrowseName="1:VariableMultiStateValueDiscrete" AccessLevel="3">
|
|
57
|
+
<DisplayName>VariableMultiStateValueDiscrete</DisplayName>
|
|
58
|
+
<References>
|
|
59
|
+
<Reference ReferenceType="HasTypeDefinition">i=11238</Reference>
|
|
60
|
+
<Reference ReferenceType="HasProperty">ns=1;i=16004</Reference>
|
|
61
|
+
<Reference ReferenceType="HasProperty">ns=1;i=16005</Reference>
|
|
62
|
+
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=6006</Reference>
|
|
63
|
+
</References>
|
|
64
|
+
</UAVariable>
|
|
65
|
+
<UAVariable DataType="EnumValueType" ParentNodeId="ns=1;i=16003" ValueRank="1" NodeId="ns=1;i=16004" BrowseName="EnumValues">
|
|
66
|
+
<DisplayName>EnumValues</DisplayName>
|
|
67
|
+
<References>
|
|
68
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=16003</Reference>
|
|
69
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
70
|
+
</References>
|
|
71
|
+
<Value>
|
|
72
|
+
<uax:ListOfExtensionObject>
|
|
73
|
+
<uax:ExtensionObject>
|
|
74
|
+
<uax:TypeId>
|
|
75
|
+
<uax:Identifier>i=7616</uax:Identifier>
|
|
76
|
+
</uax:TypeId>
|
|
77
|
+
<uax:Body>
|
|
78
|
+
<uax:EnumValueType>
|
|
79
|
+
<uax:Value>0</uax:Value>
|
|
80
|
+
<uax:DisplayName>
|
|
81
|
+
<uax:Text>Orange</uax:Text>
|
|
82
|
+
</uax:DisplayName>
|
|
83
|
+
<uax:Description>
|
|
84
|
+
<uax:Text>Color is orange</uax:Text>
|
|
85
|
+
</uax:Description>
|
|
86
|
+
</uax:EnumValueType>
|
|
87
|
+
</uax:Body>
|
|
88
|
+
</uax:ExtensionObject>
|
|
89
|
+
<uax:ExtensionObject>
|
|
90
|
+
<uax:TypeId>
|
|
91
|
+
<uax:Identifier>i=7616</uax:Identifier>
|
|
92
|
+
</uax:TypeId>
|
|
93
|
+
<uax:Body>
|
|
94
|
+
<uax:EnumValueType>
|
|
95
|
+
<uax:Value>1</uax:Value>
|
|
96
|
+
<uax:DisplayName>
|
|
97
|
+
<uax:Text>Blue</uax:Text>
|
|
98
|
+
</uax:DisplayName>
|
|
99
|
+
<uax:Description>
|
|
100
|
+
<uax:Text>Color is Blue</uax:Text>
|
|
101
|
+
</uax:Description>
|
|
102
|
+
</uax:EnumValueType>
|
|
103
|
+
</uax:Body>
|
|
104
|
+
</uax:ExtensionObject>
|
|
105
|
+
<uax:ExtensionObject>
|
|
106
|
+
<uax:TypeId>
|
|
107
|
+
<uax:Identifier>i=7616</uax:Identifier>
|
|
108
|
+
</uax:TypeId>
|
|
109
|
+
<uax:Body>
|
|
110
|
+
<uax:EnumValueType>
|
|
111
|
+
<uax:Value>3</uax:Value>
|
|
112
|
+
<uax:DisplayName>
|
|
113
|
+
<uax:Text>Red</uax:Text>
|
|
114
|
+
</uax:DisplayName>
|
|
115
|
+
<uax:Description>
|
|
116
|
+
<uax:Text>Color is Red</uax:Text>
|
|
117
|
+
</uax:Description>
|
|
118
|
+
</uax:EnumValueType>
|
|
119
|
+
</uax:Body>
|
|
120
|
+
</uax:ExtensionObject>
|
|
121
|
+
</uax:ListOfExtensionObject>
|
|
122
|
+
</Value>
|
|
123
|
+
</UAVariable>
|
|
124
|
+
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=16003" NodeId="ns=1;i=16005" BrowseName="ValueAsText">
|
|
125
|
+
<DisplayName>ValueAsText</DisplayName>
|
|
126
|
+
<References>
|
|
127
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
128
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=16003</Reference>
|
|
129
|
+
</References>
|
|
130
|
+
</UAVariable>
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
<UAVariable DataType="UInt32" NodeId="ns=1;i=26001" BrowseName="1:VariableMultiStateDiscrete" AccessLevel="3">
|
|
135
|
+
<DisplayName>VariableMultiStateDiscrete</DisplayName>
|
|
136
|
+
<References>
|
|
137
|
+
<Reference ReferenceType="HasProperty">ns=1;i=26009</Reference>
|
|
138
|
+
<Reference ReferenceType="HasProperty">ns=1;i=26002</Reference>
|
|
139
|
+
<Reference ReferenceType="HasTypeDefinition">i=2376</Reference>
|
|
140
|
+
<Reference ReferenceType="HasComponent" IsForward="false">ns=1;i=6006</Reference>
|
|
141
|
+
</References>
|
|
142
|
+
</UAVariable>
|
|
143
|
+
<UAVariable DataType="String" ParentNodeId="ns=1;i=26001" NodeId="ns=1;i=26009" BrowseName="Definition">
|
|
144
|
+
<DisplayName>Definition</DisplayName>
|
|
145
|
+
<Description>A vendor-specific, human readable string that specifies how the value of this DataItem is calculated.</Description>
|
|
146
|
+
<References>
|
|
147
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
148
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=26001</Reference>
|
|
149
|
+
</References>
|
|
150
|
+
</UAVariable>
|
|
151
|
+
<UAVariable DataType="LocalizedText" ParentNodeId="ns=1;i=26001" ValueRank="1" NodeId="ns=1;i=26002" BrowseName="EnumStrings">
|
|
152
|
+
<DisplayName>EnumStrings</DisplayName>
|
|
153
|
+
<Description>Enumeration string</Description>
|
|
154
|
+
<References>
|
|
155
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=26001</Reference>
|
|
156
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
157
|
+
</References>
|
|
158
|
+
<Value>
|
|
159
|
+
<uax:ListOfLocalizedText>
|
|
160
|
+
<uax:LocalizedText>
|
|
161
|
+
<uax:Text>Orange</uax:Text>
|
|
162
|
+
</uax:LocalizedText>
|
|
163
|
+
<uax:LocalizedText>
|
|
164
|
+
<uax:Text>Blue</uax:Text>
|
|
165
|
+
</uax:LocalizedText>
|
|
166
|
+
<uax:LocalizedText>
|
|
167
|
+
<uax:Text>Red</uax:Text>
|
|
168
|
+
</uax:LocalizedText>
|
|
169
|
+
<uax:LocalizedText>
|
|
170
|
+
<uax:Text>Yellow</uax:Text>
|
|
171
|
+
</uax:LocalizedText>
|
|
172
|
+
<uax:LocalizedText>
|
|
173
|
+
<uax:Text>Purple</uax:Text>
|
|
174
|
+
</uax:LocalizedText>
|
|
175
|
+
</uax:ListOfLocalizedText>
|
|
176
|
+
</Value>
|
|
177
|
+
</UAVariable>
|
|
178
|
+
|
|
179
|
+
<UAVariable DataType="String" ValueRank="1" NodeId="ns=1;s=ListOfString" ArrayDimensions="0" BrowseName="1:ListOfString" AccessLevel="3">
|
|
180
|
+
<DisplayName>ListOfString</DisplayName>
|
|
181
|
+
<References>
|
|
182
|
+
<Reference ReferenceType="HasTypeDefinition">i=63</Reference>
|
|
183
|
+
</References>
|
|
184
|
+
<Value>
|
|
185
|
+
<uax:ListOfString>
|
|
186
|
+
<uax:String>StringOne</uax:String>
|
|
187
|
+
<uax:String>StringTwo</uax:String>
|
|
188
|
+
<uax:String></uax:String>
|
|
189
|
+
</uax:ListOfString>
|
|
190
|
+
</Value>
|
|
191
|
+
</UAVariable>
|
|
192
|
+
|
|
193
|
+
</UANodeSet>
|
|
194
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<UANodeSet Version="1.02" LastModified="2013-03-06T05:36:44.0862658Z"
|
|
3
|
-
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
4
|
-
<Models>
|
|
5
|
-
<Model ModelUri="http://opcfoundation.org/UA/" Version="1.04" PublicationDate="2018-05-15T00:00:00Z" />
|
|
6
|
-
</Models>
|
|
7
|
-
</UANodeSet>
|
|
8
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<UANodeSet Version="1.02" LastModified="2013-03-06T05:36:44.0862658Z"
|
|
3
|
+
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
4
|
+
<Models>
|
|
5
|
+
<Model ModelUri="http://opcfoundation.org/UA/" Version="1.04" PublicationDate="2018-05-15T00:00:00Z" />
|
|
6
|
+
</Models>
|
|
7
|
+
</UANodeSet>
|
|
8
|
+
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<UANodeSet xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
3
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" LastModified="2013-07-31T00:00:00Z"
|
|
4
|
-
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
5
|
-
<NamespaceUris>
|
|
6
|
-
<Uri>http://opcfoundation.org/UA/ADI/</Uri>
|
|
7
|
-
<Uri>http://opcfoundation.org/UA/DI/</Uri>
|
|
8
|
-
</NamespaceUris>
|
|
9
|
-
<Models>
|
|
10
|
-
<Model ModelUri="http://opcfoundation.org/UA/ADI/" Version="1.01" PublicationDate="2013-07-31T00:00:00Z">
|
|
11
|
-
<RequiredModel ModelUri="http://opcfoundation.org/UA/" Version="1.03" PublicationDate="2013-12-02T00:00:00Z" />
|
|
12
|
-
<RequiredModel ModelUri="http://opcfoundation.org/UA/DI/" Version="1.01" PublicationDate="2012-12-31T00:00:00Z" />
|
|
13
|
-
</Model>
|
|
14
|
-
</Models>
|
|
15
|
-
</UANodeSet>
|
|
16
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<UANodeSet xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" LastModified="2013-07-31T00:00:00Z"
|
|
4
|
+
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
5
|
+
<NamespaceUris>
|
|
6
|
+
<Uri>http://opcfoundation.org/UA/ADI/</Uri>
|
|
7
|
+
<Uri>http://opcfoundation.org/UA/DI/</Uri>
|
|
8
|
+
</NamespaceUris>
|
|
9
|
+
<Models>
|
|
10
|
+
<Model ModelUri="http://opcfoundation.org/UA/ADI/" Version="1.01" PublicationDate="2013-07-31T00:00:00Z">
|
|
11
|
+
<RequiredModel ModelUri="http://opcfoundation.org/UA/" Version="1.03" PublicationDate="2013-12-02T00:00:00Z" />
|
|
12
|
+
<RequiredModel ModelUri="http://opcfoundation.org/UA/DI/" Version="1.01" PublicationDate="2012-12-31T00:00:00Z" />
|
|
13
|
+
</Model>
|
|
14
|
+
</Models>
|
|
15
|
+
</UANodeSet>
|
|
16
|
+
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<UANodeSet
|
|
3
|
-
Version="1.02" LastModified="2013-03-06T05:36:44.0862658Z"
|
|
4
|
-
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
5
|
-
<NamespaceUris>
|
|
6
|
-
<Uri>mydemo/</Uri>
|
|
7
|
-
<Uri>http://opcfoundation.org/UA/DI/</Uri>
|
|
8
|
-
</NamespaceUris>
|
|
9
|
-
|
|
10
|
-
<Aliases>
|
|
11
|
-
<Alias Alias="Boolean">i=1</Alias>
|
|
12
|
-
<Alias Alias="NodeId">i=17</Alias>
|
|
13
|
-
<Alias Alias="HasTypeDefinition">i=40</Alias>
|
|
14
|
-
<Alias Alias="HasSubtype">i=45</Alias>
|
|
15
|
-
</Aliases>
|
|
16
|
-
|
|
17
|
-
<UAVariable DataType="EUInformation" ParentNodeId="ns=1;i=6037" NodeId="ns=1;i=6038" BrowseName="EngineeringUnits">
|
|
18
|
-
<DisplayName>EngineeringUnits</DisplayName>
|
|
19
|
-
<References>
|
|
20
|
-
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6037</Reference>
|
|
21
|
-
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
22
|
-
</References>
|
|
23
|
-
<Value>
|
|
24
|
-
<uax:ExtensionObject>
|
|
25
|
-
<uax:TypeId>
|
|
26
|
-
<uax:Identifier>i=888</uax:Identifier>
|
|
27
|
-
</uax:TypeId>
|
|
28
|
-
<uax:Body>
|
|
29
|
-
<uax:EUInformation>
|
|
30
|
-
<uax:NamespaceUri>http://www.opcfoundation.org/UA/units/un/cefact</uax:NamespaceUri>
|
|
31
|
-
<uax:UnitId>5066068</uax:UnitId>
|
|
32
|
-
<uax:DisplayName>
|
|
33
|
-
<uax:Text>mm</uax:Text>
|
|
34
|
-
</uax:DisplayName>
|
|
35
|
-
<uax:Description>
|
|
36
|
-
<uax:Locale>meter</uax:Locale>
|
|
37
|
-
<uax:Text>millimetre</uax:Text>
|
|
38
|
-
</uax:Description>
|
|
39
|
-
</uax:EUInformation>
|
|
40
|
-
</uax:Body>
|
|
41
|
-
</uax:ExtensionObject>
|
|
42
|
-
</Value>
|
|
43
|
-
</UAVariable>
|
|
44
|
-
</UANodeSet>
|
|
45
|
-
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<UANodeSet
|
|
3
|
+
Version="1.02" LastModified="2013-03-06T05:36:44.0862658Z"
|
|
4
|
+
xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
|
|
5
|
+
<NamespaceUris>
|
|
6
|
+
<Uri>mydemo/</Uri>
|
|
7
|
+
<Uri>http://opcfoundation.org/UA/DI/</Uri>
|
|
8
|
+
</NamespaceUris>
|
|
9
|
+
|
|
10
|
+
<Aliases>
|
|
11
|
+
<Alias Alias="Boolean">i=1</Alias>
|
|
12
|
+
<Alias Alias="NodeId">i=17</Alias>
|
|
13
|
+
<Alias Alias="HasTypeDefinition">i=40</Alias>
|
|
14
|
+
<Alias Alias="HasSubtype">i=45</Alias>
|
|
15
|
+
</Aliases>
|
|
16
|
+
|
|
17
|
+
<UAVariable DataType="EUInformation" ParentNodeId="ns=1;i=6037" NodeId="ns=1;i=6038" BrowseName="EngineeringUnits">
|
|
18
|
+
<DisplayName>EngineeringUnits</DisplayName>
|
|
19
|
+
<References>
|
|
20
|
+
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=6037</Reference>
|
|
21
|
+
<Reference ReferenceType="HasTypeDefinition">i=68</Reference>
|
|
22
|
+
</References>
|
|
23
|
+
<Value>
|
|
24
|
+
<uax:ExtensionObject>
|
|
25
|
+
<uax:TypeId>
|
|
26
|
+
<uax:Identifier>i=888</uax:Identifier>
|
|
27
|
+
</uax:TypeId>
|
|
28
|
+
<uax:Body>
|
|
29
|
+
<uax:EUInformation>
|
|
30
|
+
<uax:NamespaceUri>http://www.opcfoundation.org/UA/units/un/cefact</uax:NamespaceUri>
|
|
31
|
+
<uax:UnitId>5066068</uax:UnitId>
|
|
32
|
+
<uax:DisplayName>
|
|
33
|
+
<uax:Text>mm</uax:Text>
|
|
34
|
+
</uax:DisplayName>
|
|
35
|
+
<uax:Description>
|
|
36
|
+
<uax:Locale>meter</uax:Locale>
|
|
37
|
+
<uax:Text>millimetre</uax:Text>
|
|
38
|
+
</uax:Description>
|
|
39
|
+
</uax:EUInformation>
|
|
40
|
+
</uax:Body>
|
|
41
|
+
</uax:ExtensionObject>
|
|
42
|
+
</Value>
|
|
43
|
+
</UAVariable>
|
|
44
|
+
</UANodeSet>
|
|
45
|
+
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module node-opcua-address-space
|
|
3
|
-
*/
|
|
4
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
5
|
-
import { StatusCode } from "node-opcua-status-code";
|
|
6
|
-
import { ConditionSnapshot } from "../../../src/alarms_and_conditions/condition_snapshot";
|
|
7
|
-
import { UAEventType, UAObject, UAVariable } from "../../address_space_ts";
|
|
8
|
-
import { ConditionInfoOptions } from "./condition_info_i";
|
|
9
|
-
export interface UAConditionBase extends UAEventType {
|
|
10
|
-
getBranchCount(): number;
|
|
11
|
-
getBranches(): ConditionSnapshot[];
|
|
12
|
-
getBranchId(): NodeId[];
|
|
13
|
-
createBranch(): ConditionSnapshot;
|
|
14
|
-
getEnabledState(): boolean;
|
|
15
|
-
getEnabledStateAsString(): string;
|
|
16
|
-
setEnableState(state: boolean): StatusCode;
|
|
17
|
-
setTime(time: Date): void;
|
|
18
|
-
conditionOfNode(): UAVariable | UAObject | null;
|
|
19
|
-
currentBranch(): ConditionSnapshot;
|
|
20
|
-
raiseConditionEvent(condition: ConditionSnapshot, renewEventId: boolean): void;
|
|
21
|
-
raiseNewCondition(conditionInfo: ConditionInfoOptions): void;
|
|
22
|
-
raiseNewBranchState(condition: ConditionSnapshot): void;
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ua_condition_base_i.js","sourceRoot":"","sources":["../../../../source/interfaces/alarms_and_conditions/ua_condition_base_i.ts"],"names":[],"mappings":""}
|