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
@@ -4,12 +4,12 @@ import { DataType } from "node-opcua-variant"
4
4
  import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
5
5
  import { DTJobId } from "./dt_job_id"
6
6
  /**
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/MachineVision |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |4:ReadyEventType ns=4;i=1023 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |ReadyEventType i=1023 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UAReadyEvent_Base extends UABaseEvent_Base {
15
15
  jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
@@ -6,12 +6,12 @@ import { DTRecipeIdExternal } from "./dt_recipe_id_external"
6
6
  import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
7
7
  import { DTProductId } from "./dt_product_id"
8
8
  /**
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/MachineVision |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |4:RecipeType ns=4;i=1002 |
14
- * |isAbstract |false |
9
+ * | | |
10
+ * |----------------|------------------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |RecipeType i=1002 |
14
+ * |isAbstract |false |
15
15
  */
16
16
  export interface UARecipe_Base {
17
17
  /**
@@ -7,12 +7,12 @@ import { DTRecipeIdExternal } from "./dt_recipe_id_external"
7
7
  import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
8
8
  import { DTProductId } from "./dt_product_id"
9
9
  /**
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/MachineVision |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |4:RecipeFolderType ns=4;i=1008 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |RecipeFolderType i=1008 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export type UARecipeFolder_Base = UAFolder_Base;
18
18
  export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {
@@ -11,12 +11,12 @@ export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Pro
11
11
  "$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
12
12
  }
13
13
  /**
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/MachineVision |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |4:RecipeManagementType ns=4;i=1004 |
19
- * |isAbstract |false |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |RecipeManagementType i=1004 |
19
+ * |isAbstract |false |
20
20
  */
21
21
  export interface UARecipeManagement_Base {
22
22
  addRecipe?: UAMethod;
@@ -6,12 +6,12 @@ import { DTRecipeIdExternal } from "./dt_recipe_id_external"
6
6
  import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
7
7
  import { DTProductId } from "./dt_product_id"
8
8
  /**
9
- * | | |
10
- * |----------------|--------------------------------------------------|
11
- * |namespace |http://opcfoundation.org/UA/MachineVision |
12
- * |nodeClass |ObjectType |
13
- * |typedDefinition |4:RecipePreparedEventType ns=4;i=1022 |
14
- * |isAbstract |false |
9
+ * | | |
10
+ * |----------------|------------------------------------------------------------|
11
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
12
+ * |nodeClass |ObjectType |
13
+ * |typedDefinition |RecipePreparedEventType i=1022 |
14
+ * |isAbstract |false |
15
15
  */
16
16
  export interface UARecipePreparedEvent_Base extends UABaseEvent_Base {
17
17
  externalId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
@@ -4,12 +4,12 @@ import { DataType } from "node-opcua-variant"
4
4
  import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
5
5
  import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer"
6
6
  /**
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/MachineVision |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |4:RecipeTransferType ns=4;i=1014 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |RecipeTransferType i=1014 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UARecipeTransfer_Base extends UATemporaryFileTransfer_Base {
15
15
  generateFileForRead: UAMethod;
@@ -13,14 +13,14 @@ import { DTProcessingTimes } from "./dt_processing_times"
13
13
  import { DTProductId } from "./dt_product_id"
14
14
  import { DTResultId } from "./dt_result_id"
15
15
  /**
16
- * | | |
17
- * |----------------|--------------------------------------------------|
18
- * |namespace |http://opcfoundation.org/UA/MachineVision |
19
- * |nodeClass |VariableType |
20
- * |typedDefinition |4:ResultType ns=4;i=2002 |
21
- * |dataType |ExtensionObject |
22
- * |dataType Name |DTResult ns=4;i=3006 |
23
- * |isAbstract |false |
16
+ * | | |
17
+ * |----------------|------------------------------------------------------------|
18
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
19
+ * |nodeClass |VariableType |
20
+ * |typedDefinition |ResultType i=2002 |
21
+ * |dataType |ExtensionObject |
22
+ * |dataType Name |DTResult i=3006 |
23
+ * |isAbstract |false |
24
24
  */
25
25
  export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
26
26
  creationTime: UABaseDataVariable<Date, DataType.DateTime>;
@@ -13,12 +13,12 @@ import { DTProcessingTimes } from "./dt_processing_times"
13
13
  import { DTProductId } from "./dt_product_id"
14
14
  import { DTResultId } from "./dt_result_id"
15
15
  /**
16
- * | | |
17
- * |----------------|--------------------------------------------------|
18
- * |namespace |http://opcfoundation.org/UA/MachineVision |
19
- * |nodeClass |ObjectType |
20
- * |typedDefinition |4:ResultFolderType ns=4;i=1016 |
21
- * |isAbstract |false |
16
+ * | | |
17
+ * |----------------|------------------------------------------------------------|
18
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
19
+ * |nodeClass |ObjectType |
20
+ * |typedDefinition |ResultFolderType i=1016 |
21
+ * |isAbstract |false |
22
22
  */
23
23
  export type UAResultFolder_Base = UAFolder_Base;
24
24
  export interface UAResultFolder extends UAFolder, UAResultFolder_Base {
@@ -5,12 +5,12 @@ import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
5
5
  import { UAResultFolder } from "./ua_result_folder"
6
6
  import { UAResultTransfer } from "./ua_result_transfer"
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/MachineVision |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |4:ResultManagementType ns=4;i=1007 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |ResultManagementType i=1007 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UAResultManagement_Base {
16
16
  getResultById: UAMethod;
@@ -13,12 +13,12 @@ import { DTProcessingTimes } from "./dt_processing_times"
13
13
  import { DTProductId } from "./dt_product_id"
14
14
  import { DTResultId } from "./dt_result_id"
15
15
  /**
16
- * | | |
17
- * |----------------|--------------------------------------------------|
18
- * |namespace |http://opcfoundation.org/UA/MachineVision |
19
- * |nodeClass |ObjectType |
20
- * |typedDefinition |4:ResultReadyEventType ns=4;i=1024 |
21
- * |isAbstract |false |
16
+ * | | |
17
+ * |----------------|------------------------------------------------------------|
18
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
19
+ * |nodeClass |ObjectType |
20
+ * |typedDefinition |ResultReadyEventType i=1024 |
21
+ * |isAbstract |false |
22
22
  */
23
23
  export interface UAResultReadyEvent_Base extends UABaseEvent_Base {
24
24
  creationTime: UAProperty<Date, DataType.DateTime>;
@@ -4,12 +4,12 @@ import { DataType } from "node-opcua-variant"
4
4
  import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
5
5
  import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer"
6
6
  /**
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/MachineVision |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |4:ResultTransferType ns=4;i=1039 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |ResultTransferType i=1039 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UAResultTransfer_Base extends UATemporaryFileTransfer_Base {
15
15
  generateFileForRead: UAMethod;
@@ -5,12 +5,12 @@ import { UAString } from "node-opcua-basic-types"
5
5
  import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
6
6
  import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/MachineVision |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |4:SafetyStateManagementType ns=4;i=1009 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |SafetyStateManagementType i=1009 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UASafetyStateManagement_Base {
16
16
  reportSafetyState: UAMethod;
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/source/ua_transition_event"
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:StateChangedEventType ns=4;i=1018 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |StateChangedEventType i=1018 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export type UAStateChangedEvent_Base = UATransitionEvent_Base;
12
12
  export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
@@ -10,12 +10,12 @@ import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
10
10
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
11
11
  import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine"
12
12
  /**
13
- * | | |
14
- * |----------------|--------------------------------------------------|
15
- * |namespace |http://opcfoundation.org/UA/MachineVision |
16
- * |nodeClass |ObjectType |
17
- * |typedDefinition |4:VisionAutomaticModeStateMachineType ns=4;i=1021 |
18
- * |isAbstract |false |
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |VisionAutomaticModeStateMachineType i=1021 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UAVisionAutomaticModeStateMachine_Base extends UAFiniteStateMachine_Base {
21
21
  abort: UAMethod;
@@ -16,12 +16,12 @@ import { DTPartId } from "./dt_part_id"
16
16
  import { DTProductId } from "./dt_product_id"
17
17
  import { DTResultId } from "./dt_result_id"
18
18
  /**
19
- * | | |
20
- * |----------------|--------------------------------------------------|
21
- * |namespace |http://opcfoundation.org/UA/MachineVision |
22
- * |nodeClass |ObjectType |
23
- * |typedDefinition |4:VisionConditionType ns=4;i=1033 |
24
- * |isAbstract |true |
19
+ * | | |
20
+ * |----------------|------------------------------------------------------------|
21
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
22
+ * |nodeClass |ObjectType |
23
+ * |typedDefinition |VisionConditionType i=1033 |
24
+ * |isAbstract |true |
25
25
  */
26
26
  export interface UAVisionCondition_Base extends UAAcknowledgeableCondition_Base {
27
27
  blockReaction: UAProperty<boolean, DataType.Boolean>;
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:VisionDiagnosticInfoEventType ns=4;i=1037 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |VisionDiagnosticInfoEventType i=1037 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
12
12
  export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition"
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:VisionErrorConditionType ns=4;i=1035 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |VisionErrorConditionType i=1035 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export type UAVisionErrorCondition_Base = UAVisionCondition_Base;
12
12
  export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
@@ -12,12 +12,12 @@ import { DTPartId } from "./dt_part_id"
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:VisionEventType ns=4;i=1015 |
20
- * |isAbstract |true |
15
+ * | | |
16
+ * |----------------|------------------------------------------------------------|
17
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
18
+ * |nodeClass |ObjectType |
19
+ * |typedDefinition |VisionEventType i=1015 |
20
+ * |isAbstract |true |
21
21
  */
22
22
  export interface UAVisionEvent_Base extends UABaseEvent_Base {
23
23
  causePath?: UAProperty<UAString, DataType.String>;
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:VisionInformationEventType ns=4;i=1038 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |VisionInformationEventType i=1038 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export type UAVisionInformationEvent_Base = UAVisionEvent_Base;
12
12
  export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition"
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:VisionPersistentErrorConditionType ns=4;i=1036 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |VisionPersistentErrorConditionType i=1036 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
12
12
  export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
@@ -4,12 +4,12 @@ import { DataType } from "node-opcua-variant"
4
4
  import { UAString } from "node-opcua-basic-types"
5
5
  import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
6
6
  /**
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/MachineVision |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |4:VisionSafetyEventType ns=4;i=1030 |
12
- * |isAbstract |false |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |VisionSafetyEventType i=1030 |
12
+ * |isAbstract |false |
13
13
  */
14
14
  export interface UAVisionSafetyEvent_Base extends UABaseEvent_Base {
15
15
  visionSafetyInformation: UAProperty<UAString, DataType.String>;
@@ -10,12 +10,12 @@ import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
10
10
  import { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine"
11
11
  import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine"
12
12
  /**
13
- * | | |
14
- * |----------------|--------------------------------------------------|
15
- * |namespace |http://opcfoundation.org/UA/MachineVision |
16
- * |nodeClass |ObjectType |
17
- * |typedDefinition |4:VisionStateMachineType ns=4;i=1017 |
18
- * |isAbstract |false |
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |VisionStateMachineType i=1017 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UAVisionStateMachine_Base extends UAFiniteStateMachine_Base {
21
21
  automaticModeStateMachine?: UAVisionAutomaticModeStateMachine;
@@ -5,12 +5,12 @@ import { UAInitialState } from "node-opcua-nodeset-ua/source/ua_initial_state"
5
5
  import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
6
6
  import { UAState } from "node-opcua-nodeset-ua/source/ua_state"
7
7
  /**
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/MachineVision |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |4:VisionStepModelStateMachineType ns=4;i=1026 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |VisionStepModelStateMachineType i=1026 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UAVisionStepModelStateMachine_Base extends UAFiniteStateMachine_Base {
16
16
  entry: UAInitialState;
@@ -31,12 +31,12 @@ export interface UAVisionSystem_visionStateMachine extends Omit<UAVisionStateMac
31
31
  selectModeAutomatic?: UAMethod;
32
32
  }
33
33
  /**
34
- * | | |
35
- * |----------------|--------------------------------------------------|
36
- * |namespace |http://opcfoundation.org/UA/MachineVision |
37
- * |nodeClass |ObjectType |
38
- * |typedDefinition |4:VisionSystemType ns=4;i=1003 |
39
- * |isAbstract |false |
34
+ * | | |
35
+ * |----------------|------------------------------------------------------------|
36
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
37
+ * |nodeClass |ObjectType |
38
+ * |typedDefinition |VisionSystemType i=1003 |
39
+ * |isAbstract |false |
40
40
  */
41
41
  export interface UAVisionSystem_Base {
42
42
  configurationManagement?: UAConfigurationManagement;
@@ -1,12 +1,12 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition"
3
3
  /**
4
- * | | |
5
- * |----------------|--------------------------------------------------|
6
- * |namespace |http://opcfoundation.org/UA/MachineVision |
7
- * |nodeClass |ObjectType |
8
- * |typedDefinition |4:VisionWarningConditionType ns=4;i=1034 |
9
- * |isAbstract |false |
4
+ * | | |
5
+ * |----------------|------------------------------------------------------------|
6
+ * |namespace |http://opcfoundation.org/UA/MachineVision |
7
+ * |nodeClass |ObjectType |
8
+ * |typedDefinition |VisionWarningConditionType i=1034 |
9
+ * |isAbstract |false |
10
10
  */
11
11
  export type UAVisionWarningCondition_Base = UAVisionCondition_Base;
12
12
  export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {