node-opcua-nodeset-machine-vision 2.75.0 → 2.77.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.
Files changed (128) hide show
  1. package/dist/dt_binary_id_base.d.ts +8 -5
  2. package/dist/dt_binary_id_base.js +1 -0
  3. package/dist/dt_binary_id_base.js.map +1 -1
  4. package/dist/dt_configuration.d.ts +5 -2
  5. package/dist/dt_configuration.js +1 -0
  6. package/dist/dt_configuration.js.map +1 -1
  7. package/dist/dt_configuration_id.d.ts +8 -5
  8. package/dist/dt_configuration_id.js +1 -0
  9. package/dist/dt_configuration_id.js.map +1 -1
  10. package/dist/dt_configuration_transfer_options.d.ts +3 -0
  11. package/dist/dt_configuration_transfer_options.js +1 -0
  12. package/dist/dt_configuration_transfer_options.js.map +1 -1
  13. package/dist/dt_job_id.d.ts +3 -0
  14. package/dist/dt_job_id.js +1 -0
  15. package/dist/dt_job_id.js.map +1 -1
  16. package/dist/dt_meas_id.d.ts +4 -1
  17. package/dist/dt_meas_id.js +1 -0
  18. package/dist/dt_meas_id.js.map +1 -1
  19. package/dist/dt_part_id.d.ts +4 -1
  20. package/dist/dt_part_id.js +1 -0
  21. package/dist/dt_part_id.js.map +1 -1
  22. package/dist/dt_processing_times.d.ts +5 -2
  23. package/dist/dt_processing_times.js +1 -0
  24. package/dist/dt_processing_times.js.map +1 -1
  25. package/dist/dt_product.d.ts +3 -0
  26. package/dist/dt_product.js +1 -0
  27. package/dist/dt_product.js.map +1 -1
  28. package/dist/dt_product_id.d.ts +4 -1
  29. package/dist/dt_product_id.js +1 -0
  30. package/dist/dt_product_id.js.map +1 -1
  31. package/dist/dt_recipe_id_external.d.ts +8 -5
  32. package/dist/dt_recipe_id_external.js +1 -0
  33. package/dist/dt_recipe_id_external.js.map +1 -1
  34. package/dist/dt_recipe_id_internal.d.ts +8 -5
  35. package/dist/dt_recipe_id_internal.js +1 -0
  36. package/dist/dt_recipe_id_internal.js.map +1 -1
  37. package/dist/dt_recipe_transfer_options.d.ts +3 -0
  38. package/dist/dt_recipe_transfer_options.js +1 -0
  39. package/dist/dt_recipe_transfer_options.js.map +1 -1
  40. package/dist/dt_result.d.ts +13 -9
  41. package/dist/dt_result.js +1 -0
  42. package/dist/dt_result.js.map +1 -1
  43. package/dist/dt_result_id.d.ts +3 -0
  44. package/dist/dt_result_id.js +1 -0
  45. package/dist/dt_result_id.js.map +1 -1
  46. package/dist/dt_result_transfer_options.d.ts +3 -0
  47. package/dist/dt_result_transfer_options.js +1 -0
  48. package/dist/dt_result_transfer_options.js.map +1 -1
  49. package/dist/dt_system_state_description.d.ts +4 -1
  50. package/dist/dt_system_state_description.js +1 -0
  51. package/dist/dt_system_state_description.js.map +1 -1
  52. package/dist/ua_acquisition_done_event.d.ts +1 -1
  53. package/dist/ua_configuration_folder.d.ts +1 -2
  54. package/dist/ua_configuration_management.d.ts +1 -1
  55. package/dist/ua_enter_step_sequence_event.d.ts +1 -1
  56. package/dist/ua_error_event.d.ts +1 -2
  57. package/dist/ua_error_resolved_event.d.ts +1 -2
  58. package/dist/ua_job_started_event.d.ts +1 -1
  59. package/dist/ua_leave_step_sequence_event.d.ts +1 -2
  60. package/dist/ua_next_step_event.d.ts +1 -1
  61. package/dist/ua_product_folder.d.ts +1 -2
  62. package/dist/ua_ready_event.d.ts +1 -1
  63. package/dist/ua_recipe.d.ts +5 -5
  64. package/dist/ua_recipe_folder.d.ts +1 -2
  65. package/dist/ua_recipe_management.d.ts +1 -1
  66. package/dist/ua_recipe_prepared_event.d.ts +3 -3
  67. package/dist/ua_result.d.ts +17 -17
  68. package/dist/ua_result_folder.d.ts +1 -2
  69. package/dist/ua_result_ready_event.d.ts +14 -14
  70. package/dist/ua_safety_state_management.d.ts +2 -2
  71. package/dist/ua_state_changed_event.d.ts +1 -2
  72. package/dist/ua_vision_condition.d.ts +14 -14
  73. package/dist/ua_vision_diagnostic_info_event.d.ts +1 -2
  74. package/dist/ua_vision_error_condition.d.ts +1 -2
  75. package/dist/ua_vision_event.d.ts +10 -10
  76. package/dist/ua_vision_information_event.d.ts +1 -2
  77. package/dist/ua_vision_persistent_error_condition.d.ts +1 -2
  78. package/dist/ua_vision_safety_event.d.ts +2 -2
  79. package/dist/ua_vision_system.d.ts +2 -2
  80. package/dist/ua_vision_warning_condition.d.ts +1 -2
  81. package/package.json +10 -9
  82. package/source/dt_binary_id_base.ts +13 -11
  83. package/source/dt_configuration.ts +10 -8
  84. package/source/dt_configuration_id.ts +13 -11
  85. package/source/dt_configuration_transfer_options.ts +5 -3
  86. package/source/dt_job_id.ts +5 -3
  87. package/source/dt_meas_id.ts +7 -5
  88. package/source/dt_part_id.ts +7 -5
  89. package/source/dt_processing_times.ts +10 -8
  90. package/source/dt_product.ts +5 -3
  91. package/source/dt_product_id.ts +7 -5
  92. package/source/dt_recipe_id_external.ts +13 -11
  93. package/source/dt_recipe_id_internal.ts +13 -11
  94. package/source/dt_recipe_transfer_options.ts +5 -3
  95. package/source/dt_result.ts +30 -27
  96. package/source/dt_result_id.ts +5 -3
  97. package/source/dt_result_transfer_options.ts +5 -3
  98. package/source/dt_system_state_description.ts +7 -5
  99. package/source/ua_acquisition_done_event.ts +1 -1
  100. package/source/ua_configuration_folder.ts +2 -3
  101. package/source/ua_configuration_management.ts +1 -1
  102. package/source/ua_enter_step_sequence_event.ts +1 -1
  103. package/source/ua_error_event.ts +2 -3
  104. package/source/ua_error_resolved_event.ts +1 -2
  105. package/source/ua_job_started_event.ts +1 -1
  106. package/source/ua_leave_step_sequence_event.ts +1 -2
  107. package/source/ua_next_step_event.ts +1 -1
  108. package/source/ua_product_folder.ts +1 -2
  109. package/source/ua_ready_event.ts +1 -1
  110. package/source/ua_recipe.ts +5 -5
  111. package/source/ua_recipe_folder.ts +2 -3
  112. package/source/ua_recipe_management.ts +1 -1
  113. package/source/ua_recipe_prepared_event.ts +3 -3
  114. package/source/ua_result.ts +18 -18
  115. package/source/ua_result_folder.ts +2 -3
  116. package/source/ua_result_ready_event.ts +15 -15
  117. package/source/ua_safety_state_management.ts +2 -2
  118. package/source/ua_state_changed_event.ts +1 -2
  119. package/source/ua_vision_automatic_mode_state_machine.ts +1 -1
  120. package/source/ua_vision_condition.ts +15 -15
  121. package/source/ua_vision_diagnostic_info_event.ts +1 -2
  122. package/source/ua_vision_error_condition.ts +1 -2
  123. package/source/ua_vision_event.ts +10 -10
  124. package/source/ua_vision_information_event.ts +1 -2
  125. package/source/ua_vision_persistent_error_condition.ts +1 -2
  126. package/source/ua_vision_safety_event.ts +2 -2
  127. package/source/ua_vision_system.ts +2 -2
  128. package/source/ua_vision_warning_condition.ts +1 -2
