node-opcua-nodeset-machine-vision 2.76.2 → 2.78.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/package.json +10 -9
- package/source/dt_binary_id_base.ts +12 -10
- package/source/dt_configuration.ts +9 -7
- package/source/dt_configuration_id.ts +12 -10
- package/source/dt_configuration_transfer_options.ts +4 -2
- package/source/dt_job_id.ts +4 -2
- package/source/dt_meas_id.ts +6 -4
- package/source/dt_part_id.ts +6 -4
- package/source/dt_processing_times.ts +9 -7
- package/source/dt_product.ts +4 -2
- package/source/dt_product_id.ts +6 -4
- package/source/dt_recipe_id_external.ts +12 -10
- package/source/dt_recipe_id_internal.ts +12 -10
- package/source/dt_recipe_transfer_options.ts +4 -2
- package/source/dt_result.ts +29 -26
- package/source/dt_result_id.ts +4 -2
- package/source/dt_result_transfer_options.ts +4 -2
- package/source/dt_system_state_description.ts +6 -4
- package/source/ua_configuration_folder.ts +1 -1
- package/source/ua_error_event.ts +1 -1
- package/source/ua_recipe_folder.ts +1 -1
- package/source/ua_result.ts +1 -1
- package/source/ua_result_folder.ts +1 -1
- package/source/ua_result_ready_event.ts +1 -1
- package/source/ua_vision_automatic_mode_state_machine.ts +1 -1
- package/source/ua_vision_condition.ts +1 -1
|
@@ -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
|
/**
|
|
@@ -10,12 +11,13 @@ import { DTConfigurationId } from "./dt_configuration_id"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
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.*/
|
|
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
|
* | | |
|
|
@@ -11,15 +12,16 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
export interface DTConfigurationId extends DTBinaryIdBase {
|
|
14
|
-
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
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
|
/**
|
|
@@ -10,6 +11,7 @@ import { DTConfigurationId } from "./dt_configuration_id"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
export interface DTConfigurationTransferOptions extends DTStructure {
|
|
13
|
-
/** The Id of the configuration to be transferred to or from the client.*/
|
|
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
|
* | | |
|
|
@@ -10,6 +11,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
export interface DTJobId extends DTStructure {
|
|
13
|
-
/** Id is a system-wide unique identifier/name for identifying the job carried out.*/
|
|
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
|
* | | |
|
|
@@ -11,8 +12,9 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
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.*/
|
|
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
|
* | | |
|
|
@@ -11,8 +12,9 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
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.*/
|
|
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 {};
|
|
@@ -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
|
/**
|
|
4
5
|
* | | |
|
|
@@ -9,12 +10,13 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
9
10
|
* | isAbstract|false |
|
|
10
11
|
*/
|
|
11
12
|
export interface DTProcessingTimes extends DTStructure {
|
|
12
|
-
/** Contains the time when the vision system started execution of the recipe.*/
|
|
13
|
+
/** Contains the time when the vision system started execution of the recipe.*/
|
|
13
14
|
startTime: Date; // DateTime ns=0;i=294
|
|
14
|
-
/** Contains the time when the vision system finished (or stopped/aborted) execution of the recipe.*/
|
|
15
|
+
/** Contains the time when the vision system finished (or stopped/aborted) execution of the recipe.*/
|
|
15
16
|
endTime: Date; // DateTime ns=0;i=294
|
|
16
|
-
/** Time spent by the vision system acquiring images.*/
|
|
17
|
-
acquisitionDuration
|
|
18
|
-
/** Time spent by the vision system processing data.*/
|
|
19
|
-
processingDuration
|
|
20
|
-
}
|
|
17
|
+
/** Time spent by the vision system acquiring images.*/
|
|
18
|
+
acquisitionDuration?: number; // Double ns=0;i=290
|
|
19
|
+
/** Time spent by the vision system processing data.*/
|
|
20
|
+
processingDuration?: number; // Double ns=0;i=290
|
|
21
|
+
}
|
|
22
|
+
export interface UDTProcessingTimes extends ExtensionObject, DTProcessingTimes {};
|
package/source/dt_product.ts
CHANGED
|
@@ -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 { DTProductId } from "./dt_product_id"
|
|
4
5
|
/**
|
|
@@ -10,6 +11,7 @@ import { DTProductId } from "./dt_product_id"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
export interface DTProduct extends DTStructure {
|
|
13
|
-
/** Identification of the product used by the environment. This argument must not be empty.*/
|
|
14
|
+
/** Identification of the product used by the environment. This argument must not be empty.*/
|
|
14
15
|
externalId: DTProductId; // ExtensionObject ns=4;i=3003
|
|
15
|
-
}
|
|
16
|
+
}
|
|
17
|
+
export interface UDTProduct extends ExtensionObject, DTProduct {};
|
package/source/dt_product_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
|
* | | |
|
|
@@ -11,8 +12,9 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
export interface DTProductId extends DTStructure {
|
|
14
|
-
/** Id is a system-wide unique identifier/name for identifying the product.*/
|
|
15
|
+
/** Id is a system-wide unique identifier/name for identifying the product.*/
|
|
15
16
|
id: UAString; // String ns=4;i=3017
|
|
16
|
-
/** Optional short human readable description of the configuration*/
|
|
17
|
-
description
|
|
18
|
-
}
|
|
17
|
+
/** Optional short human readable description of the configuration*/
|
|
18
|
+
description?: LocalizedText; // LocalizedText ns=0;i=21
|
|
19
|
+
}
|
|
20
|
+
export interface UDTProductId extends ExtensionObject, DTProductId {};
|
|
@@ -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
|
* | | |
|
|
@@ -11,15 +12,16 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
export interface DTRecipeIdExternal extends DTBinaryIdBase {
|
|
14
|
-
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
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 UDTRecipeIdExternal extends ExtensionObject, DTRecipeIdExternal {};
|
|
@@ -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
|
* | | |
|
|
@@ -11,15 +12,16 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
export interface DTRecipeIdInternal extends DTBinaryIdBase {
|
|
14
|
-
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
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 UDTRecipeIdInternal extends ExtensionObject, DTRecipeIdInternal {};
|
|
@@ -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 { DTRecipeIdInternal } from "./dt_recipe_id_internal"
|
|
4
5
|
/**
|
|
@@ -10,6 +11,7 @@ import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
export interface DTRecipeTransferOptions extends DTStructure {
|
|
13
|
-
/** The InternalId of the recipe to be transferred to or from the client.*/
|
|
14
|
+
/** The InternalId of the recipe to be transferred to or from the client.*/
|
|
14
15
|
internalId: DTRecipeIdInternal; // ExtensionObject ns=4;i=3013
|
|
15
|
-
}
|
|
16
|
+
}
|
|
17
|
+
export interface UDTRecipeTransferOptions extends ExtensionObject, DTRecipeTransferOptions {};
|
package/source/dt_result.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
+
import { VariantOptions } from "node-opcua-variant"
|
|
2
3
|
import { Int32 } from "node-opcua-basic-types"
|
|
4
|
+
import { ExtensionObject } from "node-opcua-extension-object"
|
|
3
5
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
4
6
|
import { DTResultId } from "./dt_result_id"
|
|
5
7
|
import { DTMeasId } from "./dt_meas_id"
|
|
@@ -19,36 +21,37 @@ import { DTProcessingTimes } from "./dt_processing_times"
|
|
|
19
21
|
* | isAbstract|false |
|
|
20
22
|
*/
|
|
21
23
|
export interface DTResult extends DTStructure {
|
|
22
|
-
/** System-wide unique identifier, which is assigned by the system. This ID can be used for fetching exactly this result using the pertinent result management methods and it is identical to the ResultId of the ResultReadyEventType.*/
|
|
24
|
+
/** System-wide unique identifier, which is assigned by the system. This ID can be used for fetching exactly this result using the pertinent result management methods and it is identical to the ResultId of the ResultReadyEventType.*/
|
|
23
25
|
resultId: DTResultId; // ExtensionObject ns=4;i=3021
|
|
24
|
-
/** Indicates that additional data for this result can be retrieved by temporary file transfer.*/
|
|
25
|
-
hasTransferableDataOnFile
|
|
26
|
-
/** Indicates whether the result is the partial result of a total result.*/
|
|
26
|
+
/** Indicates that additional data for this result can be retrieved by temporary file transfer.*/
|
|
27
|
+
hasTransferableDataOnFile?: boolean; // Boolean ns=0;i=1
|
|
28
|
+
/** Indicates whether the result is the partial result of a total result.*/
|
|
27
29
|
isPartial: boolean; // Boolean ns=0;i=1
|
|
28
|
-
/** Indicates whether the system was in simulation mode when the result was created.*/
|
|
29
|
-
isSimulated
|
|
30
|
-
/** ResultState provides information about the current state of a result and the ResultStateDataType is defined in Section 12.18.*/
|
|
30
|
+
/** Indicates whether the system was in simulation mode when the result was created.*/
|
|
31
|
+
isSimulated?: boolean; // Boolean ns=0;i=1
|
|
32
|
+
/** ResultState provides information about the current state of a result and the ResultStateDataType is defined in Section 12.18.*/
|
|
31
33
|
resultState: Int32; // Int32 ns=4;i=3009
|
|
32
|
-
/** This identifier is given by the client when starting a single job or continuous execution and transmitted to the vision system. It is used to identify the respective result data generated for this job. Although the system-wide unique JobId would be sufficient to identify the job which the result belongs to, this makes for easier filtering on the part of the client without keeping track of JobIds.*/
|
|
33
|
-
measId
|
|
34
|
-
/** A PartId is given by the client when starting the job; although the system-wide unique JobId would be sufficient to identify the job which the result belongs to, this makes for easier filtering on the part of the client without keeping track of JobIds.*/
|
|
35
|
-
partId
|
|
36
|
-
/** External Id of the recipe in use which produced the result. The ExternalID is only managed by the environment.*/
|
|
37
|
-
externalRecipeId
|
|
38
|
-
/** Internal Id of the recipe in use which produced the result. This ID is system-wide unique and is assigned by the vision system.*/
|
|
34
|
+
/** This identifier is given by the client when starting a single job or continuous execution and transmitted to the vision system. It is used to identify the respective result data generated for this job. Although the system-wide unique JobId would be sufficient to identify the job which the result belongs to, this makes for easier filtering on the part of the client without keeping track of JobIds.*/
|
|
35
|
+
measId?: DTMeasId; // ExtensionObject ns=4;i=3015
|
|
36
|
+
/** A PartId is given by the client when starting the job; although the system-wide unique JobId would be sufficient to identify the job which the result belongs to, this makes for easier filtering on the part of the client without keeping track of JobIds.*/
|
|
37
|
+
partId?: DTPartId; // ExtensionObject ns=4;i=3004
|
|
38
|
+
/** External Id of the recipe in use which produced the result. The ExternalID is only managed by the environment.*/
|
|
39
|
+
externalRecipeId?: DTRecipeIdExternal; // ExtensionObject ns=4;i=3002
|
|
40
|
+
/** Internal Id of the recipe in use which produced the result. This ID is system-wide unique and is assigned by the vision system.*/
|
|
39
41
|
internalRecipeId: DTRecipeIdInternal; // ExtensionObject ns=4;i=3013
|
|
40
|
-
/** productId which was used to trigger the job which created the result.*/
|
|
41
|
-
productId
|
|
42
|
-
/** External Id of the configuration in use which produced the result. The ExternalID is only managed by the environment.*/
|
|
43
|
-
externalConfigurationId
|
|
44
|
-
/** Internal Id of the configuration in use which produced the result. This ID is system-wide unique and is assigned by the vision system.*/
|
|
42
|
+
/** productId which was used to trigger the job which created the result.*/
|
|
43
|
+
productId?: DTProductId; // ExtensionObject ns=4;i=3003
|
|
44
|
+
/** External Id of the configuration in use which produced the result. The ExternalID is only managed by the environment.*/
|
|
45
|
+
externalConfigurationId?: DTConfigurationId; // ExtensionObject ns=4;i=3008
|
|
46
|
+
/** Internal Id of the configuration in use which produced the result. This ID is system-wide unique and is assigned by the vision system.*/
|
|
45
47
|
internalConfigurationId: DTConfigurationId; // ExtensionObject ns=4;i=3008
|
|
46
|
-
/** The ID of the job, created by the transition from state Ready to state SingleExecution or to state ContinuousExecution which produced the result.*/
|
|
48
|
+
/** The ID of the job, created by the transition from state Ready to state SingleExecution or to state ContinuousExecution which produced the result.*/
|
|
47
49
|
jobId: DTJobId; // ExtensionObject ns=4;i=3016
|
|
48
|
-
/** CreationTime indicates the time when the result was created.*/
|
|
50
|
+
/** CreationTime indicates the time when the result was created.*/
|
|
49
51
|
creationTime: Date; // DateTime ns=0;i=294
|
|
50
|
-
/** Collection of different processing times that were needed to create the result.*/
|
|
51
|
-
processingTimes
|
|
52
|
-
/** Abstract data type to be subtyped from to hold result data created by the selected recipe.*/
|
|
53
|
-
resultContent
|
|
54
|
-
}
|
|
52
|
+
/** Collection of different processing times that were needed to create the result.*/
|
|
53
|
+
processingTimes?: DTProcessingTimes; // ExtensionObject ns=4;i=3005
|
|
54
|
+
/** Abstract data type to be subtyped from to hold result data created by the selected recipe.*/
|
|
55
|
+
resultContent?: VariantOptions[]; // Variant ns=0;i=0
|
|
56
|
+
}
|
|
57
|
+
export interface UDTResult extends ExtensionObject, DTResult {};
|
package/source/dt_result_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
|
* | | |
|
|
@@ -10,6 +11,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
export interface DTResultId extends DTStructure {
|
|
13
|
-
/** Id is a system-wide unique identifier/name for identifying the generated result.*/
|
|
14
|
+
/** Id is a system-wide unique identifier/name for identifying the generated result.*/
|
|
14
15
|
id: UAString; // String ns=4;i=3017
|
|
15
|
-
}
|
|
16
|
+
}
|
|
17
|
+
export interface UDTResultId extends ExtensionObject, DTResultId {};
|
|
@@ -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 { DTResultId } from "./dt_result_id"
|
|
4
5
|
/**
|
|
@@ -10,6 +11,7 @@ import { DTResultId } from "./dt_result_id"
|
|
|
10
11
|
* | isAbstract|false |
|
|
11
12
|
*/
|
|
12
13
|
export interface DTResultTransferOptions extends DTStructure {
|
|
13
|
-
/** The Id of the result to be transferred to the client.*/
|
|
14
|
+
/** The Id of the result to be transferred to the client.*/
|
|
14
15
|
id: DTResultId; // ExtensionObject ns=4;i=3021
|
|
15
|
-
}
|
|
16
|
+
}
|
|
17
|
+
export interface UDTResultTransferOptions extends ExtensionObject, DTResultTransferOptions {};
|
|
@@ -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
|
import { EnumSystemState } from "./enum_system_state"
|
|
5
6
|
/**
|
|
@@ -11,8 +12,9 @@ import { EnumSystemState } from "./enum_system_state"
|
|
|
11
12
|
* | isAbstract|false |
|
|
12
13
|
*/
|
|
13
14
|
export interface DTSystemStateDescription extends DTStructure {
|
|
14
|
-
/** Denotes one of the basic SEMI E10 states*/
|
|
15
|
+
/** Denotes one of the basic SEMI E10 states*/
|
|
15
16
|
state: EnumSystemState; // Int32 ns=4;i=3023
|
|
16
|
-
/** Optional string describing the full state path, starting with the SEMI E10 state denoted by the state member; the string format is described in Section 11.5.*/
|
|
17
|
-
stateDescription
|
|
18
|
-
}
|
|
17
|
+
/** Optional string describing the full state path, starting with the SEMI E10 state denoted by the state member; the string format is described in Section 11.5.*/
|
|
18
|
+
stateDescription?: UAString; // String ns=4;i=3017
|
|
19
|
+
}
|
|
20
|
+
export interface UDTSystemStateDescription extends ExtensionObject, DTSystemStateDescription {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
4
4
|
import { DTConfiguration } from "./dt_configuration"
|
|
5
5
|
/**
|
package/source/ua_error_event.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { LocalizedText, QualifiedName } from "node-opcua-data-model"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
5
|
import { UInt32, UInt16, UAString } from "node-opcua-basic-types"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { UInt64, UInt32, UInt16, UAString } from "node-opcua-basic-types"
|
|
4
4
|
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
5
5
|
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
package/source/ua_result.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { Int32 } from "node-opcua-basic-types"
|
|
4
4
|
import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
5
5
|
import { DTResult } from "./dt_result"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType } from "node-opcua-variant"
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { Int32 } from "node-opcua-basic-types"
|
|
4
4
|
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
5
5
|
import { DTResult } from "./dt_result"
|
|
@@ -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 { Int32 } from "node-opcua-basic-types"
|
|
5
5
|
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
|
|
6
6
|
import { DTConfigurationId } from "./dt_configuration_id"
|
|
@@ -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"
|