node-opcua-nodeset-machine-vision 2.100.0 → 2.103.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 +6 -6
- package/dist/dt_configuration.d.ts +6 -6
- package/dist/dt_configuration_id.d.ts +6 -6
- package/dist/dt_configuration_transfer_options.d.ts +6 -6
- package/dist/dt_job_id.d.ts +6 -6
- package/dist/dt_meas_id.d.ts +6 -6
- package/dist/dt_part_id.d.ts +6 -6
- package/dist/dt_processing_times.d.ts +6 -6
- package/dist/dt_product.d.ts +6 -6
- package/dist/dt_product_id.d.ts +6 -6
- package/dist/dt_recipe_id_external.d.ts +6 -6
- package/dist/dt_recipe_id_internal.d.ts +6 -6
- package/dist/dt_recipe_transfer_options.d.ts +6 -6
- package/dist/dt_result.d.ts +6 -6
- package/dist/dt_result_id.d.ts +6 -6
- package/dist/dt_result_transfer_options.d.ts +6 -6
- package/dist/dt_system_state_description.d.ts +6 -6
- package/dist/enum_system_state.d.ts +6 -6
- package/dist/enum_system_state.js +6 -6
- package/dist/enum_tri_state_boolean.d.ts +6 -6
- package/dist/enum_tri_state_boolean.js +6 -6
- package/dist/ua_acquisition_done_event.d.ts +6 -6
- package/dist/ua_configuration_folder.d.ts +6 -6
- package/dist/ua_configuration_management.d.ts +6 -6
- package/dist/ua_configuration_transfer.d.ts +6 -6
- package/dist/ua_enter_step_sequence_event.d.ts +6 -6
- package/dist/ua_error_event.d.ts +6 -6
- package/dist/ua_error_resolved_event.d.ts +6 -6
- package/dist/ua_job_started_event.d.ts +6 -6
- package/dist/ua_leave_step_sequence_event.d.ts +6 -6
- package/dist/ua_next_step_event.d.ts +6 -6
- package/dist/ua_product_folder.d.ts +6 -6
- package/dist/ua_ready_event.d.ts +6 -6
- package/dist/ua_recipe.d.ts +6 -6
- package/dist/ua_recipe_folder.d.ts +6 -6
- package/dist/ua_recipe_management.d.ts +6 -6
- package/dist/ua_recipe_prepared_event.d.ts +6 -6
- package/dist/ua_recipe_transfer.d.ts +6 -6
- package/dist/ua_result.d.ts +8 -8
- package/dist/ua_result_folder.d.ts +6 -6
- package/dist/ua_result_management.d.ts +6 -6
- package/dist/ua_result_ready_event.d.ts +6 -6
- package/dist/ua_result_transfer.d.ts +6 -6
- package/dist/ua_safety_state_management.d.ts +6 -6
- package/dist/ua_state_changed_event.d.ts +6 -6
- package/dist/ua_vision_automatic_mode_state_machine.d.ts +6 -6
- package/dist/ua_vision_condition.d.ts +6 -6
- package/dist/ua_vision_diagnostic_info_event.d.ts +6 -6
- package/dist/ua_vision_error_condition.d.ts +6 -6
- package/dist/ua_vision_event.d.ts +6 -6
- package/dist/ua_vision_information_event.d.ts +6 -6
- package/dist/ua_vision_persistent_error_condition.d.ts +6 -6
- package/dist/ua_vision_safety_event.d.ts +6 -6
- package/dist/ua_vision_state_machine.d.ts +6 -6
- package/dist/ua_vision_step_model_state_machine.d.ts +6 -6
- package/dist/ua_vision_system.d.ts +6 -6
- package/dist/ua_vision_warning_condition.d.ts +6 -6
- package/package.json +6 -6
- package/source/dt_binary_id_base.ts +6 -6
- package/source/dt_configuration.ts +6 -6
- package/source/dt_configuration_id.ts +6 -6
- package/source/dt_configuration_transfer_options.ts +6 -6
- package/source/dt_job_id.ts +6 -6
- package/source/dt_meas_id.ts +6 -6
- package/source/dt_part_id.ts +6 -6
- package/source/dt_processing_times.ts +6 -6
- package/source/dt_product.ts +6 -6
- package/source/dt_product_id.ts +6 -6
- package/source/dt_recipe_id_external.ts +6 -6
- package/source/dt_recipe_id_internal.ts +6 -6
- package/source/dt_recipe_transfer_options.ts +6 -6
- package/source/dt_result.ts +6 -6
- package/source/dt_result_id.ts +6 -6
- package/source/dt_result_transfer_options.ts +6 -6
- package/source/dt_system_state_description.ts +6 -6
- package/source/enum_system_state.ts +6 -6
- package/source/enum_tri_state_boolean.ts +6 -6
- package/source/ua_acquisition_done_event.ts +6 -6
- package/source/ua_configuration_folder.ts +6 -6
- package/source/ua_configuration_management.ts +6 -6
- package/source/ua_configuration_transfer.ts +6 -6
- package/source/ua_enter_step_sequence_event.ts +6 -6
- package/source/ua_error_event.ts +6 -6
- package/source/ua_error_resolved_event.ts +6 -6
- package/source/ua_job_started_event.ts +6 -6
- package/source/ua_leave_step_sequence_event.ts +6 -6
- package/source/ua_next_step_event.ts +6 -6
- package/source/ua_product_folder.ts +6 -6
- package/source/ua_ready_event.ts +6 -6
- package/source/ua_recipe.ts +6 -6
- package/source/ua_recipe_folder.ts +6 -6
- package/source/ua_recipe_management.ts +6 -6
- package/source/ua_recipe_prepared_event.ts +6 -6
- package/source/ua_recipe_transfer.ts +6 -6
- package/source/ua_result.ts +8 -8
- package/source/ua_result_folder.ts +6 -6
- package/source/ua_result_management.ts +6 -6
- package/source/ua_result_ready_event.ts +6 -6
- package/source/ua_result_transfer.ts +6 -6
- package/source/ua_safety_state_management.ts +6 -6
- package/source/ua_state_changed_event.ts +6 -6
- package/source/ua_vision_automatic_mode_state_machine.ts +6 -6
- package/source/ua_vision_condition.ts +6 -6
- package/source/ua_vision_diagnostic_info_event.ts +6 -6
- package/source/ua_vision_error_condition.ts +6 -6
- package/source/ua_vision_event.ts +6 -6
- package/source/ua_vision_information_event.ts +6 -6
- package/source/ua_vision_persistent_error_condition.ts +6 -6
- package/source/ua_vision_safety_event.ts +6 -6
- package/source/ua_vision_state_machine.ts +6 -6
- package/source/ua_vision_step_model_state_machine.ts +6 -6
- package/source/ua_vision_system.ts +6 -6
- package/source/ua_vision_warning_condition.ts +6 -6
|
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
5
5
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
10
|
-
* | nodeClass |DataType
|
|
11
|
-
* | name |4:BinaryIdBaseDataType
|
|
12
|
-
* | isAbstract|true
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|------------------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |4:BinaryIdBaseDataType |
|
|
12
|
+
* | isAbstract|true |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTBinaryIdBase extends DTStructure {
|
|
15
15
|
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
@@ -2,12 +2,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
import { DTConfigurationId } from "./dt_configuration_id";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:ConfigurationDataType
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:ConfigurationDataType |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTConfiguration extends DTStructure {
|
|
13
13
|
/** Indicates that actual content of the configuration may be transferred through temporary file transfer method.*/
|
|
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
5
5
|
import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
10
|
-
* | nodeClass |DataType
|
|
11
|
-
* | name |4:ConfigurationIdDataType
|
|
12
|
-
* | isAbstract|false
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|------------------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |4:ConfigurationIdDataType |
|
|
12
|
+
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTConfigurationId extends DTBinaryIdBase {
|
|
15
15
|
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
@@ -2,12 +2,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
import { DTConfigurationId } from "./dt_configuration_id";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:ConfigurationTransferOptions
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:ConfigurationTransferOptions |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTConfigurationTransferOptions extends DTStructure {
|
|
13
13
|
/** The Id of the configuration to be transferred to or from the client.*/
|
package/dist/dt_job_id.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:JobIdDataType
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:JobIdDataType |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTJobId extends DTStructure {
|
|
13
13
|
/** Id is a system-wide unique identifier/name for identifying the job carried out.*/
|
package/dist/dt_meas_id.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
4
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |4:MeasIdDataType
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |4:MeasIdDataType |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTMeasId extends DTStructure {
|
|
14
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.*/
|
package/dist/dt_part_id.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
4
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |4:PartIdDataType
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |4:PartIdDataType |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTPartId extends DTStructure {
|
|
14
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.*/
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
7
|
-
* | nodeClass |DataType
|
|
8
|
-
* | name |4:ProcessingTimesDataType
|
|
9
|
-
* | isAbstract|false
|
|
4
|
+
* | | |
|
|
5
|
+
* |-----------|------------------------------------------------------------|
|
|
6
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
7
|
+
* | nodeClass |DataType |
|
|
8
|
+
* | name |4:ProcessingTimesDataType |
|
|
9
|
+
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export interface DTProcessingTimes extends DTStructure {
|
|
12
12
|
/** Contains the time when the vision system started execution of the recipe.*/
|
package/dist/dt_product.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
import { DTProductId } from "./dt_product_id";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:ProductDataType
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:ProductDataType |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTProduct extends DTStructure {
|
|
13
13
|
/** Identification of the product used by the environment. This argument must not be empty.*/
|
package/dist/dt_product_id.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
4
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |4:ProductIdDataType
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |4:ProductIdDataType |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTProductId extends DTStructure {
|
|
14
14
|
/** Id is a system-wide unique identifier/name for identifying the product.*/
|
|
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
5
5
|
import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
10
|
-
* | nodeClass |DataType
|
|
11
|
-
* | name |4:RecipeIdExternalDataType
|
|
12
|
-
* | isAbstract|false
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|------------------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |4:RecipeIdExternalDataType |
|
|
12
|
+
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTRecipeIdExternal extends DTBinaryIdBase {
|
|
15
15
|
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
@@ -4,12 +4,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
5
5
|
import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
6
6
|
/**
|
|
7
|
-
* | |
|
|
8
|
-
*
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
10
|
-
* | nodeClass |DataType
|
|
11
|
-
* | name |4:RecipeIdInternalDataType
|
|
12
|
-
* | isAbstract|false
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|------------------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |4:RecipeIdInternalDataType |
|
|
12
|
+
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTRecipeIdInternal extends DTBinaryIdBase {
|
|
15
15
|
/** Id is a system-wide unique name for identifying the recipe.*/
|
|
@@ -2,12 +2,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
import { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:RecipeTransferOptions
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:RecipeTransferOptions |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTRecipeTransferOptions extends DTStructure {
|
|
13
13
|
/** The InternalId of the recipe to be transferred to or from the client.*/
|
package/dist/dt_result.d.ts
CHANGED
|
@@ -12,12 +12,12 @@ import { DTConfigurationId } from "./dt_configuration_id";
|
|
|
12
12
|
import { DTJobId } from "./dt_job_id";
|
|
13
13
|
import { DTProcessingTimes } from "./dt_processing_times";
|
|
14
14
|
/**
|
|
15
|
-
* | |
|
|
16
|
-
*
|
|
17
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
18
|
-
* | nodeClass |DataType
|
|
19
|
-
* | name |4:ResultDataType
|
|
20
|
-
* | isAbstract|false
|
|
15
|
+
* | | |
|
|
16
|
+
* |-----------|------------------------------------------------------------|
|
|
17
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
18
|
+
* | nodeClass |DataType |
|
|
19
|
+
* | name |4:ResultDataType |
|
|
20
|
+
* | isAbstract|false |
|
|
21
21
|
*/
|
|
22
22
|
export interface DTResult extends DTStructure {
|
|
23
23
|
/** 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.*/
|
package/dist/dt_result_id.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import { UAString } from "node-opcua-basic-types";
|
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:ResultIdDataType
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:ResultIdDataType |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTResultId extends DTStructure {
|
|
13
13
|
/** Id is a system-wide unique identifier/name for identifying the generated result.*/
|
|
@@ -2,12 +2,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
2
2
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
3
3
|
import { DTResultId } from "./dt_result_id";
|
|
4
4
|
/**
|
|
5
|
-
* | |
|
|
6
|
-
*
|
|
7
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
8
|
-
* | nodeClass |DataType
|
|
9
|
-
* | name |4:ResultTransferOptions
|
|
10
|
-
* | isAbstract|false
|
|
5
|
+
* | | |
|
|
6
|
+
* |-----------|------------------------------------------------------------|
|
|
7
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
8
|
+
* | nodeClass |DataType |
|
|
9
|
+
* | name |4:ResultTransferOptions |
|
|
10
|
+
* | isAbstract|false |
|
|
11
11
|
*/
|
|
12
12
|
export interface DTResultTransferOptions extends DTStructure {
|
|
13
13
|
/** The Id of the result to be transferred to the client.*/
|
|
@@ -3,12 +3,12 @@ import { ExtensionObject } from "node-opcua-extension-object";
|
|
|
3
3
|
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
4
4
|
import { EnumSystemState } from "./enum_system_state";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |4:SystemStateDescriptionDataType
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |4:SystemStateDescriptionDataType |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTSystemStateDescription extends DTStructure {
|
|
14
14
|
/** Denotes one of the basic SEMI E10 states*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |4:SystemStateDataType
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |4:SystemStateDataType |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumSystemState {
|
|
10
10
|
/**
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumSystemState = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |4:SystemStateDataType
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |4:SystemStateDataType |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumSystemState;
|
|
14
14
|
(function (EnumSystemState) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* | |
|
|
3
|
-
*
|
|
4
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
5
|
-
* | nodeClass |DataType
|
|
6
|
-
* | name |4:TriStateBooleanDataType
|
|
7
|
-
* | isAbstract|false
|
|
2
|
+
* | | |
|
|
3
|
+
* |-----------|------------------------------------------------------------|
|
|
4
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
5
|
+
* | nodeClass |DataType |
|
|
6
|
+
* | name |4:TriStateBooleanDataType |
|
|
7
|
+
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumTriStateBoolean {
|
|
10
10
|
/**
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.EnumTriStateBoolean = void 0;
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* | namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* | nodeClass |DataType
|
|
10
|
-
* | name |4:TriStateBooleanDataType
|
|
11
|
-
* | isAbstract|false
|
|
6
|
+
* | | |
|
|
7
|
+
* |-----------|------------------------------------------------------------|
|
|
8
|
+
* | namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* | nodeClass |DataType |
|
|
10
|
+
* | name |4:TriStateBooleanDataType |
|
|
11
|
+
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumTriStateBoolean;
|
|
14
14
|
(function (EnumTriStateBoolean) {
|
|
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
|
|
|
3
3
|
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
4
4
|
import { DTJobId } from "./dt_job_id";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* |nodeClass |ObjectType
|
|
10
|
-
* |typedDefinition |
|
|
11
|
-
* |isAbstract |false
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|------------------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |AcquisitionDoneEventType i=1025 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export interface UAAcquisitionDoneEvent_Base extends UABaseEvent_Base {
|
|
14
14
|
jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |ConfigurationFolderType i=1011 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UAConfigurationFolder_Base = UAFolder_Base;
|
|
11
11
|
export interface UAConfigurationFolder extends UAFolder, UAConfigurationFolder_Base {
|
|
@@ -5,12 +5,12 @@ import { DTConfiguration } from "./dt_configuration";
|
|
|
5
5
|
import { UAConfigurationFolder } from "./ua_configuration_folder";
|
|
6
6
|
import { UAConfigurationTransfer } from "./ua_configuration_transfer";
|
|
7
7
|
/**
|
|
8
|
-
* | |
|
|
9
|
-
*
|
|
10
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
11
|
-
* |nodeClass |ObjectType
|
|
12
|
-
* |typedDefinition |
|
|
13
|
-
* |isAbstract |false
|
|
8
|
+
* | | |
|
|
9
|
+
* |----------------|------------------------------------------------------------|
|
|
10
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
11
|
+
* |nodeClass |ObjectType |
|
|
12
|
+
* |typedDefinition |ConfigurationManagementType i=1006 |
|
|
13
|
+
* |isAbstract |false |
|
|
14
14
|
*/
|
|
15
15
|
export interface UAConfigurationManagement_Base {
|
|
16
16
|
activateConfiguration: UAMethod;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer";
|
|
3
3
|
/**
|
|
4
|
-
* | |
|
|
5
|
-
*
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
7
|
-
* |nodeClass |ObjectType
|
|
8
|
-
* |typedDefinition |
|
|
9
|
-
* |isAbstract |false
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|------------------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |ConfigurationTransferType i=1012 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
10
|
*/
|
|
11
11
|
export interface UAConfigurationTransfer_Base extends UATemporaryFileTransfer_Base {
|
|
12
12
|
generateFileForRead: UAMethod;
|
|
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
|
|
|
3
3
|
import { Int32 } from "node-opcua-basic-types";
|
|
4
4
|
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* |nodeClass |ObjectType
|
|
10
|
-
* |typedDefinition |
|
|
11
|
-
* |isAbstract |false
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|------------------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |EnterStepSequenceEventType i=1027 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export interface UAEnterStepSequenceEvent_Base extends UABaseEvent_Base {
|
|
14
14
|
steps: UAProperty<Int32, DataType.Int32>;
|
package/dist/ua_error_event.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/source/ua_transition_event";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |ErrorEventType i=1019 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UAErrorEvent_Base = UATransitionEvent_Base;
|
|
11
11
|
export interface UAErrorEvent extends UATransitionEvent, UAErrorEvent_Base {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/source/ua_transition_event";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |ErrorResolvedEventType i=1020 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UAErrorResolvedEvent_Base = UATransitionEvent_Base;
|
|
11
11
|
export interface UAErrorResolvedEvent extends UATransitionEvent, UAErrorResolvedEvent_Base {
|
|
@@ -3,12 +3,12 @@ import { DataType } from "node-opcua-variant";
|
|
|
3
3
|
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
4
4
|
import { DTJobId } from "./dt_job_id";
|
|
5
5
|
/**
|
|
6
|
-
* | |
|
|
7
|
-
*
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
9
|
-
* |nodeClass |ObjectType
|
|
10
|
-
* |typedDefinition |
|
|
11
|
-
* |isAbstract |false
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|------------------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |JobStartedEventType i=1013 |
|
|
11
|
+
* |isAbstract |false |
|
|
12
12
|
*/
|
|
13
13
|
export interface UAJobStartedEvent_Base extends UABaseEvent_Base {
|
|
14
14
|
jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
|
|
2
2
|
/**
|
|
3
|
-
* | |
|
|
4
|
-
*
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/MachineVision
|
|
6
|
-
* |nodeClass |ObjectType
|
|
7
|
-
* |typedDefinition |
|
|
8
|
-
* |isAbstract |false
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|------------------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/MachineVision |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |LeaveStepSequenceEventType i=1029 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
10
|
export type UALeaveStepSequenceEvent_Base = UABaseEvent_Base;
|
|
11
11
|
export interface UALeaveStepSequenceEvent extends UABaseEvent, UALeaveStepSequenceEvent_Base {
|