@@ -7,7 +7,6 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
7
7
  * |typedDefinition |4:LeaveStepSequenceEventType ns=4;i=1029 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UALeaveStepSequenceEvent_Base extends UABaseEvent_Base {
11
- }
10
+ export declare type UALeaveStepSequenceEvent_Base = UABaseEvent_Base;
12
11
  export interface UALeaveStepSequenceEvent extends UABaseEvent, UALeaveStepSequenceEvent_Base {
13
12
  }
@@ -11,7 +11,7 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
11
11
  * |isAbstract |false |
12
12
  */
13
13
  export interface UANextStepEvent_Base extends UABaseEvent_Base {
14
- step: UAProperty<Int32, /*z*/ DataType.Int32>;
14
+ step: UAProperty<Int32, DataType.Int32>;
15
15
  }
16
16
  export interface UANextStepEvent extends UABaseEvent, UANextStepEvent_Base {
17
17
  }
@@ -7,7 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
7
7
  * |typedDefinition |4:ProductFolderType ns=4;i=1010 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAProductFolder_Base extends UAFolder_Base {
11
- }
10
+ export declare type UAProductFolder_Base = UAFolder_Base;
12
11
  export interface UAProductFolder extends UAFolder, UAProductFolder_Base {
13
12
  }
@@ -11,7 +11,7 @@ import { DTJobId } from "./dt_job_id";
11
11
  * |isAbstract |false |
