node-opcua-nodeset-machine-vision 2.102.0 → 2.103.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 (113) hide show
  1. package/dist/dt_binary_id_base.d.ts +6 -6
  2. package/dist/dt_configuration.d.ts +6 -6
  3. package/dist/dt_configuration_id.d.ts +6 -6
  4. package/dist/dt_configuration_transfer_options.d.ts +6 -6
  5. package/dist/dt_job_id.d.ts +6 -6
  6. package/dist/dt_meas_id.d.ts +6 -6
  7. package/dist/dt_part_id.d.ts +6 -6
  8. package/dist/dt_processing_times.d.ts +6 -6
  9. package/dist/dt_product.d.ts +6 -6
  10. package/dist/dt_product_id.d.ts +6 -6
  11. package/dist/dt_recipe_id_external.d.ts +6 -6
  12. package/dist/dt_recipe_id_internal.d.ts +6 -6
  13. package/dist/dt_recipe_transfer_options.d.ts +6 -6
  14. package/dist/dt_result.d.ts +6 -6
  15. package/dist/dt_result_id.d.ts +6 -6
  16. package/dist/dt_result_transfer_options.d.ts +6 -6
  17. package/dist/dt_system_state_description.d.ts +6 -6
  18. package/dist/enum_system_state.d.ts +6 -6
  19. package/dist/enum_system_state.js +6 -6
  20. package/dist/enum_tri_state_boolean.d.ts +6 -6
  21. package/dist/enum_tri_state_boolean.js +6 -6
  22. package/dist/ua_acquisition_done_event.d.ts +6 -6
  23. package/dist/ua_configuration_folder.d.ts +6 -6
  24. package/dist/ua_configuration_management.d.ts +6 -6
  25. package/dist/ua_configuration_transfer.d.ts +6 -6
  26. package/dist/ua_enter_step_sequence_event.d.ts +6 -6
  27. package/dist/ua_error_event.d.ts +6 -6
  28. package/dist/ua_error_resolved_event.d.ts +6 -6
  29. package/dist/ua_job_started_event.d.ts +6 -6
  30. package/dist/ua_leave_step_sequence_event.d.ts +6 -6
  31. package/dist/ua_next_step_event.d.ts +6 -6
  32. package/dist/ua_product_folder.d.ts +6 -6
  33. package/dist/ua_ready_event.d.ts +6 -6
  34. package/dist/ua_recipe.d.ts +6 -6
  35. package/dist/ua_recipe_folder.d.ts +6 -6
  36. package/dist/ua_recipe_management.d.ts +6 -6
  37. package/dist/ua_recipe_prepared_event.d.ts +6 -6
  38. package/dist/ua_recipe_transfer.d.ts +6 -6
  39. package/dist/ua_result.d.ts +8 -8
  40. package/dist/ua_result_folder.d.ts +6 -6
  41. package/dist/ua_result_management.d.ts +6 -6
  42. package/dist/ua_result_ready_event.d.ts +6 -6
  43. package/dist/ua_result_transfer.d.ts +6 -6
  44. package/dist/ua_safety_state_management.d.ts +6 -6
  45. package/dist/ua_state_changed_event.d.ts +6 -6
  46. package/dist/ua_vision_automatic_mode_state_machine.d.ts +6 -6
  47. package/dist/ua_vision_condition.d.ts +6 -6
  48. package/dist/ua_vision_diagnostic_info_event.d.ts +6 -6
  49. package/dist/ua_vision_error_condition.d.ts +6 -6
  50. package/dist/ua_vision_event.d.ts +6 -6
  51. package/dist/ua_vision_information_event.d.ts +6 -6
  52. package/dist/ua_vision_persistent_error_condition.d.ts +6 -6
  53. package/dist/ua_vision_safety_event.d.ts +6 -6
  54. package/dist/ua_vision_state_machine.d.ts +6 -6
  55. package/dist/ua_vision_step_model_state_machine.d.ts +6 -6
  56. package/dist/ua_vision_system.d.ts +6 -6
  57. package/dist/ua_vision_warning_condition.d.ts +6 -6
  58. package/package.json +5 -4
  59. package/source/dt_binary_id_base.ts +6 -6
  60. package/source/dt_configuration.ts +6 -6
  61. package/source/dt_configuration_id.ts +6 -6
  62. package/source/dt_configuration_transfer_options.ts +6 -6
  63. package/source/dt_job_id.ts +6 -6
  64. package/source/dt_meas_id.ts +6 -6
  65. package/source/dt_part_id.ts +6 -6
  66. package/source/dt_processing_times.ts +6 -6
  67. package/source/dt_product.ts +6 -6
  68. package/source/dt_product_id.ts +6 -6
  69. package/source/dt_recipe_id_external.ts +6 -6
  70. package/source/dt_recipe_id_internal.ts +6 -6
  71. package/source/dt_recipe_transfer_options.ts +6 -6
  72. package/source/dt_result.ts +6 -6
  73. package/source/dt_result_id.ts +6 -6
  74. package/source/dt_result_transfer_options.ts +6 -6
  75. package/source/dt_system_state_description.ts +6 -6
  76. package/source/enum_system_state.ts +6 -6
  77. package/source/enum_tri_state_boolean.ts +6 -6
  78. package/source/ua_acquisition_done_event.ts +6 -6
  79. package/source/ua_configuration_folder.ts +6 -6
  80. package/source/ua_configuration_management.ts +6 -6
  81. package/source/ua_configuration_transfer.ts +6 -6
  82. package/source/ua_enter_step_sequence_event.ts +6 -6
  83. package/source/ua_error_event.ts +6 -6
  84. package/source/ua_error_resolved_event.ts +6 -6
  85. package/source/ua_job_started_event.ts +6 -6
  86. package/source/ua_leave_step_sequence_event.ts +6 -6
  87. package/source/ua_next_step_event.ts +6 -6
  88. package/source/ua_product_folder.ts +6 -6
  89. package/source/ua_ready_event.ts +6 -6
  90. package/source/ua_recipe.ts +6 -6
  91. package/source/ua_recipe_folder.ts +6 -6
  92. package/source/ua_recipe_management.ts +6 -6
  93. package/source/ua_recipe_prepared_event.ts +6 -6
  94. package/source/ua_recipe_transfer.ts +6 -6
  95. package/source/ua_result.ts +8 -8
  96. package/source/ua_result_folder.ts +6 -6
  97. package/source/ua_result_management.ts +6 -6
  98. package/source/ua_result_ready_event.ts +6 -6
  99. package/source/ua_result_transfer.ts +6 -6
  100. package/source/ua_safety_state_management.ts +6 -6
  101. package/source/ua_state_changed_event.ts +6 -6
  102. package/source/ua_vision_automatic_mode_state_machine.ts +6 -6
  103. package/source/ua_vision_condition.ts +6 -6
  104. package/source/ua_vision_diagnostic_info_event.ts +6 -6
  105. package/source/ua_vision_error_condition.ts +6 -6
  106. package/source/ua_vision_event.ts +6 -6
  107. package/source/ua_vision_information_event.ts +6 -6
  108. package/source/ua_vision_persistent_error_condition.ts +6 -6
  109. package/source/ua_vision_safety_event.ts +6 -6
  110. package/source/ua_vision_state_machine.ts +6 -6
  111. package/source/ua_vision_step_model_state_machine.ts +6 -6
  112. package/source/ua_vision_system.ts +6 -6
  113. package/source/ua_vision_warning_condition.ts +6 -6
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
3
3
  import { Int32 } from "node-opcua-basic-types";
