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
|
@@ -7,7 +7,6 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
|
|
|
7
7
|
* |typedDefinition |4:LeaveStepSequenceEventType ns=4;i=1029 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UALeaveStepSequenceEvent_Base = UABaseEvent_Base;
|
|
12
11
|
export interface UALeaveStepSequenceEvent extends UABaseEvent, UALeaveStepSequenceEvent_Base {
|
|
13
12
|
}
|
|
@@ -11,7 +11,7 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
|
|
|
11
11
|
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export interface UANextStepEvent_Base extends UABaseEvent_Base {
|
|
14
|
-
step: UAProperty<Int32,
|
|
14
|
+
step: UAProperty<Int32, DataType.Int32>;
|
|
15
15
|
}
|
|
16
16
|
export interface UANextStepEvent extends UABaseEvent, UANextStepEvent_Base {
|
|
17
17
|
}
|
|
@@ -7,7 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:ProductFolderType ns=4;i=1010 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAProductFolder_Base = UAFolder_Base;
|
|
12
11
|
export interface UAProductFolder extends UAFolder, UAProductFolder_Base {
|
|
13
12
|
}
|
package/dist/ua_ready_event.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { DTJobId } from "./dt_job_id";
|
|
|
11
11
|
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export interface UAReadyEvent_Base extends UABaseEvent_Base {
|
|
14
|
-
jobId: UAProperty<DTJobId,
|
|
14
|
+
jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
15
15
|
}
|
|
16
16
|
export interface UAReadyEvent extends UABaseEvent, UAReadyEvent_Base {
|
|
17
17
|
}
|
package/dist/ua_recipe.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export interface UARecipe_Base {
|
|
|
19
19
|
* vision system. The ExternalID is only managed by
|
|
20
20
|
* the host system.
|
|
21
21
|
*/
|
|
22
|
-
externalId?: UAProperty<DTRecipeIdExternal,
|
|
22
|
+
externalId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
23
23
|
/**
|
|
24
24
|
* handle
|
|
25
25
|
* The file handle refers to the recipe data, which
|
|
@@ -33,14 +33,14 @@ export interface UARecipe_Base {
|
|
|
33
33
|
* System-wide unique ID for identifying a recipe.
|
|
34
34
|
* This ID is assigned by the vision system.
|
|
35
35
|
*/
|
|
36
|
-
internalId: UAProperty<DTRecipeIdInternal,
|
|
37
|
-
isPrepared: UAProperty<boolean,
|
|
36
|
+
internalId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
37
|
+
isPrepared: UAProperty<boolean, DataType.Boolean>;
|
|
38
38
|
/**
|
|
39
39
|
* lastModified
|
|
40
40
|
* The time when this recipe was last modified.
|
|
41
41
|
*/
|
|
42
|
-
lastModified: UAProperty<Date,
|
|
43
|
-
linkedProducts?: UAProperty<DTProductId[],
|
|
42
|
+
lastModified: UAProperty<Date, DataType.DateTime>;
|
|
43
|
+
linkedProducts?: UAProperty<DTProductId[], DataType.ExtensionObject>;
|
|
44
44
|
linkProduct?: UAMethod;
|
|
45
45
|
prepare: UAMethod;
|
|
46
46
|
unlinkProduct?: UAMethod;
|
|
@@ -7,7 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:RecipeFolderType ns=4;i=1008 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UARecipeFolder_Base = UAFolder_Base;
|
|
12
11
|
export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {
|
|
13
12
|
}
|
|
@@ -6,7 +6,7 @@ import { UAProductFolder } from "./ua_product_folder";
|
|
|
6
6
|
import { UARecipeFolder } from "./ua_recipe_folder";
|
|
7
7
|
import { UARecipeTransfer } from "./ua_recipe_transfer";
|
|
8
8
|
export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Product$"> {
|
|
9
|
-
"$Product$": UABaseDataVariable<DTProduct,
|
|
9
|
+
"$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* | | |
|
|
@@ -13,9 +13,9 @@ import { DTProductId } from "./dt_product_id";
|
|
|
13
13
|
* |isAbstract |false |
|
|
14
14
|
*/
|
|
15
15
|
export interface UARecipePreparedEvent_Base extends UABaseEvent_Base {
|
|
16
|
-
externalId?: UAProperty<DTRecipeIdExternal,
|
|
17
|
-
internalId: UAProperty<DTRecipeIdInternal,
|
|
18
|
-
productId?: UAProperty<DTProductId,
|
|
16
|
+
externalId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
17
|
+
internalId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
18
|
+
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
19
19
|
}
|
|
20
20
|
export interface UARecipePreparedEvent extends UABaseEvent, UARecipePreparedEvent_Base {
|
|
21
21
|
}
|
package/dist/ua_result.d.ts
CHANGED
|
@@ -21,23 +21,23 @@ import { DTResultId } from "./dt_result_id";
|
|
|
21
21
|
* |dataType Name |DTResult ns=4;i=3006 |
|
|
22
22
|
* |isAbstract |false |
|
|
23
23
|
*/
|
|
24
|
-
export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T,
|
|
25
|
-
creationTime: UABaseDataVariable<Date,
|
|
26
|
-
externalConfigurationId?: UABaseDataVariable<DTConfigurationId,
|
|
27
|
-
externalRecipeId?: UABaseDataVariable<DTRecipeIdExternal,
|
|
28
|
-
hasTransferableDataOnFile?: UABaseDataVariable<boolean,
|
|
29
|
-
internalConfigurationId: UABaseDataVariable<DTConfigurationId,
|
|
30
|
-
internalRecipeId: UABaseDataVariable<DTRecipeIdInternal,
|
|
31
|
-
isPartial: UABaseDataVariable<boolean,
|
|
32
|
-
isSimulated?: UABaseDataVariable<boolean,
|
|
33
|
-
jobId: UABaseDataVariable<DTJobId,
|
|
34
|
-
measId?: UABaseDataVariable<DTMeasId,
|
|
35
|
-
partId?: UABaseDataVariable<DTPartId,
|
|
36
|
-
processingTimes?: UABaseDataVariable<DTProcessingTimes,
|
|
37
|
-
productId?: UABaseDataVariable<DTProductId,
|
|
24
|
+
export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|
|
25
|
+
creationTime: UABaseDataVariable<Date, DataType.DateTime>;
|
|
26
|
+
externalConfigurationId?: UABaseDataVariable<DTConfigurationId, DataType.ExtensionObject>;
|
|
27
|
+
externalRecipeId?: UABaseDataVariable<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
28
|
+
hasTransferableDataOnFile?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
29
|
+
internalConfigurationId: UABaseDataVariable<DTConfigurationId, DataType.ExtensionObject>;
|
|
30
|
+
internalRecipeId: UABaseDataVariable<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
31
|
+
isPartial: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
32
|
+
isSimulated?: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
33
|
+
jobId: UABaseDataVariable<DTJobId, DataType.ExtensionObject>;
|
|
34
|
+
measId?: UABaseDataVariable<DTMeasId, DataType.ExtensionObject>;
|
|
35
|
+
partId?: UABaseDataVariable<DTPartId, DataType.ExtensionObject>;
|
|
36
|
+
processingTimes?: UABaseDataVariable<DTProcessingTimes, DataType.ExtensionObject>;
|
|
37
|
+
productId?: UABaseDataVariable<DTProductId, DataType.ExtensionObject>;
|
|
38
38
|
resultContent?: UABaseDataVariable<any, any>;
|
|
39
|
-
resultId: UABaseDataVariable<DTResultId,
|
|
40
|
-
resultState: UABaseDataVariable<Int32,
|
|
39
|
+
resultId: UABaseDataVariable<DTResultId, DataType.ExtensionObject>;
|
|
40
|
+
resultState: UABaseDataVariable<Int32, DataType.Int32>;
|
|
41
41
|
}
|
|
42
|
-
export interface UAResult<T extends DTResult> extends UABaseDataVariable<T,
|
|
42
|
+
export interface UAResult<T extends DTResult> extends UABaseDataVariable<T, DataType.ExtensionObject>, UAResult_Base<T> {
|
|
43
43
|
}
|
|
@@ -7,7 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:ResultFolderType ns=4;i=1016 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAResultFolder_Base = UAFolder_Base;
|
|
12
11
|
export interface UAResultFolder extends UAFolder, UAResultFolder_Base {
|
|
13
12
|
}
|
|
@@ -20,21 +20,21 @@ import { DTResultId } from "./dt_result_id";
|
|
|
20
20
|
* |isAbstract |false |
|
|
21
21
|
*/
|
|
22
22
|
export interface UAResultReadyEvent_Base extends UABaseEvent_Base {
|
|
23
|
-
creationTime: UAProperty<Date,
|
|
24
|
-
externalConfigurationId?: UAProperty<DTConfigurationId,
|
|
25
|
-
externalRecipeId?: UAProperty<DTRecipeIdExternal,
|
|
26
|
-
internalConfigurationId: UAProperty<DTConfigurationId,
|
|
27
|
-
internalRecipeId: UAProperty<DTRecipeIdInternal,
|
|
28
|
-
isPartial: UAProperty<boolean,
|
|
29
|
-
isSimulated?: UAProperty<boolean,
|
|
30
|
-
jobId: UAProperty<DTJobId,
|
|
31
|
-
measId?: UAProperty<DTMeasId,
|
|
32
|
-
partId?: UAProperty<DTPartId,
|
|
33
|
-
processingTimes?: UAProperty<DTProcessingTimes,
|
|
34
|
-
productId?: UAProperty<DTProductId,
|
|
23
|
+
creationTime: UAProperty<Date, DataType.DateTime>;
|
|
24
|
+
externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
25
|
+
externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
26
|
+
internalConfigurationId: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
27
|
+
internalRecipeId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
28
|
+
isPartial: UAProperty<boolean, DataType.Boolean>;
|
|
29
|
+
isSimulated?: UAProperty<boolean, DataType.Boolean>;
|
|
30
|
+
jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
31
|
+
measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
|
|
32
|
+
partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
|
|
33
|
+
processingTimes?: UAProperty<DTProcessingTimes, DataType.ExtensionObject>;
|
|
34
|
+
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
35
35
|
resultContent?: UAProperty<any, any>;
|
|
36
|
-
resultId: UAProperty<DTResultId,
|
|
37
|
-
resultState: UAProperty<Int32,
|
|
36
|
+
resultId: UAProperty<DTResultId, DataType.ExtensionObject>;
|
|
37
|
+
resultState: UAProperty<Int32, DataType.Int32>;
|
|
38
38
|
}
|
|
39
39
|
export interface UAResultReadyEvent extends UABaseEvent, UAResultReadyEvent_Base {
|
|
40
40
|
}
|
|
@@ -12,8 +12,8 @@ import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_va
|
|
|
12
12
|
*/
|
|
13
13
|
export interface UASafetyStateManagement_Base {
|
|
14
14
|
reportSafetyState: UAMethod;
|
|
15
|
-
visionSafetyInformation: UABaseDataVariable<UAString,
|
|
16
|
-
visionSafetyTriggered: UABaseDataVariable<boolean,
|
|
15
|
+
visionSafetyInformation: UABaseDataVariable<UAString, DataType.String>;
|
|
16
|
+
visionSafetyTriggered: UABaseDataVariable<boolean, DataType.Boolean>;
|
|
17
17
|
}
|
|
18
18
|
export interface UASafetyStateManagement extends UAObject, UASafetyStateManagement_Base {
|
|
19
19
|
}
|
|
@@ -7,7 +7,6 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
|
|
|
7
7
|
* |typedDefinition |4:StateChangedEventType ns=4;i=1018 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAStateChangedEvent_Base = UATransitionEvent_Base;
|
|
12
11
|
export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
|
|
13
12
|
}
|
|
@@ -19,20 +19,20 @@ import { DTResultId } from "./dt_result_id";
|
|
|
19
19
|
* |isAbstract |true |
|
|
20
20
|
*/
|
|
21
21
|
export interface UAVisionCondition_Base extends UAAcknowledgeableCondition_Base {
|
|
22
|
-
blockReaction: UAProperty<boolean,
|
|
23
|
-
causePath?: UAProperty<UAString,
|
|
24
|
-
errorCode?: UAProperty<UInt64,
|
|
25
|
-
errorString?: UAProperty<UAString,
|
|
26
|
-
externalConfigurationId?: UAProperty<DTConfigurationId,
|
|
27
|
-
externalRecipeId?: UAProperty<DTRecipeIdExternal,
|
|
28
|
-
internalConfigurationId?: UAProperty<DTConfigurationId,
|
|
29
|
-
internalRecipeId?: UAProperty<DTRecipeIdInternal,
|
|
30
|
-
jobId?: UAProperty<DTJobId,
|
|
31
|
-
measId?: UAProperty<DTMeasId,
|
|
32
|
-
partId?: UAProperty<DTPartId,
|
|
33
|
-
productId?: UAProperty<DTProductId,
|
|
34
|
-
resultId?: UAProperty<DTResultId,
|
|
35
|
-
stopReaction: UAProperty<boolean,
|
|
22
|
+
blockReaction: UAProperty<boolean, DataType.Boolean>;
|
|
23
|
+
causePath?: UAProperty<UAString, DataType.String>;
|
|
24
|
+
errorCode?: UAProperty<UInt64, DataType.UInt64>;
|
|
25
|
+
errorString?: UAProperty<UAString, DataType.String>;
|
|
26
|
+
externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
27
|
+
externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
28
|
+
internalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
29
|
+
internalRecipeId?: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
30
|
+
jobId?: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
31
|
+
measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
|
|
32
|
+
partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
|
|
33
|
+
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
34
|
+
resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
|
|
35
|
+
stopReaction: UAProperty<boolean, DataType.Boolean>;
|
|
36
36
|
}
|
|
37
37
|
export interface UAVisionCondition extends UAAcknowledgeableCondition, UAVisionCondition_Base {
|
|
38
38
|
}
|
|
@@ -7,7 +7,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
|
|
|
7
7
|
* |typedDefinition |4:VisionDiagnosticInfoEventType ns=4;i=1037 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
|
|
12
11
|
export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
|
|
13
12
|
}
|
|
@@ -7,7 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
7
7
|
* |typedDefinition |4:VisionErrorConditionType ns=4;i=1035 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAVisionErrorCondition_Base = UAVisionCondition_Base;
|
|
12
11
|
export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
|
|
13
12
|
}
|
|
@@ -19,16 +19,16 @@ import { DTResultId } from "./dt_result_id";
|
|
|
19
19
|
* |isAbstract |true |
|
|
20
20
|
*/
|
|
21
21
|
export interface UAVisionEvent_Base extends UABaseEvent_Base {
|
|
22
|
-
causePath?: UAProperty<UAString,
|
|
23
|
-
externalConfigurationId?: UAProperty<DTConfigurationId,
|
|
24
|
-
externalRecipeId?: UAProperty<DTRecipeIdExternal,
|
|
25
|
-
internalConfigurationId?: UAProperty<DTConfigurationId,
|
|
26
|
-
internalRecipeId?: UAProperty<DTRecipeIdInternal,
|
|
27
|
-
jobId?: UAProperty<DTJobId,
|
|
28
|
-
measId?: UAProperty<DTMeasId,
|
|
29
|
-
partId?: UAProperty<DTPartId,
|
|
30
|
-
productId?: UAProperty<DTProductId,
|
|
31
|
-
resultId?: UAProperty<DTResultId,
|
|
22
|
+
causePath?: UAProperty<UAString, DataType.String>;
|
|
23
|
+
externalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
24
|
+
externalRecipeId?: UAProperty<DTRecipeIdExternal, DataType.ExtensionObject>;
|
|
25
|
+
internalConfigurationId?: UAProperty<DTConfigurationId, DataType.ExtensionObject>;
|
|
26
|
+
internalRecipeId?: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
|
|
27
|
+
jobId?: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
28
|
+
measId?: UAProperty<DTMeasId, DataType.ExtensionObject>;
|
|
29
|
+
partId?: UAProperty<DTPartId, DataType.ExtensionObject>;
|
|
30
|
+
productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
|
|
31
|
+
resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
|
|
32
32
|
}
|
|
33
33
|
export interface UAVisionEvent extends UABaseEvent, UAVisionEvent_Base {
|
|
34
34
|
}
|
|
@@ -7,7 +7,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
|
|
|
7
7
|
* |typedDefinition |4:VisionInformationEventType ns=4;i=1038 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAVisionInformationEvent_Base = UAVisionEvent_Base;
|
|
12
11
|
export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
|
|
13
12
|
}
|
|
@@ -7,7 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
7
7
|
* |typedDefinition |4:VisionPersistentErrorConditionType ns=4;i=1036 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
|
|
12
11
|
export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
|
|
13
12
|
}
|
|
@@ -11,8 +11,8 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
|
|
|
11
11
|
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export interface UAVisionSafetyEvent_Base extends UABaseEvent_Base {
|
|
14
|
-
visionSafetyInformation: UAProperty<UAString,
|
|
15
|
-
visionSafetyTriggered: UAProperty<boolean,
|
|
14
|
+
visionSafetyInformation: UAProperty<UAString, DataType.String>;
|
|
15
|
+
visionSafetyTriggered: UAProperty<boolean, DataType.Boolean>;
|
|
16
16
|
}
|
|
17
17
|
export interface UAVisionSafetyEvent extends UABaseEvent, UAVisionSafetyEvent_Base {
|
|
18
18
|
}
|
|
@@ -38,11 +38,11 @@ export interface UAVisionSystem_visionStateMachine extends Omit<UAVisionStateMac
|
|
|
38
38
|
*/
|
|
39
39
|
export interface UAVisionSystem_Base {
|
|
40
40
|
configurationManagement?: UAConfigurationManagement;
|
|
41
|
-
diagnosticLevel?: UABaseDataVariable<UInt16,
|
|
41
|
+
diagnosticLevel?: UABaseDataVariable<UInt16, DataType.UInt16>;
|
|
42
42
|
recipeManagement?: UARecipeManagement;
|
|
43
43
|
resultManagement?: UAResultManagement;
|
|
44
44
|
safetyStateManagement?: UASafetyStateManagement;
|
|
45
|
-
systemState?: UABaseDataVariable<DTSystemStateDescription,
|
|
45
|
+
systemState?: UABaseDataVariable<DTSystemStateDescription, DataType.ExtensionObject>;
|
|
46
46
|
visionStateMachine: UAVisionSystem_visionStateMachine;
|
|
47
47
|
}
|
|
48
48
|
export interface UAVisionSystem extends UAObject, UAVisionSystem_Base {
|
|
@@ -7,7 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
7
7
|
* |typedDefinition |4:VisionWarningConditionType ns=4;i=1034 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export
|
|
11
|
-
}
|
|
10
|
+
export declare type UAVisionWarningCondition_Base = UAVisionCondition_Base;
|
|
12
11
|
export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {
|
|
13
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-machine-vision",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,13 +10,14 @@
|
|
|
10
10
|
"author": "etienne.rossignon@sterfive.com",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
14
|
-
"node-opcua-basic-types": "2.
|
|
15
|
-
"node-opcua-data-model": "2.
|
|
16
|
-
"node-opcua-
|
|
17
|
-
"node-opcua-
|
|
18
|
-
"node-opcua-
|
|
19
|
-
"node-opcua-
|
|
13
|
+
"node-opcua-address-space-base": "2.77.0",
|
|
14
|
+
"node-opcua-basic-types": "2.77.0",
|
|
15
|
+
"node-opcua-data-model": "2.77.0",
|
|
16
|
+
"node-opcua-extension-object": "2.77.0",
|
|
17
|
+
"node-opcua-nodeid": "2.77.0",
|
|
18
|
+
"node-opcua-nodeset-ua": "2.77.0",
|
|
19
|
+
"node-opcua-status-code": "2.77.0",
|
|
20
|
+
"node-opcua-variant": "2.77.0"
|
|
20
21
|
},
|
|
21
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "5c8d45772d786fa4ba59369dd26679353ab5482b"
|
|
22
23
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { LocalizedText } from "node-opcua-data-model"
|
|
3
3
|
import { UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
5
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
5
6
|
/**
|
|
6
7
|
* | | |
|
|
@@ -10,16 +11,17 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
10
11
|
* | name |4:BinaryIdBaseDataType |
|
|
11
12
|
* | isAbstract|true |
|
|
12
13
|
*/
|
|
13
|
-
export interface DTBinaryIdBase extends DTStructure
|
|
14
|
-
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
14
|
+
export interface DTBinaryIdBase extends DTStructure {
|
|
15
|
+
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
15
16
|
id: UAString; // String ns=4;i=3017
|
|
16
|
-
/** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
|
|
17
|
-
version
|
|
18
|
-
/** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
|
|
17
|
+
/** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
|
|
18
|
+
version?: UAString; // String ns=4;i=3017
|
|
19
|
+
/** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
|
|
19
20
|
The hash is supposed to be provided by the environment if existing. The environment shall use the same hash function on all recipes so that a difference in the hash indicates a difference in the recipe. It is recommended to use the SHA-256 algorithm for computing the hash, however, the actual algorithm is implementation-defined.*/
|
|
20
|
-
hash
|
|
21
|
-
/** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
|
|
22
|
-
hashAlgorithm
|
|
23
|
-
/** Optional short human readable description of the configuration.*/
|
|
24
|
-
description
|
|
25
|
-
}
|
|
21
|
+
hash?: Buffer; // ByteString ns=0;i=15
|
|
22
|
+
/** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
|
|
23
|
+
hashAlgorithm?: UAString; // String ns=0;i=12
|
|
24
|
+
/** Optional short human readable description of the configuration.*/
|
|
25
|
+
description?: LocalizedText; // LocalizedText ns=0;i=21
|
|
26
|
+
}
|
|
27
|
+
export interface UDTBinaryIdBase extends ExtensionObject, DTBinaryIdBase {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
2
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
3
4
|
import { DTConfigurationId } from "./dt_configuration_id"
|
|
4
5
|
/**
|
|
@@ -9,13 +10,14 @@ import { DTConfigurationId } from "./dt_configuration_id"
|
|
|
9
10
|
* | name |4:ConfigurationDataType |
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
|
-
export interface DTConfiguration extends DTStructure
|
|
13
|
-
/** Indicates that actual content of the configuration may be transferred through temporary file transfer method.*/
|
|
14
|
-
hasTransferableDataOnFile
|
|
15
|
-
/** Identification of the configuration used by the environment. This argument must not be empty.*/
|
|
16
|
-
externalId
|
|
17
|
-
/** System-wide unique ID for identifying a configuration. This ID is assigned by the vision system.*/
|
|
13
|
+
export interface DTConfiguration extends DTStructure {
|
|
14
|
+
/** Indicates that actual content of the configuration may be transferred through temporary file transfer method.*/
|
|
15
|
+
hasTransferableDataOnFile?: boolean; // Boolean ns=0;i=1
|
|
16
|
+
/** Identification of the configuration used by the environment. This argument must not be empty.*/
|
|
17
|
+
externalId?: DTConfigurationId; // ExtensionObject ns=4;i=3008
|
|
18
|
+
/** System-wide unique ID for identifying a configuration. This ID is assigned by the vision system.*/
|
|
18
19
|
internalId: DTConfigurationId; // ExtensionObject ns=4;i=3008
|
|
19
|
-
/** The time and date when this configuration was last modified.*/
|
|
20
|
+
/** The time and date when this configuration was last modified.*/
|
|
20
21
|
lastModified: Date; // DateTime ns=0;i=294
|
|
21
|
-
}
|
|
22
|
+
}
|
|
23
|
+
export interface UDTConfiguration extends ExtensionObject, DTConfiguration {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { LocalizedText } from "node-opcua-data-model"
|
|
3
3
|
import { UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
5
|
import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
5
6
|
/**
|
|
6
7
|
* | | |
|
|
@@ -10,16 +11,17 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
10
11
|
* | name |4:ConfigurationIdDataType |
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
|
-
export interface DTConfigurationId extends DTBinaryIdBase
|
|
14
|
-
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
14
|
+
export interface DTConfigurationId extends DTBinaryIdBase {
|
|
15
|
+
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
15
16
|
id: UAString; // String ns=4;i=3017
|
|
16
|
-
/** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
|
|
17
|
-
version
|
|
18
|
-
/** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
|
|
17
|
+
/** Represents an optional version number of the identified recipe. It is recommended to be of the format Major.minor.patch.build or a subset thereof, but the actual format is implementation defined.*/
|
|
18
|
+
version?: UAString; // String ns=4;i=3017
|
|
19
|
+
/** Represents an optional hash of the binary content of the actual recipe (as it would be transmitted by the transfer methods).
|
|
19
20
|
The hash is supposed to be provided by the environment if existing. The environment shall use the same hash function on all recipes so that a difference in the hash indicates a difference in the recipe. It is recommended to use the SHA-256 algorithm for computing the hash, however, the actual algorithm is implementation-defined.*/
|
|
20
|
-
hash
|
|
21
|
-
/** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
|
|
22
|
-
hashAlgorithm
|
|
23
|
-
/** Optional short human readable description of the configuration.*/
|
|
24
|
-
description
|
|
25
|
-
}
|
|
21
|
+
hash?: Buffer; // ByteString ns=0;i=15
|
|
22
|
+
/** Name of the hash function used. Required if internally and externally computed hashes are to be compared.*/
|
|
23
|
+
hashAlgorithm?: UAString; // String ns=0;i=12
|
|
24
|
+
/** Optional short human readable description of the configuration.*/
|
|
25
|
+
description?: LocalizedText; // LocalizedText ns=0;i=21
|
|
26
|
+
}
|
|
27
|
+
export interface UDTConfigurationId extends ExtensionObject, DTConfigurationId {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
2
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
3
4
|
import { DTConfigurationId } from "./dt_configuration_id"
|
|
4
5
|
/**
|
|
@@ -9,7 +10,8 @@ import { DTConfigurationId } from "./dt_configuration_id"
|
|
|
9
10
|
* | name |4:ConfigurationTransferOptions |
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
|
-
export interface DTConfigurationTransferOptions extends DTStructure
|
|
13
|
-
/** The Id of the configuration to be transferred to or from the client.*/
|
|
13
|
+
export interface DTConfigurationTransferOptions extends DTStructure {
|
|
14
|
+
/** The Id of the configuration to be transferred to or from the client.*/
|
|
14
15
|
internalId: DTConfigurationId; // ExtensionObject ns=4;i=3008
|
|
15
|
-
}
|
|
16
|
+
}
|
|
17
|
+
export interface UDTConfigurationTransferOptions extends ExtensionObject, DTConfigurationTransferOptions {};
|
package/source/dt_job_id.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAString } from "node-opcua-basic-types"
|
|
3
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
3
4
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
4
5
|
/**
|
|
5
6
|
* | | |
|
|
@@ -9,7 +10,8 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
9
10
|
* | name |4:JobIdDataType |
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
|
-
export interface DTJobId extends DTStructure
|
|
13
|
-
/** Id is a system-wide unique identifier/name for identifying the job carried out.*/
|
|
13
|
+
export interface DTJobId extends DTStructure {
|
|
14
|
+
/** Id is a system-wide unique identifier/name for identifying the job carried out.*/
|
|
14
15
|
id: UAString; // String ns=4;i=3017
|
|
15
|
-
}
|
|
16
|
+
}
|
|
17
|
+
export interface UDTJobId extends ExtensionObject, DTJobId {};
|
package/source/dt_meas_id.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { LocalizedText } from "node-opcua-data-model"
|
|
3
3
|
import { UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
5
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
5
6
|
/**
|
|
6
7
|
* | | |
|
|
@@ -10,9 +11,10 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
10
11
|
* | name |4:MeasIdDataType |
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
|
-
export interface DTMeasId extends DTStructure
|
|
14
|
-
/** Id is an identifier/name for identifying the measurement operation. This identifier is passed by the client to the vision system so no assumptions can be made about its uniqueness or other properties.*/
|
|
14
|
+
export interface DTMeasId extends DTStructure {
|
|
15
|
+
/** Id is an identifier/name for identifying the measurement operation. This identifier is passed by the client to the vision system so no assumptions can be made about its uniqueness or other properties.*/
|
|
15
16
|
id: UAString; // String ns=4;i=3017
|
|
16
|
-
/** Optional short human readable description of the measurement.*/
|
|
17
|
-
description
|
|
18
|
-
}
|
|
17
|
+
/** Optional short human readable description of the measurement.*/
|
|
18
|
+
description?: LocalizedText; // LocalizedText ns=0;i=21
|
|
19
|
+
}
|
|
20
|
+
export interface UDTMeasId extends ExtensionObject, DTMeasId {};
|
package/source/dt_part_id.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { LocalizedText } from "node-opcua-data-model"
|
|
3
3
|
import { UAString } from "node-opcua-basic-types"
|
|
4
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
5
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
5
6
|
/**
|
|
6
7
|
* | | |
|
|
@@ -10,9 +11,10 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
10
11
|
* | name |4:PartIdDataType |
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
|
-
export interface DTPartId extends DTStructure
|
|
14
|
-
/** Describes the connection between a unit under test and a result, which was created during the processing of a recipe applied on this unit under test. Usually passed by the client with a Start method call and not changed by the server.*/
|
|
14
|
+
export interface DTPartId extends DTStructure {
|
|
15
|
+
/** Describes the connection between a unit under test and a result, which was created during the processing of a recipe applied on this unit under test. Usually passed by the client with a Start method call and not changed by the server.*/
|
|
15
16
|
id: UAString; // String ns=4;i=3017
|
|
16
|
-
/** Optional short human readable description of the part.*/
|
|
17
|
-
description
|
|
18
|
-
}
|
|
17
|
+
/** Optional short human readable description of the part.*/
|
|
18
|
+
description?: LocalizedText; // LocalizedText ns=0;i=21
|
|
19
|
+
}
|
|
20
|
+
export interface UDTPartId extends ExtensionObject, DTPartId {};
|