12
12
  */
13
13
  export interface UAReadyEvent_Base extends UABaseEvent_Base {
14
- jobId: UAProperty<DTJobId, /*z*/ DataType.ExtensionObject>;
14
+ jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
15
15
  }
16
16
  export interface UAReadyEvent extends UABaseEvent, UAReadyEvent_Base {
17
17
  }
@@ -19,7 +19,7 @@ export interface UARecipe_Base {
19
19
  * vision system. The ExternalID is only managed by
20
20
  * the host system.
21
21
  */
22
- externalId?: UAProperty<DTRecipeIdExternal, /*z*/ DataType.ExtensionObject>;
22
+ externalId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
23
23
  /**
24
24
  * handle
25
25
  * The file handle refers to the recipe data, which
@@ -33,14 +33,14 @@ export interface UARecipe_Base {
33
33
  * System-wide unique ID for identifying a recipe.
34
34
  * This ID is assigned by the vision system.
35
35
  */
36
- internalId: UAProperty<DTRecipeIdInternal, /*z*/ DataType.ExtensionObject>;
37
- isPrepared: UAProperty<boolean, /*z*/ DataType.Boolean>;
36
+ internalId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
37
+ isPrepared: UAProperty<boolean, DataType.Boolean>;
38
38
  /**
39
39
  * lastModified
40
40
  * The time when this recipe was last modified.
41
41
  */
42
- lastModified: UAProperty<Date, /*z*/ DataType.DateTime>;
43
- linkedProducts?: UAProperty<DTProductId[], /*z*/ DataType.ExtensionObject>;
42
+ lastModified: UAProperty<Date, DataType.DateTime>;
43
+ linkedProducts?: UAProperty<DTProductId[], DataType.ExtensionObject>;
44
44
  linkProduct?: UAMethod;
45
45
  prepare: UAMethod;
46
46
  unlinkProduct?: UAMethod;
@@ -7,7 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
7
7
  * |typedDefinition |4:RecipeFolderType ns=4;i=1008 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UARecipeFolder_Base extends UAFolder_Base {
11
- }
10
+ export declare type UARecipeFolder_Base = UAFolder_Base;
12
11
  export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {
13
12
  }
@@ -6,7 +6,7 @@ import { UAProductFolder } from "./ua_product_folder";
6
6
  import { UARecipeFolder } from "./ua_recipe_folder";
7
7
  import { UARecipeTransfer } from "./ua_recipe_transfer";
8
8
  export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Product$"> {
9
- "$Product$": UABaseDataVariable<DTProduct, /*z*/ DataType.ExtensionObject>;
9
+ "$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
10
10
  }
11
11
  /**
12
12
  * | | |
@@ -13,9 +13,9 @@ import { DTProductId } from "./dt_product_id";
13
13
  * |isAbstract |false |
14
14
  */
15
15
  export interface UARecipePreparedEvent_Base extends UABaseEvent_Base {
16
- externalId?: UAProperty<DTRecipeIdExternal, /*z*/ DataType.ExtensionObject>;
17
- internalId: UAProperty<DTRecipeIdInternal, /*z*/ DataType.ExtensionObject>;
18
- productId?: UAProperty<DTProductId, /*z*/ DataType.ExtensionObject>;
16
+ externalId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
17
+ internalId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
18
+ productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
19
19
  }
20
20
  export interface UARecipePreparedEvent extends UABaseEvent, UARecipePreparedEvent_Base {
21
21
  }
@@ -21,23 +21,23 @@ import { DTResultId } from "./dt_result_id";
21
21
  * |dataType Name |DTResult ns=4;i=3006 |
22
22
  * |isAbstract |false |
23
23
  */