4
4
  import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
5
5
  /**
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/MachineVision |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |4:NextStepEventType ns=4;i=1028 |
11
- * |isAbstract |false |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |NextStepEventType i=1028 |
11
+ * |isAbstract |false |
12
12
  */
13
13
  export interface UANextStepEvent_Base extends UABaseEvent_Base {
14
14
  step: UAProperty<Int32, DataType.Int32>;
@@ -1,11 +1,11 @@
1
1
  import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:ProductFolderType ns=4;i=1010 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |ProductFolderType i=1010 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAProductFolder_Base = UAFolder_Base;
11
11
  export interface UAProductFolder extends UAFolder, UAProductFolder_Base {
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
3
3
  import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
4
4
  import { DTJobId } from "./dt_job_id";
5
5
  /**
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/MachineVision |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |4:ReadyEventType ns=4;i=1023 |
11
- * |isAbstract |false |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |ReadyEventType i=1023 |
11
+ * |isAbstract |false |
12
12
  */
13
13
  export interface UAReadyEvent_Base extends UABaseEvent_Base {
14
14
  jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
@@ -5,12 +5,12 @@ import { DTRecipeIdExternal } from "./dt_recipe_id_external";
5
5
  import { DTRecipeIdInternal } from "./dt_recipe_id_internal";
6
6
  import { DTProductId } from "./dt_product_id";
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/MachineVision |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |4:RecipeType ns=4;i=1002 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |RecipeType i=1002 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UARecipe_Base {
16
16
  /**
@@ -1,11 +1,11 @@
1
1
  import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:RecipeFolderType ns=4;i=1008 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |RecipeFolderType i=1008 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UARecipeFolder_Base = UAFolder_Base;
11
11
  export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {
@@ -9,12 +9,12 @@ export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Pro
9
9
  "$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
10
10
  }
11
11
  /**
12
- * | | |
13
- * |----------------|--------------------------------------------------|
14
- * |namespace |http://opcfoundation.org/UA/MachineVision |
15
- * |nodeClass |ObjectType |
16
- * |typedDefinition |4:RecipeManagementType ns=4;i=1004 |
17
- * |isAbstract |false |
12
+ * | | |
13
+ * |----------------|------------------------------------------------------------|
14
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
15
+ * |nodeClass |ObjectType |
16
+ * |typedDefinition |RecipeManagementType i=1004 |
17
+ * |isAbstract |false |
18
18
  */
19
19
  export interface UARecipeManagement_Base {
20
20
  addRecipe?: UAMethod;
@@ -5,12 +5,12 @@ import { DTRecipeIdExternal } from "./dt_recipe_id_external";
5
5
  import { DTRecipeIdInternal } from "./dt_recipe_id_internal";
6
6
  import { DTProductId } from "./dt_product_id";
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/MachineVision |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |4:RecipePreparedEventType ns=4;i=1022 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |RecipePreparedEventType i=1022 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UARecipePreparedEvent_Base extends UABaseEvent_Base {
16
16
  externalId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
@@ -1,12 +1,12 @@
1
1
  import { UAMethod } from "node-opcua-address-space-base";
2
2
  import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer";
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:RecipeTransferType ns=4;i=1014 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |RecipeTransferType i=1014 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export interface UARecipeTransfer_Base extends UATemporaryFileTransfer_Base {
12
12
  generateFileForRead: UAMethod;
@@ -12,14 +12,14 @@ import { DTProcessingTimes } from "./dt_processing_times";
12
12
  import { DTProductId } from "./dt_product_id";
13
13
  import { DTResultId } from "./dt_result_id";
14
14
  /**
15
- * | | |
16
- * |----------------|--------------------------------------------------|
17
- * |namespace |http://opcfoundation.org/UA/MachineVision |
18
- * |nodeClass |VariableType |
19
- * |typedDefinition |4:ResultType ns=4;i=2002 |
20
- * |dataType |ExtensionObject |
21
- * |dataType Name |DTResult ns=4;i=3006 |
22
- * |isAbstract |false |
15
+ * | | |
16
+ * |----------------|------------------------------------------------------------|
17
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
18
+ * |nodeClass |VariableType |
19
+ * |typedDefinition |ResultType i=2002 |
20
+ * |dataType |ExtensionObject |
21
+ * |dataType Name |DTResult i=3006 |
22
+ * |isAbstract |false |
23
23
  */
24
24
  export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
25
25
  creationTime: UABaseDataVariable<Date, DataType.DateTime>;
@@ -1,11 +1,11 @@
1
1
  import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:ResultFolderType ns=4;i=1016 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |ResultFolderType i=1016 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAResultFolder_Base = UAFolder_Base;
11
11
  export interface UAResultFolder extends UAFolder, UAResultFolder_Base {
@@ -2,12 +2,12 @@ import { UAObject, UAMethod } from "node-opcua-address-space-base";
2
2
  import { UAResultFolder } from "./ua_result_folder";
3
3
  import { UAResultTransfer } from "./ua_result_transfer";
4
4
  /**
5
- * | | |
6
- * |----------------|--------------------------------------------------|
7
- * |namespace |http://opcfoundation.org/UA/MachineVision |
8
- * |nodeClass |ObjectType |
9
- * |typedDefinition |4:ResultManagementType ns=4;i=1007 |
10
- * |isAbstract |false |
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |ResultManagementType i=1007 |
10
+ * |isAbstract |false |
11
11
  */
12
12
  export interface UAResultManagement_Base {
13
13
  getResultById: UAMethod;
@@ -12,12 +12,12 @@ import { DTProcessingTimes } from "./dt_processing_times";
12
12
  import { DTProductId } from "./dt_product_id";
13
13
  import { DTResultId } from "./dt_result_id";
14
14
  /**
15
- * | | |
16
- * |----------------|--------------------------------------------------|
17
- * |namespace |http://opcfoundation.org/UA/MachineVision |
18
- * |nodeClass |ObjectType |
19
- * |typedDefinition |4:ResultReadyEventType ns=4;i=1024 |
20
- * |isAbstract |false |
15
+ * | | |
16
+ * |----------------|------------------------------------------------------------|
17
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
18
+ * |nodeClass |ObjectType |
19
+ * |typedDefinition |ResultReadyEventType i=1024 |
20
+ * |isAbstract |false |
21
21
  */
22
22
  export interface UAResultReadyEvent_Base extends UABaseEvent_Base {
23
23
  creationTime: UAProperty<Date, DataType.DateTime>;
@@ -1,12 +1,12 @@
1
1
  import { UAMethod } from "node-opcua-address-space-base";
2
2
  import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer";
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:ResultTransferType ns=4;i=1039 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |ResultTransferType i=1039 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export interface UAResultTransfer_Base extends UATemporaryFileTransfer_Base {
12
12
  generateFileForRead: UAMethod;
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
4
  import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
5
5
  /**
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/MachineVision |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |4:SafetyStateManagementType ns=4;i=1009 |
11
- * |isAbstract |false |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |SafetyStateManagementType i=1009 |
11
+ * |isAbstract |false |
12
12
  */
13
13
  export interface UASafetyStateManagement_Base {
14
14
  reportSafetyState: UAMethod;
@@ -1,11 +1,11 @@
1
1
  import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/source/ua_transition_event";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:StateChangedEventType ns=4;i=1018 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |StateChangedEventType i=1018 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAStateChangedEvent_Base = UATransitionEvent_Base;
11
11
  export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
@@ -4,12 +4,12 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
4
4
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
5
5
  import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
6
6
  /**
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/MachineVision |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |4:VisionAutomaticModeStateMachineType ns=4;i=1021 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |VisionAutomaticModeStateMachineType i=1021 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UAVisionAutomaticModeStateMachine_Base extends UAFiniteStateMachine_Base {
15
15
  abort: UAMethod;
@@ -11,12 +11,12 @@ import { DTPartId } from "./dt_part_id";
11
11
  import { DTProductId } from "./dt_product_id";
12
12
  import { DTResultId } from "./dt_result_id";
13
13
  /**
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/MachineVision |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |4:VisionConditionType ns=4;i=1033 |
19
- * |isAbstract |true |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |VisionConditionType i=1033 |
19
+ * |isAbstract |true |
20
20
  */
21
21
  export interface UAVisionCondition_Base extends UAAcknowledgeableCondition_Base {
22
22
  blockReaction: UAProperty<boolean, DataType.Boolean>;
@@ -1,11 +1,11 @@
1
1
  import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:VisionDiagnosticInfoEventType ns=4;i=1037 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |VisionDiagnosticInfoEventType i=1037 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
11
11
  export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
@@ -1,11 +1,11 @@
1
1
  import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:VisionErrorConditionType ns=4;i=1035 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |VisionErrorConditionType i=1035 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAVisionErrorCondition_Base = UAVisionCondition_Base;
11
11
  export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
@@ -11,12 +11,12 @@ import { DTPartId } from "./dt_part_id";
11
11
  import { DTProductId } from "./dt_product_id";
12
12
  import { DTResultId } from "./dt_result_id";
13
13
  /**
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/MachineVision |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |4:VisionEventType ns=4;i=1015 |
19
- * |isAbstract |true |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |VisionEventType i=1015 |
19
+ * |isAbstract |true |
20
20
  */
21
21
  export interface UAVisionEvent_Base extends UABaseEvent_Base {
22
22
  causePath?: UAProperty<UAString, DataType.String>;
@@ -1,11 +1,11 @@
1
1
  import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:VisionInformationEventType ns=4;i=1038 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |VisionInformationEventType i=1038 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAVisionInformationEvent_Base = UAVisionEvent_Base;
11
11
  export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
@@ -1,11 +1,11 @@
1
1
  import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:VisionPersistentErrorConditionType ns=4;i=1036 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |VisionPersistentErrorConditionType i=1036 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
11
11
  export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
4
  import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
5
5
  /**
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/MachineVision |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |4:VisionSafetyEventType ns=4;i=1030 |
11
- * |isAbstract |false |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |VisionSafetyEventType i=1030 |
11
+ * |isAbstract |false |
12
12
  */
13
13
  export interface UAVisionSafetyEvent_Base extends UABaseEvent_Base {
14
14
  visionSafetyInformation: UAProperty<UAString, DataType.String>;
@@ -5,12 +5,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
5
5
  import { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine";
6
6
  import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/MachineVision |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |4:VisionStateMachineType ns=4;i=1017 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |VisionStateMachineType i=1017 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UAVisionStateMachine_Base extends UAFiniteStateMachine_Base {
16
16
  automaticModeStateMachine?: UAVisionAutomaticModeStateMachine;
@@ -4,12 +4,12 @@ import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state";
4
4
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition";
5
5
  import { UAState } from "node-opcua-nodeset-ua/source/ua_state";
6
6
  /**
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/MachineVision |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |4:VisionStepModelStateMachineType ns=4;i=1026 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |VisionStepModelStateMachineType i=1026 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UAVisionStepModelStateMachine_Base extends UAFiniteStateMachine_Base {
15
15
  entry: UAInitialState;
@@ -29,12 +29,12 @@ export interface UAVisionSystem_visionStateMachine extends Omit<UAVisionStateMac
29
29
  selectModeAutomatic?: UAMethod;
30
30
  }
31
31
  /**
32
- * | | |
33
- * |----------------|--------------------------------------------------|
34
- * |namespace |http://opcfoundation.org/UA/MachineVision |
35
- * |nodeClass |ObjectType |
36
- * |typedDefinition |4:VisionSystemType ns=4;i=1003 |
37
- * |isAbstract |false |
32
+ * | | |
33
+ * |----------------|------------------------------------------------------------|
34
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
35
+ * |nodeClass |ObjectType |
36
+ * |typedDefinition |VisionSystemType i=1003 |
37
+ * |isAbstract |false |
38
38
  */
39
39
  export interface UAVisionSystem_Base {
40
40
  configurationManagement?: UAConfigurationManagement;
@@ -1,11 +1,11 @@
1
1
  import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
2
2
  /**
3
- * | | |
4
- * |----------------|--------------------------------------------------|
5
- * |namespace |http://opcfoundation.org/UA/MachineVision |
6
- * |nodeClass |ObjectType |
7
- * |typedDefinition |4:VisionWarningConditionType ns=4;i=1034 |
8
- * |isAbstract |false |
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |VisionWarningConditionType i=1034 |
8
+ * |isAbstract |false |
9
9
  */
10
10
  export type UAVisionWarningCondition_Base = UAVisionCondition_Base;
11
11
  export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machine-vision",
3
- "version": "2.102.0",
3
+ "version": "2.103.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machine-vision",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,12 +10,12 @@
10
10
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.102.0",
13
+ "node-opcua-address-space-base": "2.103.0",
14
14
  "node-opcua-basic-types": "2.99.0",
15
15
  "node-opcua-data-model": "2.102.0",
16
16
  "node-opcua-extension-object": "2.99.0",
17
17
  "node-opcua-nodeid": "2.99.0",
18
- "node-opcua-nodeset-ua": "2.102.0",
18
+ "node-opcua-nodeset-ua": "2.103.0",
19
19
  "node-opcua-status-code": "2.98.1",
20
20
  "node-opcua-variant": "2.102.0"
21
21
  },
@@ -35,5 +35,6 @@
35
35
  "opc ua",
36
36
  "internet of things"
37
37
  ],
38
- "homepage": "http://node-opcua.github.io/"
38
+ "homepage": "http://node-opcua.github.io/",
39
+ "gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e"
39
40
  }
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types"
4
4
  import { ExtensionObject } from "node-opcua-extension-object"
5
5
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
6
6
  /**
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/MachineVision |
10
- * | nodeClass |DataType |
11
- * | name |4:BinaryIdBaseDataType |
12
- * | isAbstract|true |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * | nodeClass |DataType |
11
+ * | name |4:BinaryIdBaseDataType |
12
+ * | isAbstract|true |
13
13
  */
14
14
  export interface DTBinaryIdBase extends DTStructure {
15
15
  /** Id is a system-wide unique name for identifying the recipe.*/