node-opcua-nodeset-scales-v-2 2.169.0 → 2.172.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_abstract_weight.d.ts +1 -1
- package/dist/dt_printable_weight.d.ts +3 -3
- package/dist/dt_printable_weight.js.map +1 -1
- package/dist/dt_recipe_report_element.d.ts +3 -3
- package/dist/dt_recipe_report_element.js.map +1 -1
- package/dist/dt_recipe_target_value.d.ts +5 -5
- package/dist/dt_recipe_target_value.js.map +1 -1
- package/dist/dt_recipe_threshold.d.ts +5 -5
- package/dist/dt_recipe_threshold.js.map +1 -1
- package/dist/dt_weight.d.ts +2 -2
- package/dist/dt_weight.js.map +1 -1
- package/dist/ua_accepted_statistic_counter.d.ts +1 -1
- package/dist/ua_activation.d.ts +6 -6
- package/dist/ua_analog_condition_sleep.d.ts +5 -5
- package/dist/ua_automatic_filling_product.d.ts +7 -7
- package/dist/ua_automatic_filling_scale.d.ts +6 -6
- package/dist/ua_automatic_weight_price_labeler.d.ts +2 -2
- package/dist/ua_automatic_weight_price_labeler_product.d.ts +6 -6
- package/dist/ua_catchweigher.d.ts +2 -2
- package/dist/ua_catchweigher_product.d.ts +5 -5
- package/dist/ua_checkweigher.d.ts +3 -3
- package/dist/ua_checkweigher_product.d.ts +4 -4
- package/dist/ua_checkweigher_statistic.d.ts +5 -5
- package/dist/ua_condition_sleep.d.ts +6 -6
- package/dist/ua_continuous_product.d.ts +3 -3
- package/dist/ua_continuous_scale.d.ts +8 -8
- package/dist/ua_edge_triggered_sleep.d.ts +5 -5
- package/dist/ua_feeder_module.d.ts +10 -10
- package/dist/ua_floating_statistic.d.ts +4 -4
- package/dist/ua_hopper_scale.d.ts +6 -6
- package/dist/ua_laboratory_scale.d.ts +3 -3
- package/dist/ua_loss_in_weight_scale.d.ts +5 -5
- package/dist/ua_material.d.ts +5 -5
- package/dist/ua_material_automatic.d.ts +2 -2
- package/dist/ua_measured_item.d.ts +5 -5
- package/dist/ua_piece_counting_product.d.ts +9 -9
- package/dist/ua_piece_counting_scale.d.ts +5 -5
- package/dist/ua_price_item.d.ts +5 -5
- package/dist/ua_printer_module.d.ts +10 -10
- package/dist/ua_product.d.ts +9 -9
- package/dist/ua_production_preset.d.ts +5 -5
- package/dist/ua_recipe.d.ts +6 -6
- package/dist/ua_recipe_element.d.ts +1 -11
- package/dist/ua_recipe_management.d.ts +1 -1
- package/dist/ua_recipe_product.d.ts +6 -6
- package/dist/ua_recipe_scale.d.ts +10 -10
- package/dist/ua_rejected_statistic_counter.d.ts +1 -1
- package/dist/ua_scale_alarm.d.ts +6 -6
- package/dist/ua_scale_device.d.ts +17 -17
- package/dist/ua_scale_event.d.ts +6 -6
- package/dist/ua_scale_system.d.ts +13 -13
- package/dist/ua_simple_product.d.ts +6 -6
- package/dist/ua_simple_scale.d.ts +2 -2
- package/dist/ua_statistic.d.ts +6 -6
- package/dist/ua_statistic_counter.d.ts +4 -4
- package/dist/ua_target_item.d.ts +5 -5
- package/dist/ua_timer.d.ts +3 -3
- package/dist/ua_totalizer.d.ts +4 -4
- package/dist/ua_totalizing_hopper_product.d.ts +3 -3
- package/dist/ua_totalizing_hopper_scale.d.ts +2 -2
- package/dist/ua_user_instruction.d.ts +4 -4
- package/dist/ua_vehicle_product.d.ts +12 -12
- package/dist/ua_vehicle_scale.d.ts +3 -3
- package/dist/ua_weighing.d.ts +6 -6
- package/dist/ua_weighing_item.d.ts +6 -6
- package/dist/ua_weighing_module.d.ts +1 -1
- package/dist/ua_weighing_range_element.d.ts +6 -6
- package/dist/ua_weight_item.d.ts +7 -7
- package/dist/ua_zone.d.ts +6 -6
- package/package.json +14 -14
- package/source/dt_abstract_weight.ts +2 -1
- package/source/dt_printable_weight.ts +6 -3
- package/source/dt_recipe_report_element.ts +5 -3
- package/source/dt_recipe_target_value.ts +7 -5
- package/source/dt_recipe_threshold.ts +7 -5
- package/source/dt_weight.ts +5 -2
- package/source/index.ts +1 -1
- package/source/ua_accepted_statistic_counter.ts +3 -3
- package/source/ua_activation.ts +10 -8
- package/source/ua_analog_condition_sleep.ts +9 -7
- package/source/ua_automatic_filling_product.ts +11 -9
- package/source/ua_automatic_filling_scale.ts +10 -8
- package/source/ua_automatic_weight_price_labeler.ts +5 -4
- package/source/ua_automatic_weight_price_labeler_product.ts +10 -8
- package/source/ua_catchweigher.ts +5 -4
- package/source/ua_catchweigher_product.ts +9 -7
- package/source/ua_checkweigher.ts +7 -5
- package/source/ua_checkweigher_product.ts +8 -6
- package/source/ua_checkweigher_statistic.ts +9 -7
- package/source/ua_condition_sleep.ts +10 -8
- package/source/ua_continuous_product.ts +7 -5
- package/source/ua_continuous_scale.ts +12 -10
- package/source/ua_edge_triggered_sleep.ts +9 -7
- package/source/ua_feeder_module.ts +14 -12
- package/source/ua_floating_statistic.ts +8 -6
- package/source/ua_hopper_scale.ts +10 -8
- package/source/ua_laboratory_scale.ts +7 -5
- package/source/ua_loss_in_weight_scale.ts +9 -7
- package/source/ua_material.ts +8 -7
- package/source/ua_material_automatic.ts +5 -4
- package/source/ua_measured_item.ts +8 -7
- package/source/ua_piece_counting_product.ts +13 -11
- package/source/ua_piece_counting_scale.ts +9 -7
- package/source/ua_price_item.ts +9 -7
- package/source/ua_printer_module.ts +13 -12
- package/source/ua_product.ts +13 -11
- package/source/ua_production_preset.ts +8 -7
- package/source/ua_recipe.ts +9 -8
- package/source/ua_recipe_element.ts +6 -15
- package/source/ua_recipe_management.ts +4 -3
- package/source/ua_recipe_product.ts +10 -8
- package/source/ua_recipe_scale.ts +14 -12
- package/source/ua_rejected_statistic_counter.ts +3 -3
- package/source/ua_scale_alarm.ts +9 -8
- package/source/ua_scale_device.ts +21 -19
- package/source/ua_scale_event.ts +9 -8
- package/source/ua_scale_system.ts +17 -15
- package/source/ua_simple_product.ts +10 -8
- package/source/ua_simple_scale.ts +5 -4
- package/source/ua_statistic.ts +10 -8
- package/source/ua_statistic_counter.ts +7 -6
- package/source/ua_target_item.ts +8 -7
- package/source/ua_timer.ts +7 -5
- package/source/ua_totalizer.ts +8 -6
- package/source/ua_totalizing_hopper_product.ts +7 -5
- package/source/ua_totalizing_hopper_scale.ts +5 -4
- package/source/ua_user_instruction.ts +8 -6
- package/source/ua_vehicle_product.ts +16 -14
- package/source/ua_vehicle_scale.ts +7 -5
- package/source/ua_weighing.ts +10 -8
- package/source/ua_weighing_item.ts +10 -8
- package/source/ua_weighing_module.ts +3 -3
- package/source/ua_weighing_range_element.ts +9 -8
- package/source/ua_weight_item.ts +11 -9
- package/source/ua_zone.ts +10 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTAbstractWeight } from "./dt_abstract_weight";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTAbstractWeight } from "./dt_abstract_weight";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_printable_weight.js","sourceRoot":"","sources":["../source/dt_printable_weight.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_printable_weight.js","sourceRoot":"","sources":["../source/dt_printable_weight.ts"],"names":[],"mappings":";;AAoBiF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_recipe_report_element.js","sourceRoot":"","sources":["../source/dt_recipe_report_element.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_recipe_report_element.js","sourceRoot":"","sources":["../source/dt_recipe_report_element.ts"],"names":[],"mappings":";;AAkByF,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UInt32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
5
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_recipe_target_value.js","sourceRoot":"","sources":["../source/dt_recipe_target_value.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_recipe_target_value.js","sourceRoot":"","sources":["../source/dt_recipe_target_value.ts"],"names":[],"mappings":";;AAqBqF,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UInt32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
5
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_recipe_threshold.js","sourceRoot":"","sources":["../source/dt_recipe_threshold.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_recipe_threshold.js","sourceRoot":"","sources":["../source/dt_recipe_threshold.ts"],"names":[],"mappings":";;AAqBiF,CAAC"}
|
package/dist/dt_weight.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTAbstractWeight } from "./dt_abstract_weight";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTAbstractWeight } from "./dt_abstract_weight";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_weight.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_weight.js","sourceRoot":"","sources":["../source/dt_weight.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_weight.js","sourceRoot":"","sources":["../source/dt_weight.ts"],"names":[],"mappings":";;AAmB+D,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAStatisticCounter, UAStatisticCounter_Base } from "./ua_statistic_counter";
|
|
1
|
+
import type { UAStatisticCounter, UAStatisticCounter_Base } from "./ua_statistic_counter";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_activation.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
|
+
import type { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
|
|
7
7
|
/**
|
|
8
8
|
* Represents an activation step in a recipe.
|
|
9
9
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
|
|
5
|
-
import { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
|
|
5
|
+
import type { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
|
|
6
6
|
/**
|
|
7
7
|
* Represents a condition sleep step in a recipe.
|
|
8
8
|
*
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import {
|
|
6
|
-
import { UAProduct, UAProduct_Base } from "./ua_product";
|
|
7
|
-
import { UATargetItem } from "./ua_target_item";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
|
+
import type { UAProduct, UAProduct_Base } from "./ua_product";
|
|
7
|
+
import type { UATargetItem } from "./ua_target_item";
|
|
8
8
|
/**
|
|
9
9
|
* Represents a product of an automatic filling
|
|
10
10
|
* scale.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { EnumToleranceState } from "./enum_tolerance_state";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { EnumToleranceState } from "./enum_tolerance_state";
|
|
5
|
+
import type { UAProductionPreset } from "./ua_production_preset";
|
|
6
|
+
import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
|
|
7
7
|
/**
|
|
8
8
|
* Represents an automatic filling scale.
|
|
9
9
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
|
|
2
|
-
import { UAProductionPreset } from "./ua_production_preset";
|
|
1
|
+
import type { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
|
|
2
|
+
import type { UAProductionPreset } from "./ua_production_preset";
|
|
3
3
|
/**
|
|
4
4
|
* Represents an automatic weight-price-labeler.
|
|
5
5
|
*
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
|
|
6
|
-
import { UAWeighingItem } from "./ua_weighing_item";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DTCurrencyUnit } from "node-opcua-nodeset-ua/dist/dt_currency_unit";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
import type { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
|
|
6
|
+
import type { UAWeighingItem } from "./ua_weighing_item";
|
|
7
7
|
export interface UAAutomaticWeightPriceLabelerProduct_unitPrice<T, DT extends DataType> extends UABaseDataVariable<T, DT> {
|
|
8
8
|
currencyUnit: UAProperty<DTCurrencyUnit, DataType.ExtensionObject>;
|
|
9
9
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { UAProductionPreset } from "./ua_production_preset";
|
|
2
|
+
import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
|
|
3
3
|
/**
|
|
4
4
|
* Represents a Catchweigher. It has no method or
|
|
5
5
|
* properties defined.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
-
import { UAProduct, UAProduct_Base } from "./ua_product";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
+
import type { UAProduct, UAProduct_Base } from "./ua_product";
|
|
4
|
+
import type { UATargetItem } from "./ua_target_item";
|
|
5
|
+
import type { UAWeighingItem } from "./ua_weighing_item";
|
|
6
6
|
/**
|
|
7
7
|
* Represents a product of a Catchweigher.
|
|
8
8
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
2
|
-
import { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
|
|
3
|
-
import { UAProductionPreset } from "./ua_production_preset";
|
|
1
|
+
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
2
|
+
import type { UACatchweigher, UACatchweigher_Base } from "./ua_catchweigher";
|
|
3
|
+
import type { UAProductionPreset } from "./ua_production_preset";
|
|
4
4
|
/**
|
|
5
5
|
* Represents a Checkweigher.
|
|
6
6
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
-
import { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
+
import type { UACatchweigherProduct, UACatchweigherProduct_Base } from "./ua_catchweigher_product";
|
|
3
|
+
import type { UAStatistic } from "./ua_statistic";
|
|
4
|
+
import type { UATargetItem } from "./ua_target_item";
|
|
5
5
|
/**
|
|
6
6
|
* Represents a product of a Checkweigher.
|
|
7
7
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
2
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
+
import type { UAAcceptedStatisticCounter } from "./ua_accepted_statistic_counter";
|
|
4
|
+
import type { UARejectedStatisticCounter } from "./ua_rejected_statistic_counter";
|
|
5
|
+
import type { UAStatistic, UAStatistic_Base } from "./ua_statistic";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import {
|
|
4
|
-
import { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
|
-
import {
|
|
6
|
-
import { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
+
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
|
+
import type { UARecipeElement, UARecipeElement_Base } from "./ua_recipe_element";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a condition sleep step in a recipe.
|
|
9
9
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
-
import { UAProduct, UAProduct_Base } from "./ua_product";
|
|
3
|
-
import { UATargetItem } from "./ua_target_item";
|
|
1
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
+
import type { UAProduct, UAProduct_Base } from "./ua_product";
|
|
3
|
+
import type { UATargetItem } from "./ua_target_item";
|
|
4
4
|
/**
|
|
5
5
|
* Represents a product of a continuous scale.
|
|
6
6
|
*
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { EnumRateControlMode } from "./enum_rate_control_mode";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { EnumRateControlMode } from "./enum_rate_control_mode";
|
|
5
|
+
import type { UAMeasuredItem } from "./ua_measured_item";
|
|
6
|
+
import type { UAProductionPreset } from "./ua_production_preset";
|
|
7
|
+
import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
|
|
8
|
+
import type { UATotalizer } from "./ua_totalizer";
|
|
9
9
|
/**
|
|
10
10
|
* Represents a continuous scale.
|
|
11
11
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { EnumEdgeOperator } from "./enum_edge_operator";
|
|
5
|
-
import { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UADataItem } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { EnumEdgeOperator } from "./enum_edge_operator";
|
|
5
|
+
import type { UAConditionSleep, UAConditionSleep_Base } from "./ua_condition_sleep";
|
|
6
6
|
/**
|
|
7
7
|
* Represents a condition sleep step in a recipe.
|
|
8
8
|
*
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { UAMeasuredItem } from "./ua_measured_item";
|
|
10
|
-
import { UATargetItem } from "./ua_target_item";
|
|
1
|
+
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
4
|
+
import type { UAMachineryItemState_StateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_item_state_state_machine";
|
|
5
|
+
import type { UAMachineryOperationModeStateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_operation_mode_state_machine";
|
|
6
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
7
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
8
|
+
import type { DataType } from "node-opcua-variant";
|
|
9
|
+
import type { UAMeasuredItem } from "./ua_measured_item";
|
|
10
|
+
import type { UATargetItem } from "./ua_target_item";
|
|
11
11
|
export interface UAFeederModule_machineryBuildingBlocks extends UAFolder {
|
|
12
12
|
machineryItemState?: UAMachineryItemState_StateMachine;
|
|
13
13
|
machineryOperationMode?: UAMachineryOperationModeStateMachine;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { UAStatistic, UAStatistic_Base } from "./ua_statistic";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UInt32 } from "node-opcua-basic-types";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { UAStatistic, UAStatistic_Base } from "./ua_statistic";
|
|
5
5
|
/**
|
|
6
6
|
* Container for the different statisticvalues. All
|
|
7
7
|
* variables are optional, so that the statistics
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
|
|
6
|
-
import { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { EUInformation } from "node-opcua-data-access";
|
|
3
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
import type { EnumEqualityAndRelationalOperator } from "./enum_equality_and_relational_operator";
|
|
6
|
+
import type { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
|
|
7
7
|
export interface UAHopperScale_levelMax<T, DT extends DataType> extends Omit<UAAnalogUnit<T, DT>, "engineeringUnits"> {
|
|
8
8
|
engineeringUnits: UAProperty<EUInformation, DataType.ExtensionObject>;
|
|
9
9
|
levelMode?: UAProperty<EnumEqualityAndRelationalOperator, DataType.Int32>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
|
|
1
|
+
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DataType } from "node-opcua-variant";
|
|
3
|
+
import type { UASimpleScale, UASimpleScale_Base } from "./ua_simple_scale";
|
|
4
4
|
/**
|
|
5
5
|
* Represents a laboratory scale.
|
|
6
6
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { UAContinuousScale, UAContinuousScale_Base } from "./ua_continuous_scale";
|
|
5
|
-
import { UAMeasuredItem } from "./ua_measured_item";
|
|
1
|
+
import type { UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
+
import type { DataType } from "node-opcua-variant";
|
|
4
|
+
import type { UAContinuousScale, UAContinuousScale_Base } from "./ua_continuous_scale";
|
|
5
|
+
import type { UAMeasuredItem } from "./ua_measured_item";
|
|
6
6
|
/**
|
|
7
7
|
* Represents a loss in weight scale.
|
|
8
8
|
*
|
package/dist/ua_material.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAObject } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
/**
|
|
7
7
|
* Represents a material.
|
|
8
8
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { UAAutomaticFillingProduct } from "./ua_automatic_filling_product";
|
|
2
|
+
import type { UAMaterial, UAMaterial_Base } from "./ua_material";
|
|
3
3
|
/**
|
|
4
4
|
* Represents a material in a recipe that will be
|
|
5
5
|
* filled automatically.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
|
-
import {
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { EUInformation } from "node-opcua-data-access";
|
|
3
|
+
import type { DTRange } from "node-opcua-nodeset-ua/dist/dt_range";
|
|
4
|
+
import type { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/dist/ua_data_item";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import {
|
|
6
|
-
import { DTWeight } from "./dt_weight";
|
|
7
|
-
import { UAProduct, UAProduct_Base } from "./ua_product";
|
|
8
|
-
import { UATargetItem } from "./ua_target_item";
|
|
9
|
-
import { UAWeightItem } from "./ua_weight_item";
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
|
+
import type { DTWeight } from "./dt_weight";
|
|
7
|
+
import type { UAProduct, UAProduct_Base } from "./ua_product";
|
|
8
|
+
import type { UATargetItem } from "./ua_target_item";
|
|
9
|
+
import type { UAWeightItem } from "./ua_weight_item";
|
|
10
10
|
/**
|
|
11
11
|
* Represents a product of a piece counting scale.
|
|
12
12
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
3
|
+
import type { UAMeasuredItem } from "./ua_measured_item";
|
|
4
|
+
import type { UAProductionPreset } from "./ua_production_preset";
|
|
5
|
+
import type { UAScaleDevice, UAScaleDevice_Base } from "./ua_scale_device";
|
|
6
6
|
/**
|
|
7
7
|
* Represents a piece counting scale.
|
|
8
8
|
*
|
package/dist/ua_price_item.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
-
import {
|
|
5
|
-
import { UAWeighingItem, UAWeighingItem_Base } from "./ua_weighing_item";
|
|
1
|
+
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { DTCurrencyUnit } from "node-opcua-nodeset-ua/dist/dt_currency_unit";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
+
import type { DataType } from "node-opcua-variant";
|
|
5
|
+
import type { UAWeighingItem, UAWeighingItem_Base } from "./ua_weighing_item";
|
|
6
6
|
export interface UAPriceItem_itemPrice<T, DT extends DataType> extends UABaseDataVariable<T, DT> {
|
|
7
7
|
currencyUnit: UAProperty<DTCurrencyUnit, DataType.ExtensionObject>;
|
|
8
8
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAFunctionalGroup } from "node-opcua-nodeset-di/dist/ua_functional_group";
|
|
4
|
+
import type { UAMachineryItemState_StateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_item_state_state_machine";
|
|
5
|
+
import type { UAMachineryOperationModeStateMachine } from "node-opcua-nodeset-machinery/dist/ua_machinery_operation_mode_state_machine";
|
|
6
|
+
import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
7
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
8
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
9
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
10
|
+
import type { DataType } from "node-opcua-variant";
|
|
11
11
|
export interface UAPrinterModule_machineryBuildingBlocks extends UAFolder {
|
|
12
12
|
machineryItemState?: UAMachineryItemState_StateMachine;
|
|
13
13
|
machineryOperationMode?: UAMachineryOperationModeStateMachine;
|
package/dist/ua_product.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import {
|
|
5
|
-
import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
-
import { UATwoStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_two_state_discrete";
|
|
8
|
-
import {
|
|
9
|
-
import { UAStatistic } from "./ua_statistic";
|
|
1
|
+
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
+
import type { UALockingServices } from "node-opcua-nodeset-di/dist/ua_locking_services";
|
|
5
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
+
import type { UATwoStateDiscrete } from "node-opcua-nodeset-ua/dist/ua_two_state_discrete";
|
|
8
|
+
import type { DataType } from "node-opcua-variant";
|
|
9
|
+
import type { UAStatistic } from "./ua_statistic";
|
|
10
10
|
/**
|
|
11
11
|
* Represents a product related to the scale.
|
|
12
12
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
5
|
+
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
/**
|
|
7
7
|
* Provides methods to manage the Production preset.
|
|
8
8
|
*
|
package/dist/ua_recipe.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import {
|
|
5
|
-
import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
6
|
-
import {
|
|
1
|
+
import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
+
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
5
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
6
|
+
import type { DataType } from "node-opcua-variant";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a recipe. It defines additional
|
|
9
9
|
* methods and properties required for managing a
|