24
- export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, /*e*/ DataType.ExtensionObject> {
25
- creationTime: UABaseDataVariable<Date, /*z*/ DataType.DateTime>;
26
- externalConfigurationId?: UABaseDataVariable<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
27
- externalRecipeId?: UABaseDataVariable<DTRecipeIdExternal, /*z*/ DataType.ExtensionObject>;
28
- hasTransferableDataOnFile?: UABaseDataVariable<boolean, /*z*/ DataType.Boolean>;
29
- internalConfigurationId: UABaseDataVariable<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
30
- internalRecipeId: UABaseDataVariable<DTRecipeIdInternal, /*z*/ DataType.ExtensionObject>;
31
- isPartial: UABaseDataVariable<boolean, /*z*/ DataType.Boolean>;
32
- isSimulated?: UABaseDataVariable<boolean, /*z*/ DataType.Boolean>;
33
- jobId: UABaseDataVariable<DTJobId, /*z*/ DataType.ExtensionObject>;
34
- measId?: UABaseDataVariable<DTMeasId, /*z*/ DataType.ExtensionObject>;
35
- partId?: UABaseDataVariable<DTPartId, /*z*/ DataType.ExtensionObject>;
36
- processingTimes?: UABaseDataVariable<DTProcessingTimes, /*z*/ DataType.ExtensionObject>;
37
- productId?: UABaseDataVariable<DTProductId, /*z*/ DataType.ExtensionObject>;
24
+ export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
25
+ creationTime: UABaseDataVariable<Date, DataType.DateTime>;
26
+ externalConfigurationId?: UABaseDataVariable<DTConfigurationId, DataType.ExtensionObject>;
27
+ externalRecipeId?: UABaseDataVariable<DTRecipeIdExternal, DataType.ExtensionObject>;
28
+ hasTransferableDataOnFile?: UABaseDataVariable<boolean, DataType.Boolean>;
29
+ internalConfigurationId: UABaseDataVariable<DTConfigurationId, DataType.ExtensionObject>;
30
+ internalRecipeId: UABaseDataVariable<DTRecipeIdInternal, DataType.ExtensionObject>;
31
+ isPartial: UABaseDataVariable<boolean, DataType.Boolean>;
32
+ isSimulated?: UABaseDataVariable<boolean, DataType.Boolean>;
33
+ jobId: UABaseDataVariable<DTJobId, DataType.ExtensionObject>;
34
+ measId?: UABaseDataVariable<DTMeasId, DataType.ExtensionObject>;
35
+ partId?: UABaseDataVariable<DTPartId, DataType.ExtensionObject>;
36
+ processingTimes?: UABaseDataVariable<DTProcessingTimes, DataType.ExtensionObject>;
37
+ productId?: UABaseDataVariable<DTProductId, DataType.ExtensionObject>;
38
38
  resultContent?: UABaseDataVariable<any, any>;
39
- resultId: UABaseDataVariable<DTResultId, /*z*/ DataType.ExtensionObject>;
40
- resultState: UABaseDataVariable<Int32, /*z*/ DataType.Int32>;
39
+ resultId: UABaseDataVariable<DTResultId, DataType.ExtensionObject>;
40
+ resultState: UABaseDataVariable<Int32, DataType.Int32>;
41
41
  }
42
- export interface UAResult<T extends DTResult> extends UABaseDataVariable<T, /*n*/ DataType.ExtensionObject>, UAResult_Base<T> {
42
+ export interface UAResult<T extends DTResult> extends UABaseDataVariable<T, DataType.ExtensionObject>, UAResult_Base<T> {
43
43
  }
@@ -7,7 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
7
7
  * |typedDefinition |4:ResultFolderType ns=4;i=1016 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAResultFolder_Base extends UAFolder_Base {
11
- }
10
+ export declare type UAResultFolder_Base = UAFolder_Base;
12
11
  export interface UAResultFolder extends UAFolder, UAResultFolder_Base {
13
12
  }
@@ -20,21 +20,21 @@ import { DTResultId } from "./dt_result_id";
20
20
  * |isAbstract |false |
21
21
  */
22
22
  export interface UAResultReadyEvent_Base extends UABaseEvent_Base {
23
- creationTime: UAProperty<Date, /*z*/ DataType.DateTime>;
24
- externalConfigurationId?: UAProperty<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
25
- externalRecipeId?: UAProperty<DTRecipeIdExternal, /*z*/ DataType.ExtensionObject>;
26
- internalConfigurationId: UAProperty<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
27
- internalRecipeId: UAProperty<DTRecipeIdInternal, /*z*/ DataType.ExtensionObject>;
28
- isPartial: UAProperty<boolean, /*z*/ DataType.Boolean>;
29
- isSimulated?: UAProperty<boolean, /*z*/ DataType.Boolean>;
30
- jobId: UAProperty<DTJobId, /*z*/ DataType.ExtensionObject>;
31
- measId?: UAProperty<DTMeasId, /*z*/ DataType.ExtensionObject>;
32
- partId?: UAProperty<DTPartId, /*z*/ DataType.ExtensionObject>;
33
- processingTimes?: UAProperty<DTProcessingTimes, /*z*/ DataType.ExtensionObject>;
34
- productId?: UAProperty<DTProductId, /*z*/ DataType.ExtensionObject>;
23
+ creationTime: UAProperty<Date, DataType.DateTime>;
24
+ externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
25
+ externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
26
+ internalConfigurationId: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
27
+ internalRecipeId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
28
+ isPartial: UAProperty<boolean, DataType.Boolean>;
29
+ isSimulated?: UAProperty<boolean, DataType.Boolean>;
30
+ jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
31
+ measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
32
+ partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
33
+ processingTimes?: UAProperty<DTProcessingTimes, DataType.ExtensionObject>;
34
+ productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
35
35
  resultContent?: UAProperty<any, any>;
36
- resultId: UAProperty<DTResultId, /*z*/ DataType.ExtensionObject>;
37
- resultState: UAProperty<Int32, /*z*/ DataType.Int32>;
36
+ resultId: UAProperty<DTResultId, DataType.ExtensionObject>;
37
+ resultState: UAProperty<Int32, DataType.Int32>;
38
38
  }
39
39
  export interface UAResultReadyEvent extends UABaseEvent, UAResultReadyEvent_Base {
40
40
  }
@@ -12,8 +12,8 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
12
12
  */
13
13
  export interface UASafetyStateManagement_Base {
14
14
  reportSafetyState: UAMethod;
15
- visionSafetyInformation: UABaseDataVariable<UAString, /*z*/ DataType.String>;
16
- visionSafetyTriggered: UABaseDataVariable<boolean, /*z*/ DataType.Boolean>;
15
+ visionSafetyInformation: UABaseDataVariable<UAString, DataType.String>;
16
+ visionSafetyTriggered: UABaseDataVariable<boolean, DataType.Boolean>;
17
17
  }
18
18
  export interface UASafetyStateManagement extends UAObject, UASafetyStateManagement_Base {
19
19
  }
@@ -7,7 +7,6 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
7
7
  * |typedDefinition |4:StateChangedEventType ns=4;i=1018 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAStateChangedEvent_Base extends UATransitionEvent_Base {
11
- }
10
+ export declare type UAStateChangedEvent_Base = UATransitionEvent_Base;
12
11
  export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
13
12
  }
