node-opcua-nodeset-machine-vision 2.134.0 → 2.138.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/LICENSE +1 -0
- package/dist/dt_binary_id_base.d.ts +1 -1
- package/dist/dt_configuration.d.ts +1 -1
- package/dist/dt_configuration_id.d.ts +1 -1
- package/dist/dt_configuration_transfer_options.d.ts +1 -1
- package/dist/dt_job_id.d.ts +1 -1
- package/dist/dt_meas_id.d.ts +1 -1
- package/dist/dt_part_id.d.ts +1 -1
- package/dist/dt_processing_times.d.ts +1 -1
- package/dist/dt_product.d.ts +1 -1
- package/dist/dt_product_id.d.ts +1 -1
- package/dist/dt_recipe_id_external.d.ts +1 -1
- package/dist/dt_recipe_id_internal.d.ts +1 -1
- package/dist/dt_recipe_transfer_options.d.ts +1 -1
- package/dist/dt_result.d.ts +1 -1
- package/dist/dt_result_id.d.ts +1 -1
- package/dist/dt_result_transfer_options.d.ts +1 -1
- package/dist/dt_system_state_description.d.ts +1 -1
- package/dist/enum_system_state.d.ts +1 -1
- package/dist/enum_system_state.js +1 -1
- package/dist/enum_tri_state_boolean.d.ts +1 -1
- package/dist/enum_tri_state_boolean.js +1 -1
- package/dist/ua_result.d.ts +1 -0
- package/package.json +7 -7
- package/source/dt_binary_id_base.ts +1 -1
- package/source/dt_configuration.ts +1 -1
- package/source/dt_configuration_id.ts +1 -1
- package/source/dt_configuration_transfer_options.ts +1 -1
- package/source/dt_job_id.ts +1 -1
- package/source/dt_meas_id.ts +1 -1
- package/source/dt_part_id.ts +1 -1
- package/source/dt_processing_times.ts +1 -1
- package/source/dt_product.ts +1 -1
- package/source/dt_product_id.ts +1 -1
- package/source/dt_recipe_id_external.ts +1 -1
- package/source/dt_recipe_id_internal.ts +1 -1
- package/source/dt_recipe_transfer_options.ts +1 -1
- package/source/dt_result.ts +1 -1
- package/source/dt_result_id.ts +1 -1
- package/source/dt_result_transfer_options.ts +1 -1
- package/source/dt_system_state_description.ts +1 -1
- package/source/enum_system_state.ts +1 -1
- package/source/enum_tri_state_boolean.ts +1 -1
- package/source/ua_result.ts +1 -0
package/LICENSE
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |BinaryIdBaseDataType |
|
|
11
11
|
* | isAbstract|true |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTBinaryIdBase extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTConfigurationId } from "./dt_configuration_id";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ConfigurationDataType |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTConfiguration extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ConfigurationIdDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTConfigurationId extends DTBinaryIdBase {
|
|
@@ -6,7 +6,7 @@ import { DTConfigurationId } from "./dt_configuration_id";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ConfigurationTransferOptions |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTConfigurationTransferOptions extends DTStructure {
|
package/dist/dt_job_id.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |JobIdDataType |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTJobId extends DTStructure {
|
package/dist/dt_meas_id.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |MeasIdDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTMeasId extends DTStructure {
|
package/dist/dt_part_id.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |PartIdDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPartId extends DTStructure {
|
|
@@ -5,7 +5,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |ProcessingTimesDataType |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export interface DTProcessingTimes extends DTStructure {
|
package/dist/dt_product.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { DTProductId } from "./dt_product_id";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ProductDataType |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTProduct extends DTStructure {
|
package/dist/dt_product_id.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ProductIdDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTProductId extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RecipeIdExternalDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTRecipeIdExternal extends DTBinaryIdBase {
|
|
@@ -7,7 +7,7 @@ import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RecipeIdInternalDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTRecipeIdInternal extends DTBinaryIdBase {
|
|
@@ -6,7 +6,7 @@ import { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |RecipeTransferOptions |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTRecipeTransferOptions extends DTStructure {
|
package/dist/dt_result.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import { DTProcessingTimes } from "./dt_processing_times";
|
|
|
16
16
|
* |-----------|------------------------------------------------------------|
|
|
17
17
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
18
18
|
* | nodeClass |DataType |
|
|
19
|
-
* | name |
|
|
19
|
+
* | name |ResultDataType |
|
|
20
20
|
* | isAbstract|false |
|
|
21
21
|
*/
|
|
22
22
|
export interface DTResult extends DTStructure {
|
package/dist/dt_result_id.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ResultIdDataType |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTResultId extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTResultId } from "./dt_result_id";
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ResultTransferOptions |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTResultTransferOptions extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { EnumSystemState } from "./enum_system_state";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |SystemStateDescriptionDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTSystemStateDescription extends DTStructure {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |SystemStateDataType |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumSystemState {
|
|
@@ -7,7 +7,7 @@ exports.EnumSystemState = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |SystemStateDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumSystemState;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |TriStateBooleanDataType |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumTriStateBoolean {
|
|
@@ -7,7 +7,7 @@ exports.EnumTriStateBoolean = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |TriStateBooleanDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumTriStateBoolean;
|
package/dist/ua_result.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { DTResultId } from "./dt_result_id";
|
|
|
19
19
|
* |typedDefinition |ResultType i=2002 |
|
|
20
20
|
* |dataType |ExtensionObject |
|
|
21
21
|
* |dataType Name |DTResult i=3006 |
|
|
22
|
+
* |value rank |-1 |
|
|
22
23
|
* |isAbstract |false |
|
|
23
24
|
*/
|
|
24
25
|
export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-machine-vision",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.138.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machine-vision",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.138.0",
|
|
14
14
|
"node-opcua-basic-types": "2.134.0",
|
|
15
|
-
"node-opcua-data-model": "2.
|
|
16
|
-
"node-opcua-extension-object": "2.
|
|
15
|
+
"node-opcua-data-model": "2.137.0",
|
|
16
|
+
"node-opcua-extension-object": "2.137.0",
|
|
17
17
|
"node-opcua-nodeid": "2.133.0",
|
|
18
|
-
"node-opcua-nodeset-ua": "2.
|
|
18
|
+
"node-opcua-nodeset-ua": "2.138.0",
|
|
19
19
|
"node-opcua-status-code": "2.133.0",
|
|
20
|
-
"node-opcua-variant": "2.
|
|
20
|
+
"node-opcua-variant": "2.137.0"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"internet of things"
|
|
37
37
|
],
|
|
38
38
|
"homepage": "http://node-opcua.github.io/",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "383bbe814f9261b2bc01a5d0fe476813153bb110"
|
|
40
40
|
}
|
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |BinaryIdBaseDataType |
|
|
12
12
|
* | isAbstract|true |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTBinaryIdBase extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTConfigurationId } from "./dt_configuration_id"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ConfigurationDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTConfiguration extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |ConfigurationIdDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTConfigurationId extends DTBinaryIdBase {
|
|
@@ -7,7 +7,7 @@ import { DTConfigurationId } from "./dt_configuration_id"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ConfigurationTransferOptions |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTConfigurationTransferOptions extends DTStructure {
|
package/source/dt_job_id.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |JobIdDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTJobId extends DTStructure {
|
package/source/dt_meas_id.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |MeasIdDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTMeasId extends DTStructure {
|
package/source/dt_part_id.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |PartIdDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTPartId extends DTStructure {
|
|
@@ -6,7 +6,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
7
7
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
8
|
* | nodeClass |DataType |
|
|
9
|
-
* | name |
|
|
9
|
+
* | name |ProcessingTimesDataType |
|
|
10
10
|
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTProcessingTimes extends DTStructure {
|
package/source/dt_product.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTProductId } from "./dt_product_id"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ProductDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTProduct extends DTStructure {
|
package/source/dt_product_id.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |ProductIdDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTProductId extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |RecipeIdExternalDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTRecipeIdExternal extends DTBinaryIdBase {
|
|
@@ -8,7 +8,7 @@ import { DTBinaryIdBase } from "./dt_binary_id_base"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |RecipeIdInternalDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTRecipeIdInternal extends DTBinaryIdBase {
|
|
@@ -7,7 +7,7 @@ import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |RecipeTransferOptions |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTRecipeTransferOptions extends DTStructure {
|
package/source/dt_result.ts
CHANGED
|
@@ -17,7 +17,7 @@ import { DTProcessingTimes } from "./dt_processing_times"
|
|
|
17
17
|
* |-----------|------------------------------------------------------------|
|
|
18
18
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
19
19
|
* | nodeClass |DataType |
|
|
20
|
-
* | name |
|
|
20
|
+
* | name |ResultDataType |
|
|
21
21
|
* | isAbstract|false |
|
|
22
22
|
*/
|
|
23
23
|
export interface DTResult extends DTStructure {
|
package/source/dt_result_id.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ResultIdDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTResultId extends DTStructure {
|
|
@@ -7,7 +7,7 @@ import { DTResultId } from "./dt_result_id"
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ResultTransferOptions |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTResultTransferOptions extends DTStructure {
|
|
@@ -8,7 +8,7 @@ import { EnumSystemState } from "./enum_system_state"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |SystemStateDescriptionDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTSystemStateDescription extends DTStructure {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |SystemStateDataType |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumSystemState {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |TriStateBooleanDataType |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumTriStateBoolean {
|
package/source/ua_result.ts
CHANGED
|
@@ -20,6 +20,7 @@ import { DTResultId } from "./dt_result_id"
|
|
|
20
20
|
* |typedDefinition |ResultType i=2002 |
|
|
21
21
|
* |dataType |ExtensionObject |
|
|
22
22
|
* |dataType Name |DTResult i=3006 |
|
|
23
|
+
* |value rank |-1 |
|
|
23
24
|
* |isAbstract |false |
|
|
24
25
|
*/
|
|
25
26
|
export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|