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.
- package/dist/dt_binary_id_base.d.ts +8 -5
- package/dist/dt_binary_id_base.js +1 -0
- package/dist/dt_binary_id_base.js.map +1 -1
- package/dist/dt_configuration.d.ts +5 -2
- package/dist/dt_configuration.js +1 -0
- package/dist/dt_configuration.js.map +1 -1
- package/dist/dt_configuration_id.d.ts +8 -5
- package/dist/dt_configuration_id.js +1 -0
- package/dist/dt_configuration_id.js.map +1 -1
- package/dist/dt_configuration_transfer_options.d.ts +3 -0
- package/dist/dt_configuration_transfer_options.js +1 -0
- package/dist/dt_configuration_transfer_options.js.map +1 -1
- package/dist/dt_job_id.d.ts +3 -0
- package/dist/dt_job_id.js +1 -0
- package/dist/dt_job_id.js.map +1 -1
- package/dist/dt_meas_id.d.ts +4 -1
- package/dist/dt_meas_id.js +1 -0
- package/dist/dt_meas_id.js.map +1 -1
- package/dist/dt_part_id.d.ts +4 -1
- package/dist/dt_part_id.js +1 -0
- package/dist/dt_part_id.js.map +1 -1
- package/dist/dt_processing_times.d.ts +5 -2
- package/dist/dt_processing_times.js +1 -0
- package/dist/dt_processing_times.js.map +1 -1
- package/dist/dt_product.d.ts +3 -0
- package/dist/dt_product.js +1 -0
- package/dist/dt_product.js.map +1 -1
- package/dist/dt_product_id.d.ts +4 -1
- package/dist/dt_product_id.js +1 -0
- package/dist/dt_product_id.js.map +1 -1
- package/dist/dt_recipe_id_external.d.ts +8 -5
- package/dist/dt_recipe_id_external.js +1 -0
- package/dist/dt_recipe_id_external.js.map +1 -1
- package/dist/dt_recipe_id_internal.d.ts +8 -5
- package/dist/dt_recipe_id_internal.js +1 -0
- package/dist/dt_recipe_id_internal.js.map +1 -1
- package/dist/dt_recipe_transfer_options.d.ts +3 -0
- package/dist/dt_recipe_transfer_options.js +1 -0
- package/dist/dt_recipe_transfer_options.js.map +1 -1
- package/dist/dt_result.d.ts +13 -9
- package/dist/dt_result.js +1 -0
- package/dist/dt_result.js.map +1 -1
- package/dist/dt_result_id.d.ts +3 -0
- package/dist/dt_result_id.js +1 -0
- package/dist/dt_result_id.js.map +1 -1
- package/dist/dt_result_transfer_options.d.ts +3 -0
- package/dist/dt_result_transfer_options.js +1 -0
- package/dist/dt_result_transfer_options.js.map +1 -1
- package/dist/dt_system_state_description.d.ts +4 -1
- package/dist/dt_system_state_description.js +1 -0
- package/dist/dt_system_state_description.js.map +1 -1
- package/dist/ua_acquisition_done_event.d.ts +1 -1
- package/dist/ua_configuration_folder.d.ts +1 -2
- package/dist/ua_configuration_management.d.ts +1 -1
- package/dist/ua_enter_step_sequence_event.d.ts +1 -1
- package/dist/ua_error_event.d.ts +1 -2
- package/dist/ua_error_resolved_event.d.ts +1 -2
- package/dist/ua_job_started_event.d.ts +1 -1
- package/dist/ua_leave_step_sequence_event.d.ts +1 -2
- package/dist/ua_next_step_event.d.ts +1 -1
- package/dist/ua_product_folder.d.ts +1 -2
- package/dist/ua_ready_event.d.ts +1 -1
- package/dist/ua_recipe.d.ts +5 -5
- package/dist/ua_recipe_folder.d.ts +1 -2
- package/dist/ua_recipe_management.d.ts +1 -1
- package/dist/ua_recipe_prepared_event.d.ts +3 -3
- package/dist/ua_result.d.ts +17 -17
- package/dist/ua_result_folder.d.ts +1 -2
- package/dist/ua_result_ready_event.d.ts +14 -14
- package/dist/ua_safety_state_management.d.ts +2 -2
- package/dist/ua_state_changed_event.d.ts +1 -2
- package/dist/ua_vision_condition.d.ts +14 -14
- package/dist/ua_vision_diagnostic_info_event.d.ts +1 -2
- package/dist/ua_vision_error_condition.d.ts +1 -2
- package/dist/ua_vision_event.d.ts +10 -10
- package/dist/ua_vision_information_event.d.ts +1 -2
- package/dist/ua_vision_persistent_error_condition.d.ts +1 -2
- package/dist/ua_vision_safety_event.d.ts +2 -2
- package/dist/ua_vision_system.d.ts +2 -2
- package/dist/ua_vision_warning_condition.d.ts +1 -2
- package/package.json +10 -9
- package/source/dt_binary_id_base.ts +13 -11
- package/source/dt_configuration.ts +10 -8
- package/source/dt_configuration_id.ts +13 -11
- package/source/dt_configuration_transfer_options.ts +5 -3
- package/source/dt_job_id.ts +5 -3
- package/source/dt_meas_id.ts +7 -5
- package/source/dt_part_id.ts +7 -5
- package/source/dt_processing_times.ts +10 -8
- package/source/dt_product.ts +5 -3
- package/source/dt_product_id.ts +7 -5
- package/source/dt_recipe_id_external.ts +13 -11
- package/source/dt_recipe_id_internal.ts +13 -11
- package/source/dt_recipe_transfer_options.ts +5 -3
- package/source/dt_result.ts +30 -27
- package/source/dt_result_id.ts +5 -3
- package/source/dt_result_transfer_options.ts +5 -3
- package/source/dt_system_state_description.ts +7 -5
- package/source/ua_acquisition_done_event.ts +1 -1
- package/source/ua_configuration_folder.ts +2 -3
- package/source/ua_configuration_management.ts +1 -1
- package/source/ua_enter_step_sequence_event.ts +1 -1
- package/source/ua_error_event.ts +2 -3
- package/source/ua_error_resolved_event.ts +1 -2
- package/source/ua_job_started_event.ts +1 -1
- package/source/ua_leave_step_sequence_event.ts +1 -2
- package/source/ua_next_step_event.ts +1 -1
- package/source/ua_product_folder.ts +1 -2
- package/source/ua_ready_event.ts +1 -1
- package/source/ua_recipe.ts +5 -5
- package/source/ua_recipe_folder.ts +2 -3
- package/source/ua_recipe_management.ts +1 -1
- package/source/ua_recipe_prepared_event.ts +3 -3
- package/source/ua_result.ts +18 -18
- package/source/ua_result_folder.ts +2 -3
- package/source/ua_result_ready_event.ts +15 -15
- package/source/ua_safety_state_management.ts +2 -2
- package/source/ua_state_changed_event.ts +1 -2
- package/source/ua_vision_automatic_mode_state_machine.ts +1 -1
- package/source/ua_vision_condition.ts +15 -15
- package/source/ua_vision_diagnostic_info_event.ts +1 -2
- package/source/ua_vision_error_condition.ts +1 -2
- package/source/ua_vision_event.ts +10 -10
- package/source/ua_vision_information_event.ts +1 -2
- package/source/ua_vision_persistent_error_condition.ts +1 -2
- package/source/ua_vision_safety_event.ts +2 -2
- package/source/ua_vision_system.ts +2 -2
- package/source/ua_vision_warning_condition.ts +1 -2
|
@@ -14,8 +14,8 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
|
|
|
14
14
|
*/
|
|
15
15
|
export interface UASafetyStateManagement_Base {
|
|
16
16
|
reportSafetyState: UAMethod;
|
|
17
|
-
visionSafetyInformation: UABaseDataVariable<UAString,
|
|
18
|
-
visionSafetyTriggered: UABaseDataVariable<boolean,
|
|
17
|
+
visionSafetyInformation: UABaseDataVariable<UAString, DataType.String>;
|
|
18
|
+
visionSafetyTriggered: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
19
19
|
}
|
|
20
20
|
export interface UASafetyStateManagement extends UAObject, UASafetyStateManagement_Base {
|
|
21
21
|
}
|
|
@@ -8,7 +8,6 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
|
|
|
8
8
|
* |typedDefinition |4:StateChangedEventType ns=4;i=1018 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAStateChangedEvent_Base = UATransitionEvent_Base;
|
|
13
12
|
export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
|
|
14
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { NodeId } from "node-opcua-nodeid"
|
|
6
6
|
import { UInt32 } from "node-opcua-basic-types"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType } from "node-opcua-variant"
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { LocalizedText } from "node-opcua-data-model"
|
|
5
5
|
import { NodeId } from "node-opcua-nodeid"
|
|
6
6
|
import { StatusCode } from "node-opcua-status-code"
|
|
@@ -24,20 +24,20 @@ import { DTResultId } from "./dt_result_id"
|
|
|
24
24
|
* |isAbstract |true |
|
|
25
25
|
*/
|
|
26
26
|
export interface UAVisionCondition_Base extends UAAcknowledgeableCondition_Base {
|
|
27
|
-
blockReaction: UAProperty<boolean,
|
|
28
|
-
causePath?: UAProperty<UAString,
|
|
29
|
-
errorCode?: UAProperty<UInt64,
|
|
30
|
-
errorString?: UAProperty<UAString,
|
|
31
|
-
externalConfigurationId?: UAProperty<DTConfigurationId,
|
|
32
|
-
externalRecipeId?: UAProperty<DTRecipeIdExternal,
|
|
33
|
-
internalConfigurationId?: UAProperty<DTConfigurationId,
|
|
34
|
-
internalRecipeId?: UAProperty<DTRecipeIdInternal,
|
|
35
|
-
jobId?: UAProperty<DTJobId,
|
|
36
|
-
measId?: UAProperty<DTMeasId,
|
|
37
|
-
partId?: UAProperty<DTPartId,
|
|
38
|
-
productId?: UAProperty<DTProductId,
|
|
39
|
-
resultId?: UAProperty<DTResultId,
|
|
40
|
-
stopReaction: UAProperty<boolean,
|
|
27
|
+
blockReaction: UAProperty<boolean, DataType.Boolean>;
|
|
28
|
+
causePath?: UAProperty<UAString, DataType.String>;
|
|
29
|
+
errorCode?: UAProperty<UInt64, DataType.UInt64>;
|
|
30
|
+
errorString?: UAProperty<UAString, DataType.String>;
|
|
31
|
+
externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
32
|
+
externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
33
|
+
internalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
34
|
+
internalRecipeId?: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
35
|
+
jobId?: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
36
|
+
measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
|
|
37
|
+
partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
|
|
38
|
+
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
39
|
+
resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
|
|
40
|
+
stopReaction: UAProperty<boolean, DataType.Boolean>;
|
|
41
41
|
}
|
|
42
42
|
export interface UAVisionCondition extends UAAcknowledgeableCondition, UAVisionCondition_Base {
|
|
43
43
|
}
|
|
@@ -8,7 +8,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
|
|
|
8
8
|
* |typedDefinition |4:VisionDiagnosticInfoEventType ns=4;i=1037 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
|
|
13
12
|
export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
8
8
|
* |typedDefinition |4:VisionErrorConditionType ns=4;i=1035 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAVisionErrorCondition_Base = UAVisionCondition_Base;
|
|
13
12
|
export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
|
|
14
13
|
}
|
|
@@ -20,16 +20,16 @@ import { DTResultId } from "./dt_result_id"
|
|
|
20
20
|
* |isAbstract |true |
|
|
21
21
|
*/
|
|
22
22
|
export interface UAVisionEvent_Base extends UABaseEvent_Base {
|
|
23
|
-
causePath?: UAProperty<UAString,
|
|
24
|
-
externalConfigurationId?: UAProperty<DTConfigurationId,
|
|
25
|
-
externalRecipeId?: UAProperty<DTRecipeIdExternal,
|
|
26
|
-
internalConfigurationId?: UAProperty<DTConfigurationId,
|
|
27
|
-
internalRecipeId?: UAProperty<DTRecipeIdInternal,
|
|
28
|
-
jobId?: UAProperty<DTJobId,
|
|
29
|
-
measId?: UAProperty<DTMeasId,
|
|
30
|
-
partId?: UAProperty<DTPartId,
|
|
31
|
-
productId?: UAProperty<DTProductId,
|
|
32
|
-
resultId?: UAProperty<DTResultId,
|
|
23
|
+
causePath?: UAProperty<UAString, DataType.String>;
|
|
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
|
+
jobId?: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
29
|
+
measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
|
|
30
|
+
partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
|
|
31
|
+
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
32
|
+
resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
|
|
33
33
|
}
|
|
34
34
|
export interface UAVisionEvent extends UABaseEvent, UAVisionEvent_Base {
|
|
35
35
|
}
|
|
@@ -8,7 +8,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
|
|
|
8
8
|
* |typedDefinition |4:VisionInformationEventType ns=4;i=1038 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAVisionInformationEvent_Base = UAVisionEvent_Base;
|
|
13
12
|
export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
|
|
14
13
|
}
|
|
@@ -8,7 +8,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
8
8
|
* |typedDefinition |4:VisionPersistentErrorConditionType ns=4;i=1036 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
|
|
13
12
|
export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
|
|
14
13
|
}
|
|
@@ -12,8 +12,8 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
|
|
|
12
12
|
* |isAbstract |false |
|
|
13
13
|
*/
|
|
14
14
|
export interface UAVisionSafetyEvent_Base extends UABaseEvent_Base {
|
|
15
|
-
visionSafetyInformation: UAProperty<UAString,
|
|
16
|
-
visionSafetyTriggered: UAProperty<boolean,
|
|
15
|
+
visionSafetyInformation: UAProperty<UAString, DataType.String>;
|
|
16
|
+
visionSafetyTriggered: UAProperty<boolean, DataType.Boolean>;
|
|
17
17
|
}
|
|
18
18
|
export interface UAVisionSafetyEvent extends UABaseEvent, UAVisionSafetyEvent_Base {
|
|
19
19
|
}
|
|
@@ -40,11 +40,11 @@ export interface UAVisionSystem_visionStateMachine extends Omit<UAVisionStateMac
|
|
|
40
40
|
*/
|
|
41
41
|
export interface UAVisionSystem_Base {
|
|
42
42
|
configurationManagement?: UAConfigurationManagement;
|
|
43
|
-
diagnosticLevel?: UABaseDataVariable<UInt16,
|
|
43
|
+
diagnosticLevel?: UABaseDataVariable<UInt16, DataType.UInt16>;
|
|
44
44
|
recipeManagement?: UARecipeManagement;
|
|
45
45
|
resultManagement?: UAResultManagement;
|
|
46
46
|
safetyStateManagement?: UASafetyStateManagement;
|
|
47
|
-
systemState?: UABaseDataVariable<DTSystemStateDescription,
|
|
47
|
+
systemState?: UABaseDataVariable<DTSystemStateDescription, DataType.ExtensionObject>;
|
|
48
48
|
visionStateMachine: UAVisionSystem_visionStateMachine;
|
|
49
49
|
}
|
|
50
50
|
export interface UAVisionSystem extends UAObject, UAVisionSystem_Base {
|
|
@@ -8,7 +8,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
8
8
|
* |typedDefinition |4:VisionWarningConditionType ns=4;i=1034 |
|
|
9
9
|
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
12
|
-
}
|
|
11
|
+
export type UAVisionWarningCondition_Base = UAVisionCondition_Base;
|
|
13
12
|
export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {
|
|
14
13
|
}
|