@@ -19,20 +19,20 @@ import { DTResultId } from "./dt_result_id";
19
19
  * |isAbstract |true |
20
20
  */
21
21
  export interface UAVisionCondition_Base extends UAAcknowledgeableCondition_Base {
22
- blockReaction: UAProperty<boolean, /*z*/ DataType.Boolean>;
23
- causePath?: UAProperty<UAString, /*z*/ DataType.String>;
24
- errorCode?: UAProperty<UInt64, /*z*/ DataType.UInt64>;
25
- errorString?: UAProperty<UAString, /*z*/ DataType.String>;
26
- externalConfigurationId?: UAProperty<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
27
- externalRecipeId?: UAProperty<DTRecipeIdExternal, /*z*/ DataType.ExtensionObject>;
28
- internalConfigurationId?: UAProperty<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
29
- internalRecipeId?: UAProperty<DTRecipeIdInternal, /*z*/ DataType.ExtensionObject>;
30
- jobId?: UAProperty<DTJobId, /*z*/ DataType.ExtensionObject>;
31
- measId?: UAProperty<DTMeasId, /*z*/ DataType.ExtensionObject>;
32
- partId?: UAProperty<DTPartId, /*z*/ DataType.ExtensionObject>;
33
- productId?: UAProperty<DTProductId, /*z*/ DataType.ExtensionObject>;
34
- resultId?: UAProperty<DTResultId, /*z*/ DataType.ExtensionObject>;
35
- stopReaction: UAProperty<boolean, /*z*/ DataType.Boolean>;
22
+ blockReaction: UAProperty<boolean, DataType.Boolean>;
23
+ causePath?: UAProperty<UAString, DataType.String>;
24
+ errorCode?: UAProperty<UInt64, DataType.UInt64>;
25
+ errorString?: UAProperty<UAString, DataType.String>;
26
+ externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
27
+ externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
28
+ internalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
29
+ internalRecipeId?: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
30
+ jobId?: UAProperty<DTJobId, DataType.ExtensionObject>;
31
+ measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
32
+ partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
33
+ productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
34
+ resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
35
+ stopReaction: UAProperty<boolean, DataType.Boolean>;
36
36
  }
37
37
  export interface UAVisionCondition extends UAAcknowledgeableCondition, UAVisionCondition_Base {
38
38
  }
@@ -7,7 +7,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
7
7
  * |typedDefinition |4:VisionDiagnosticInfoEventType ns=4;i=1037 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAVisionDiagnosticInfoEvent_Base extends UAVisionEvent_Base {
11
- }
10
+ export declare type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
12
11
  export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
13
12
  }
@@ -7,7 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
7
7
  * |typedDefinition |4:VisionErrorConditionType ns=4;i=1035 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAVisionErrorCondition_Base extends UAVisionCondition_Base {
11
- }
10
+ export declare type UAVisionErrorCondition_Base = UAVisionCondition_Base;
12
11
  export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
13
12
  }
@@ -19,16 +19,16 @@ import { DTResultId } from "./dt_result_id";
19
19
  * |isAbstract |true |
20
20
  */
