node-opcua-nodeset-machine-vision 2.170.1 → 2.172.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dt_binary_id_base.d.ts +4 -4
- package/dist/dt_binary_id_base.js.map +1 -1
- package/dist/dt_configuration.d.ts +3 -3
- package/dist/dt_configuration.js.map +1 -1
- package/dist/dt_configuration_id.d.ts +4 -4
- package/dist/dt_configuration_id.js.map +1 -1
- package/dist/dt_configuration_transfer_options.d.ts +3 -3
- package/dist/dt_configuration_transfer_options.js.map +1 -1
- package/dist/dt_job_id.d.ts +3 -3
- package/dist/dt_job_id.js.map +1 -1
- package/dist/dt_meas_id.d.ts +4 -4
- package/dist/dt_meas_id.js.map +1 -1
- package/dist/dt_part_id.d.ts +4 -4
- package/dist/dt_part_id.js.map +1 -1
- package/dist/dt_processing_times.d.ts +2 -2
- package/dist/dt_processing_times.js.map +1 -1
- package/dist/dt_product.d.ts +3 -3
- package/dist/dt_product.js.map +1 -1
- package/dist/dt_product_id.d.ts +4 -4
- package/dist/dt_product_id.js.map +1 -1
- package/dist/dt_recipe_id_external.d.ts +4 -4
- package/dist/dt_recipe_id_external.js.map +1 -1
- package/dist/dt_recipe_id_internal.d.ts +4 -4
- package/dist/dt_recipe_id_internal.js.map +1 -1
- package/dist/dt_recipe_transfer_options.d.ts +3 -3
- package/dist/dt_recipe_transfer_options.js.map +1 -1
- package/dist/dt_result.d.ts +13 -13
- package/dist/dt_result.js.map +1 -1
- package/dist/dt_result_id.d.ts +3 -3
- package/dist/dt_result_id.js.map +1 -1
- package/dist/dt_result_transfer_options.d.ts +3 -3
- package/dist/dt_result_transfer_options.js.map +1 -1
- package/dist/dt_system_state_description.d.ts +4 -4
- package/dist/dt_system_state_description.js.map +1 -1
- package/dist/ua_acquisition_done_event.d.ts +4 -4
- package/dist/ua_configuration_folder.d.ts +1 -1
- package/dist/ua_configuration_management.d.ts +6 -6
- package/dist/ua_configuration_transfer.d.ts +2 -2
- package/dist/ua_enter_step_sequence_event.d.ts +4 -4
- package/dist/ua_error_event.d.ts +1 -1
- package/dist/ua_error_resolved_event.d.ts +1 -1
- package/dist/ua_job_started_event.d.ts +4 -4
- package/dist/ua_leave_step_sequence_event.d.ts +1 -1
- package/dist/ua_next_step_event.d.ts +4 -4
- package/dist/ua_product_folder.d.ts +1 -1
- package/dist/ua_ready_event.d.ts +4 -4
- package/dist/ua_recipe.d.ts +6 -6
- package/dist/ua_recipe_folder.d.ts +1 -1
- package/dist/ua_recipe_management.d.ts +7 -7
- package/dist/ua_recipe_prepared_event.d.ts +6 -6
- package/dist/ua_recipe_transfer.d.ts +2 -2
- package/dist/ua_result.d.ts +13 -13
- package/dist/ua_result_folder.d.ts +1 -1
- package/dist/ua_result_management.d.ts +3 -3
- package/dist/ua_result_ready_event.d.ts +13 -13
- package/dist/ua_result_transfer.d.ts +2 -2
- package/dist/ua_safety_state_management.d.ts +4 -4
- package/dist/ua_state_changed_event.d.ts +1 -1
- package/dist/ua_vision_automatic_mode_state_machine.d.ts +5 -5
- package/dist/ua_vision_condition.d.ts +12 -12
- package/dist/ua_vision_diagnostic_info_event.d.ts +1 -1
- package/dist/ua_vision_error_condition.d.ts +1 -1
- package/dist/ua_vision_event.d.ts +12 -12
- package/dist/ua_vision_information_event.d.ts +1 -1
- package/dist/ua_vision_persistent_error_condition.d.ts +1 -1
- package/dist/ua_vision_safety_event.d.ts +4 -4
- package/dist/ua_vision_state_machine.d.ts +6 -6
- package/dist/ua_vision_step_model_state_machine.d.ts +5 -5
- package/dist/ua_vision_system.d.ts +15 -15
- package/dist/ua_vision_warning_condition.d.ts +1 -1
- package/package.json +10 -10
- package/source/dt_binary_id_base.ts +6 -4
- package/source/dt_configuration.ts +6 -3
- package/source/dt_configuration_id.ts +7 -4
- package/source/dt_configuration_transfer_options.ts +6 -3
- package/source/dt_job_id.ts +5 -3
- package/source/dt_meas_id.ts +6 -4
- package/source/dt_part_id.ts +6 -4
- package/source/dt_processing_times.ts +4 -2
- package/source/dt_product.ts +6 -3
- package/source/dt_product_id.ts +6 -4
- package/source/dt_recipe_id_external.ts +7 -4
- package/source/dt_recipe_id_internal.ts +7 -4
- package/source/dt_recipe_transfer_options.ts +6 -3
- package/source/dt_result.ts +16 -13
- package/source/dt_result_id.ts +5 -3
- package/source/dt_result_transfer_options.ts +6 -3
- package/source/dt_system_state_description.ts +7 -4
- package/source/index.ts +1 -1
- package/source/ua_acquisition_done_event.ts +8 -6
- package/source/ua_configuration_folder.ts +3 -3
- package/source/ua_configuration_management.ts +10 -8
- package/source/ua_configuration_transfer.ts +5 -4
- package/source/ua_enter_step_sequence_event.ts +7 -6
- package/source/ua_error_event.ts +3 -3
- package/source/ua_error_resolved_event.ts +3 -3
- package/source/ua_job_started_event.ts +8 -6
- package/source/ua_leave_step_sequence_event.ts +3 -3
- package/source/ua_next_step_event.ts +7 -6
- package/source/ua_product_folder.ts +3 -3
- package/source/ua_ready_event.ts +8 -6
- package/source/ua_recipe.ts +10 -8
- package/source/ua_recipe_folder.ts +3 -3
- package/source/ua_recipe_management.ts +11 -9
- package/source/ua_recipe_prepared_event.ts +10 -8
- package/source/ua_recipe_transfer.ts +5 -4
- package/source/ua_result.ts +17 -15
- package/source/ua_result_folder.ts +3 -3
- package/source/ua_result_management.ts +7 -5
- package/source/ua_result_ready_event.ts +17 -15
- package/source/ua_result_transfer.ts +5 -4
- package/source/ua_safety_state_management.ts +7 -6
- package/source/ua_state_changed_event.ts +3 -3
- package/source/ua_vision_automatic_mode_state_machine.ts +9 -7
- package/source/ua_vision_condition.ts +16 -14
- package/source/ua_vision_diagnostic_info_event.ts +3 -3
- package/source/ua_vision_error_condition.ts +3 -3
- package/source/ua_vision_event.ts +16 -14
- package/source/ua_vision_information_event.ts +3 -3
- package/source/ua_vision_persistent_error_condition.ts +3 -3
- package/source/ua_vision_safety_event.ts +7 -6
- package/source/ua_vision_state_machine.ts +10 -8
- package/source/ua_vision_step_model_state_machine.ts +8 -7
- package/source/ua_vision_system.ts +19 -17
- package/source/ua_vision_warning_condition.ts +3 -3
|
@@ -1,16 +1,19 @@
|
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
|
|
6
|
+
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
7
|
+
import type { DTJobId } from "./dt_job_id";
|
|
8
|
+
import type { DTMeasId } from "./dt_meas_id";
|
|
9
|
+
import type { DTPartId } from "./dt_part_id";
|
|
10
|
+
import type { DTProductId } from "./dt_product_id";
|
|
11
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
12
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
13
|
+
import type { DTResultId } from "./dt_result_id";
|
|
14
|
+
|
|
1
15
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
|
|
3
|
-
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
|
|
6
|
-
import { DTConfigurationId } from "./dt_configuration_id"
|
|
7
|
-
import { DTRecipeIdExternal } from "./dt_recipe_id_external"
|
|
8
|
-
import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
|
|
9
|
-
import { DTJobId } from "./dt_job_id"
|
|
10
|
-
import { DTMeasId } from "./dt_meas_id"
|
|
11
|
-
import { DTPartId } from "./dt_part_id"
|
|
12
|
-
import { DTProductId } from "./dt_product_id"
|
|
13
|
-
import { DTResultId } from "./dt_result_id"
|
|
16
|
+
|
|
14
17
|
/**
|
|
15
18
|
* | | |
|
|
16
19
|
* |----------------|------------------------------------------------------------|
|
|
@@ -31,5 +34,4 @@ export interface UAVisionEvent_Base extends UABaseEvent_Base {
|
|
|
31
34
|
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
32
35
|
resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
|
|
33
36
|
}
|
|
34
|
-
export interface UAVisionEvent extends UABaseEvent, UAVisionEvent_Base {
|
|
35
|
-
}
|
|
37
|
+
export interface UAVisionEvent extends UABaseEvent, UAVisionEvent_Base {}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import type { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
|
|
2
|
+
|
|
1
3
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
|
|
3
4
|
/**
|
|
4
5
|
* | | |
|
|
5
6
|
* |----------------|------------------------------------------------------------|
|
|
@@ -9,5 +10,4 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
|
|
|
9
10
|
* |isAbstract |false |
|
|
10
11
|
*/
|
|
11
12
|
export type UAVisionInformationEvent_Base = UAVisionEvent_Base;
|
|
12
|
-
export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
|
|
13
|
-
}
|
|
13
|
+
export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
|
|
2
|
+
|
|
1
3
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition"
|
|
3
4
|
/**
|
|
4
5
|
* | | |
|
|
5
6
|
* |----------------|------------------------------------------------------------|
|
|
@@ -9,5 +10,4 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
9
10
|
* |isAbstract |false |
|
|
10
11
|
*/
|
|
11
12
|
export type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
|
|
12
|
-
export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
|
|
13
|
-
}
|
|
13
|
+
export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
|
|
1
6
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
|
|
3
|
-
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
|
|
7
|
+
|
|
6
8
|
/**
|
|
7
9
|
* | | |
|
|
8
10
|
* |----------------|------------------------------------------------------------|
|
|
@@ -15,5 +17,4 @@ export interface UAVisionSafetyEvent_Base extends UABaseEvent_Base {
|
|
|
15
17
|
visionSafetyInformation: UAProperty<UAString, DataType.String>;
|
|
16
18
|
visionSafetyTriggered: UAProperty<boolean, DataType.Boolean>;
|
|
17
19
|
}
|
|
18
|
-
export interface UAVisionSafetyEvent extends UABaseEvent, UAVisionSafetyEvent_Base {
|
|
19
|
-
}
|
|
20
|
+
export interface UAVisionSafetyEvent extends UABaseEvent, UAVisionSafetyEvent_Base {}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
3
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
5
|
+
|
|
6
|
+
import type { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine";
|
|
7
|
+
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
|
|
8
|
+
|
|
1
9
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
|
|
3
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
4
|
-
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
5
|
-
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
6
|
-
import { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine"
|
|
7
|
-
import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine"
|
|
10
|
+
|
|
8
11
|
/**
|
|
9
12
|
* | | |
|
|
10
13
|
* |----------------|------------------------------------------------------------|
|
|
@@ -46,5 +49,4 @@ export interface UAVisionStateMachine_Base extends UAFiniteStateMachine_Base {
|
|
|
46
49
|
reset: UAMethod;
|
|
47
50
|
selectModeAutomatic?: UAMethod;
|
|
48
51
|
}
|
|
49
|
-
export interface UAVisionStateMachine extends UAFiniteStateMachine, UAVisionStateMachine_Base {
|
|
50
|
-
}
|
|
52
|
+
export interface UAVisionStateMachine extends UAFiniteStateMachine, UAVisionStateMachine_Base {}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
3
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
4
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
5
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
6
|
+
|
|
1
7
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
|
|
3
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
4
|
-
import { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state"
|
|
5
|
-
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
6
|
-
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
8
|
+
|
|
7
9
|
/**
|
|
8
10
|
* | | |
|
|
9
11
|
* |----------------|------------------------------------------------------------|
|
|
@@ -25,5 +27,4 @@ export interface UAVisionStepModelStateMachine_Base extends UAFiniteStateMachine
|
|
|
25
27
|
waitToStep: UATransition;
|
|
26
28
|
waitToStepAuto: UATransition;
|
|
27
29
|
}
|
|
28
|
-
export interface UAVisionStepModelStateMachine extends UAFiniteStateMachine, UAVisionStepModelStateMachine_Base {
|
|
29
|
-
}
|
|
30
|
+
export interface UAVisionStepModelStateMachine extends UAFiniteStateMachine, UAVisionStepModelStateMachine_Base {}
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
+
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UInt16 } from "node-opcua-basic-types";
|
|
3
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import type { UAFiniteStateVariable } from "node-opcua-nodeset-ua/dist/ua_finite_state_variable";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
+
import type { DataType } from "node-opcua-variant";
|
|
8
|
+
|
|
9
|
+
import type { DTSystemStateDescription } from "./dt_system_state_description";
|
|
10
|
+
import type { UAConfigurationManagement } from "./ua_configuration_management";
|
|
11
|
+
import type { UARecipeManagement } from "./ua_recipe_management";
|
|
12
|
+
import type { UAResultManagement } from "./ua_result_management";
|
|
13
|
+
import type { UASafetyStateManagement } from "./ua_safety_state_management";
|
|
14
|
+
import type { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine";
|
|
15
|
+
import type { UAVisionStateMachine } from "./ua_vision_state_machine";
|
|
16
|
+
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
|
|
17
|
+
|
|
1
18
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
|
|
3
|
-
import { DataType } from "node-opcua-variant"
|
|
4
|
-
import { LocalizedText } from "node-opcua-data-model"
|
|
5
|
-
import { UInt16 } from "node-opcua-basic-types"
|
|
6
|
-
import { UAFiniteStateVariable } from "node-opcua-nodeset-ua/dist/ua_finite_state_variable"
|
|
7
|
-
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
8
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
9
|
-
import { DTSystemStateDescription } from "./dt_system_state_description"
|
|
10
|
-
import { UAVisionStateMachine } from "./ua_vision_state_machine"
|
|
11
|
-
import { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine"
|
|
12
|
-
import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine"
|
|
13
|
-
import { UAConfigurationManagement } from "./ua_configuration_management"
|
|
14
|
-
import { UARecipeManagement } from "./ua_recipe_management"
|
|
15
|
-
import { UAResultManagement } from "./ua_result_management"
|
|
16
|
-
import { UASafetyStateManagement } from "./ua_safety_state_management"
|
|
19
|
+
|
|
17
20
|
export interface UAVisionSystem_visionStateMachine extends Omit<UAVisionStateMachine, "automaticModeStateMachine"|"confirmAll"|"currentState"|"error"|"errorStepModel"|"halt"|"halted"|"haltedStepModel"|"operational"|"preoperational"|"preoperationalStepModel"|"reset"|"selectModeAutomatic"> { // Object
|
|
18
21
|
automaticModeStateMachine?: UAVisionAutomaticModeStateMachine;
|
|
19
22
|
confirmAll?: UAMethod;
|
|
@@ -46,5 +49,4 @@ export interface UAVisionSystem_Base {
|
|
|
46
49
|
systemState?: UABaseDataVariable<DTSystemStateDescription, DataType.ExtensionObject>;
|
|
47
50
|
visionStateMachine: UAVisionSystem_visionStateMachine;
|
|
48
51
|
}
|
|
49
|
-
export interface UAVisionSystem extends UAObject, UAVisionSystem_Base {
|
|
50
|
-
}
|
|
52
|
+
export interface UAVisionSystem extends UAObject, UAVisionSystem_Base {}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
|
|
2
|
+
|
|
1
3
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition"
|
|
3
4
|
/**
|
|
4
5
|
* | | |
|
|
5
6
|
* |----------------|------------------------------------------------------------|
|
|
@@ -9,5 +10,4 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
9
10
|
* |isAbstract |false |
|
|
10
11
|
*/
|
|
11
12
|
export type UAVisionWarningCondition_Base = UAVisionCondition_Base;
|
|
12
|
-
export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {
|
|
13
|
-
}
|
|
13
|
+
export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {}
|