21
21
  export interface UAVisionEvent_Base extends UABaseEvent_Base {
22
- causePath?: UAProperty<UAString, /*z*/ DataType.String>;
23
- externalConfigurationId?: UAProperty<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
24
- externalRecipeId?: UAProperty<DTRecipeIdExternal, /*z*/ DataType.ExtensionObject>;
25
- internalConfigurationId?: UAProperty<DTConfigurationId, /*z*/ DataType.ExtensionObject>;
26
- internalRecipeId?: UAProperty<DTRecipeIdInternal, /*z*/ DataType.ExtensionObject>;
27
- jobId?: UAProperty<DTJobId, /*z*/ DataType.ExtensionObject>;
28
- measId?: UAProperty<DTMeasId, /*z*/ DataType.ExtensionObject>;
29
- partId?: UAProperty<DTPartId, /*z*/ DataType.ExtensionObject>;
30
- productId?: UAProperty<DTProductId, /*z*/ DataType.ExtensionObject>;
31
- resultId?: UAProperty<DTResultId, /*z*/ DataType.ExtensionObject>;
22
+ causePath?: UAProperty<UAString, DataType.String>;
23
+ externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
24
+ externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
25
+ internalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
26
+ internalRecipeId?: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
27
+ jobId?: UAProperty<DTJobId, DataType.ExtensionObject>;
28
+ measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
29
+ partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
30
+ productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
31
+ resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
32
32
  }
33
33
  export interface UAVisionEvent extends UABaseEvent, UAVisionEvent_Base {
34
34
  }
@@ -7,7 +7,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
7
7
  * |typedDefinition |4:VisionInformationEventType ns=4;i=1038 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAVisionInformationEvent_Base extends UAVisionEvent_Base {
11
- }
10
+ export declare type UAVisionInformationEvent_Base = UAVisionEvent_Base;
12
11
  export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
13
12
  }
@@ -7,7 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
7
7
  * |typedDefinition |4:VisionPersistentErrorConditionType ns=4;i=1036 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAVisionPersistentErrorCondition_Base extends UAVisionCondition_Base {
11
- }
10
+ export declare type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
12
11
  export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
13
12
  }
@@ -11,8 +11,8 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
11
11
  * |isAbstract |false |
12
12
  */
13
13
  export interface UAVisionSafetyEvent_Base extends UABaseEvent_Base {
14
- visionSafetyInformation: UAProperty<UAString, /*z*/ DataType.String>;
15
- visionSafetyTriggered: UAProperty<boolean, /*z*/ DataType.Boolean>;
14
+ visionSafetyInformation: UAProperty<UAString, DataType.String>;
15
+ visionSafetyTriggered: UAProperty<boolean, DataType.Boolean>;
16
16
  }
17
17
  export interface UAVisionSafetyEvent extends UABaseEvent, UAVisionSafetyEvent_Base {
18
18
  }
@@ -38,11 +38,11 @@ export interface UAVisionSystem_visionStateMachine extends Omit<UAVisionStateMac
38
38
  */
39
39
  export interface UAVisionSystem_Base {
40
40
  configurationManagement?: UAConfigurationManagement;
41
- diagnosticLevel?: UABaseDataVariable<UInt16, /*z*/ DataType.UInt16>;
41
+ diagnosticLevel?: UABaseDataVariable<UInt16, DataType.UInt16>;
42
42
  recipeManagement?: UARecipeManagement;
43
43
  resultManagement?: UAResultManagement;
44
44
  safetyStateManagement?: UASafetyStateManagement;
45
- systemState?: UABaseDataVariable<DTSystemStateDescription, /*z*/ DataType.ExtensionObject>;
45
+ systemState?: UABaseDataVariable<DTSystemStateDescription, DataType.ExtensionObject>;
46
46
  visionStateMachine: UAVisionSystem_visionStateMachine;
47
47
  }
48
48
  export interface UAVisionSystem extends UAObject, UAVisionSystem_Base {
@@ -7,7 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
7
7
  * |typedDefinition |4:VisionWarningConditionType ns=4;i=1034 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export interface UAVisionWarningCondition_Base extends UAVisionCondition_Base {
11
- }
10
+ export declare type UAVisionWarningCondition_Base = UAVisionCondition_Base;
12
11
  export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {
13
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machine-vision",
3
- "version": "2.75.0",
3
+ "version": "2.77.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,13 +10,14 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.75.0",
14
- "node-opcua-basic-types": "2.74.0",
15
- "node-opcua-data-model": "2.75.0",
16
- "node-opcua-nodeid": "2.74.0",
17
- "node-opcua-nodeset-ua": "2.75.0",
18
- "node-opcua-status-code": "2.74.0",
19
- "node-opcua-variant": "2.75.0"
13
+ "node-opcua-address-space-base": "2.77.0",
14
+ "node-opcua-basic-types": "2.77.0",
15
+ "node-opcua-data-model": "2.77.0",
16
+ "node-opcua-extension-object": "2.77.0",
17
+ "node-opcua-nodeid": "2.77.0",
18
+ "node-opcua-nodeset-ua": "2.77.0",
19
+ "node-opcua-status-code": "2.77.0",
20
+ "node-opcua-variant": "2.77.0"
20
21
  },
21
- "gitHead": "5ccb835ca480c2a8a591ae61b5949a9d8bad4017"
22
+ "gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b"
22
23
  }
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { LocalizedText } from "node-opcua-data-model"
3
3
  import { UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
6
  /**
6
7
  * | | |
@@ -10,16 +11,17 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
10
11
  * | name |4:BinaryIdBaseDataType |
11
12
  * | isAbstract|true |
12
13
  */
13
- export interface DTBinaryIdBase extends DTStructure {
14
- /** Id is a system-wide unique name for identifying the recipe.*/
14
+ export interface DTBinaryIdBase extends DTStructure {
15
+ /** Id is a system-wide unique name for identifying the recipe.*/
15
16
  id: UAString; // String ns=4;i=3017
16
- /** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
17
- version: UAString; // String ns=4;i=3017
18
- /** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
17
+ /** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
18
+ version?: UAString; // String ns=4;i=3017
19
+ /** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
19
20
  The hash is supposed to be provided by the environment if existing. The environment shall use the same hash function on all recipes so that a difference in the hash indicates a difference in the recipe. It is recommended to use the SHA-256 algorithm for computing the hash, however, the actual algorithm is implementation-defined.*/
20
- hash: Buffer; // ByteString ns=0;i=15
21
- /** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
22
- hashAlgorithm: UAString; // String ns=0;i=12
23
- /** Optional short human readable description of the configuration.*/
24
- description: LocalizedText; // LocalizedText ns=0;i=21
25
- }
21
+ hash?: Buffer; // ByteString ns=0;i=15
22
+ /** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
23
+ hashAlgorithm?: UAString; // String ns=0;i=12
24
+ /** Optional short human readable description of the configuration.*/
25
+ description?: LocalizedText; // LocalizedText ns=0;i=21
26
+ }
27
+ export interface UDTBinaryIdBase extends ExtensionObject, DTBinaryIdBase {};
@@ -1,4 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
+ import { ExtensionObject } from "node-opcua-extension-object"
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
3
4
  import { DTConfigurationId } from "./dt_configuration_id"
4
5
  /**
@@ -9,13 +10,14 @@ import { DTConfigurationId } from "./dt_configuration_id"
9
10
  * | name |4:ConfigurationDataType |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTConfiguration extends DTStructure {
13
- /** Indicates that actual content of the configuration may be transferred through temporary file transfer method.*/
14
- hasTransferableDataOnFile: boolean; // Boolean ns=0;i=1
15
- /** Identification of the configuration used by the environment. This argument must not be empty.*/
16
- externalId: DTConfigurationId; // ExtensionObject ns=4;i=3008
17
- /** System-wide unique ID for identifying a configuration. This ID is assigned by the vision system.*/
13
+ export interface DTConfiguration extends DTStructure {
14
+ /** Indicates that actual content of the configuration may be transferred through temporary file transfer method.*/
15
+ hasTransferableDataOnFile?: boolean; // Boolean ns=0;i=1
16
+ /** Identification of the configuration used by the environment. This argument must not be empty.*/
17
+ externalId?: DTConfigurationId; // ExtensionObject ns=4;i=3008
18
+ /** System-wide unique ID for identifying a configuration. This ID is assigned by the vision system.*/
18
19
  internalId: DTConfigurationId; // ExtensionObject ns=4;i=3008
19
- /** The time and date when this configuration was last modified.*/
20
+ /** The time and date when this configuration was last modified.*/
20
21
  lastModified: Date; // DateTime ns=0;i=294
21
- }
22
+ }
23
+ export interface UDTConfiguration extends ExtensionObject, DTConfiguration {};
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { LocalizedText } from "node-opcua-data-model"
3
3
  import { UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTBinaryIdBase } from "./dt_binary_id_base"
5
6
  /**
6
7
  * | | |
@@ -10,16 +11,17 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
10
11
  * | name |4:ConfigurationIdDataType |
11
12
  * | isAbstract|false |
12
13
  */
13
- export interface DTConfigurationId extends DTBinaryIdBase {
14
- /** Id is a system-wide unique name for identifying the recipe.*/
14
+ export interface DTConfigurationId extends DTBinaryIdBase {
15
+ /** Id is a system-wide unique name for identifying the recipe.*/
15
16
  id: UAString; // String ns=4;i=3017
16
- /** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
17
- version: UAString; // String ns=4;i=3017
18
- /** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
17
+ /** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
18
+ version?: UAString; // String ns=4;i=3017
19
+ /** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
19
20
  The hash is supposed to be provided by the environment if existing. The environment shall use the same hash function on all recipes so that a difference in the hash indicates a difference in the recipe. It is recommended to use the SHA-256 algorithm for computing the hash, however, the actual algorithm is implementation-defined.*/
20
- hash: Buffer; // ByteString ns=0;i=15
21
- /** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
22
- hashAlgorithm: UAString; // String ns=0;i=12
23
- /** Optional short human readable description of the configuration.*/
24
- description: LocalizedText; // LocalizedText ns=0;i=21
25
- }
21
+ hash?: Buffer; // ByteString ns=0;i=15
22
+ /** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
23
+ hashAlgorithm?: UAString; // String ns=0;i=12
24
+ /** Optional short human readable description of the configuration.*/
25
+ description?: LocalizedText; // LocalizedText ns=0;i=21
26
+ }
27
+ export interface UDTConfigurationId extends ExtensionObject, DTConfigurationId {};
@@ -1,4 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
+ import { ExtensionObject } from "node-opcua-extension-object"
2
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
3
4
  import { DTConfigurationId } from "./dt_configuration_id"
4
5
  /**
@@ -9,7 +10,8 @@ import { DTConfigurationId } from "./dt_configuration_id"
9
10
  * | name |4:ConfigurationTransferOptions |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTConfigurationTransferOptions extends DTStructure {
13
- /** The Id of the configuration to be transferred to or from the client.*/
13
+ export interface DTConfigurationTransferOptions extends DTStructure {
14
+ /** The Id of the configuration to be transferred to or from the client.*/
14
15
  internalId: DTConfigurationId; // ExtensionObject ns=4;i=3008
15
- }
16
+ }
17
+ export interface UDTConfigurationTransferOptions extends ExtensionObject, DTConfigurationTransferOptions {};
@@ -1,5 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAString } from "node-opcua-basic-types"
3
+ import { ExtensionObject } from "node-opcua-extension-object"
3
4
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
5
  /**
5
6
  * | | |
@@ -9,7 +10,8 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
9
10
  * | name |4:JobIdDataType |
10
11
  * | isAbstract|false |
11
12
  */
12
- export interface DTJobId extends DTStructure {
13
- /** Id is a system-wide unique identifier/name for identifying the job carried out.*/
13
+ export interface DTJobId extends DTStructure {
14
+ /** Id is a system-wide unique identifier/name for identifying the job carried out.*/
14
15
  id: UAString; // String ns=4;i=3017
15
- }
16
+ }
17
+ export interface UDTJobId extends ExtensionObject, DTJobId {};
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { LocalizedText } from "node-opcua-data-model"
3
3
  import { UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
6
  /**
6
7
  * | | |
@@ -10,9 +11,10 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
10
11
  * | name |4:MeasIdDataType |
11
12
  * | isAbstract|false |
12
13
  */
13
- export interface DTMeasId extends DTStructure {
14
- /** Id is an identifier/name for identifying the measurement operation. This identifier is passed by the client to the vision system so no assumptions can be made about its uniqueness or other properties.*/
14
+ export interface DTMeasId extends DTStructure {
15
+ /** Id is an identifier/name for identifying the measurement operation. This identifier is passed by the client to the vision system so no assumptions can be made about its uniqueness or other properties.*/
15
16
  id: UAString; // String ns=4;i=3017
16
- /** Optional short human readable description of the measurement.*/
17
- description: LocalizedText; // LocalizedText ns=0;i=21
18
- }
17
+ /** Optional short human readable description of the measurement.*/
18
+ description?: LocalizedText; // LocalizedText ns=0;i=21
19
+ }
20
+ export interface UDTMeasId extends ExtensionObject, DTMeasId {};
@@ -1,6 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { LocalizedText } from "node-opcua-data-model"
3
3
  import { UAString } from "node-opcua-basic-types"
4
+ import { ExtensionObject } from "node-opcua-extension-object"
4
5
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
6
  /**
6
7
  * | | |
@@ -10,9 +11,10 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
10
11
  * | name |4:PartIdDataType |
11
12
  * | isAbstract|false |
12
13
  */
13
- export interface DTPartId extends DTStructure {
14
- /** Describes the connection between a unit under test and a result, which was created during the processing of a recipe applied on this unit under test. Usually passed by the client with a Start method call and not changed by the server.*/
14
+ export interface DTPartId extends DTStructure {
15
+ /** Describes the connection between a unit under test and a result, which was created during the processing of a recipe applied on this unit under test. Usually passed by the client with a Start method call and not changed by the server.*/
15
16
  id: UAString; // String ns=4;i=3017
16
- /** Optional short human readable description of the part.*/
17
- description: LocalizedText; // LocalizedText ns=0;i=21
18
- }
17
+ /** Optional short human readable description of the part.*/
18
+ description?: LocalizedText; // LocalizedText ns=0;i=21
19
+ }
20
+ export interface UDTPartId extends ExtensionObject, DTPartId {};