node-opcua-nodeset-robotics 2.150.0 → 2.153.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.
@@ -1,7 +1,7 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
- import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
4
+ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device";
5
5
  /**
6
6
  * Components mounted in a controller cabinet or a
7
7
  * motion device e.g. an IO-board or a power supply.
package/dist/ua_axis.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
4
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
3
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
4
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
5
5
  import { EnumAxisMotionProfile } from "./enum_axis_motion_profile";
6
6
  import { UALoad } from "./ua_load";
7
7
  export interface UAAxis_parameterSet extends UAObject {
@@ -2,10 +2,10 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText } from "node-opcua-data-model";
4
4
  import { UAString } from "node-opcua-basic-types";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
6
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
7
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
8
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
7
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
8
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
9
9
  import { UAUser } from "./ua_user";
10
10
  export interface UAController_parameterSet extends UAObject {
11
11
  /**
@@ -1,7 +1,7 @@
1
1
  import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
- import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device";
4
+ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device";
5
5
  /**
6
6
  * Drives (multi-slot or single-slot axis amplifier)
7
7
  * mounted in a controller cabinet or a motion
@@ -1,7 +1,7 @@
1
1
  import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
4
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
5
  /**
6
6
  * According to ISO 10218-1:2011 Ch.5.5.2 Emergency
7
7
  * stop the robot shall have one or more emergency
package/dist/ua_gear.d.ts CHANGED
@@ -2,10 +2,10 @@ import { UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText } from "node-opcua-data-model";
4
4
  import { UAString } from "node-opcua-basic-types";
5
- import { DTRationalNumber } from "node-opcua-nodeset-ua/source/dt_rational_number";
6
- import { UARationalNumber } from "node-opcua-nodeset-ua/source/ua_rational_number";
7
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
8
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
+ import { DTRationalNumber } from "node-opcua-nodeset-ua/dist/dt_rational_number";
6
+ import { UARationalNumber } from "node-opcua-nodeset-ua/dist/ua_rational_number";
7
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
8
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
9
9
  /**
10
10
  * The GearType describes a gear in a powertrain,
11
11
  * e.g. a gear box or a spindle.
package/dist/ua_load.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { UAObject } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
4
- import { DT3DFrame } from "node-opcua-nodeset-ua/source/dt_3_d_frame";
5
- import { UA3DFrame } from "node-opcua-nodeset-ua/source/ua_3_d_frame";
6
- import { DT3DVector } from "node-opcua-nodeset-ua/source/dt_3_d_vector";
7
- import { UA3DVector } from "node-opcua-nodeset-ua/source/ua_3_d_vector";
3
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
4
+ import { DT3DFrame } from "node-opcua-nodeset-ua/dist/dt_3_d_frame";
5
+ import { UA3DFrame } from "node-opcua-nodeset-ua/dist/ua_3_d_frame";
6
+ import { DT3DVector } from "node-opcua-nodeset-ua/dist/dt_3_d_vector";
7
+ import { UA3DVector } from "node-opcua-nodeset-ua/dist/ua_3_d_vector";
8
8
  /**
9
9
  * The LoadType is for describing loads mounted on
10
10
  * the motion device typically by an integrator or a
@@ -2,9 +2,9 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText } from "node-opcua-data-model";
4
4
  import { UAString } from "node-opcua-basic-types";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
6
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
7
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
7
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
8
8
  import { EnumMotionDeviceCategory } from "./enum_motion_device_category";
9
9
  import { UALoad } from "./ua_load";
10
10
  export interface UAMotionDevice_parameterSet extends UAObject {
@@ -1,5 +1,5 @@
1
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
2
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
1
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
2
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
3
3
  /**
4
4
  * Contains the set of controllers and motion
5
5
  * devices in a closely-coupled motion device system.
@@ -2,9 +2,9 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText } from "node-opcua-data-model";
4
4
  import { UInt16, UAString } from "node-opcua-basic-types";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
6
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit";
7
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
7
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
8
8
  export interface UAMotor_parameterSet extends UAObject {
9
9
  /**
10
10
  * brakeReleased
@@ -1,4 +1,4 @@
1
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
1
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
2
2
  /**
3
3
  * The PowerTrainType represents instances of
4
4
  * powertrains of a motion device.
@@ -1,7 +1,7 @@
1
1
  import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { UAString } from "node-opcua-basic-types";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
4
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
5
  /**
6
6
  * According to ISO 10218-1:2011 Ch.5.5.3 the robot
7
7
  * shall have one or more protective stop functions
@@ -1,8 +1,8 @@
1
1
  import { UAObject } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
4
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
5
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
3
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
5
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
6
6
  import { EnumOperationalMode } from "./enum_operational_mode";
7
7
  export interface UASafetyState_parameterSet extends UAObject {
8
8
  /**
@@ -2,8 +2,8 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
2
  import { DataType } from "node-opcua-variant";
3
3
  import { LocalizedText } from "node-opcua-data-model";
4
4
  import { UAString } from "node-opcua-basic-types";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
6
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component";
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
7
7
  import { EnumExecutionMode } from "./enum_execution_mode";
8
8
  export interface UATaskControl_parameterSet extends UAObject {
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-robotics",
3
- "version": "2.150.0",
3
+ "version": "2.153.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-robotics",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,14 +11,14 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.150.0",
15
- "node-opcua-basic-types": "2.139.0",
16
- "node-opcua-data-access": "2.150.0",
17
- "node-opcua-data-model": "2.139.0",
18
- "node-opcua-nodeid": "2.139.0",
19
- "node-opcua-nodeset-di": "2.150.0",
20
- "node-opcua-nodeset-ua": "2.150.0",
21
- "node-opcua-variant": "2.150.0"
14
+ "node-opcua-address-space-base": "2.153.0",
15
+ "node-opcua-basic-types": "2.153.0",
16
+ "node-opcua-data-access": "2.153.0",
17
+ "node-opcua-data-model": "2.153.0",
18
+ "node-opcua-nodeid": "2.153.0",
19
+ "node-opcua-nodeset-di": "2.153.0",
20
+ "node-opcua-nodeset-ua": "2.153.0",
21
+ "node-opcua-variant": "2.153.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",
@@ -37,5 +37,5 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "a8ef78e0901a4bbbd23efe198bfda26614a889e7"
40
+ "gitHead": "2193ed025bc9aaded76338c1c76cbc0524b3a37f"
41
41
  }
@@ -1,11 +1,8 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, VariantOptions } from "node-opcua-variant"
4
- import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
- import { Int32, UAString } from "node-opcua-basic-types"
6
- import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
7
- import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
8
- import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
3
+ import { DataType } from "node-opcua-variant"
4
+ import { UAString } from "node-opcua-basic-types"
5
+ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device"
9
6
  /**
10
7
  * Components mounted in a controller cabinet or a
11
8
  * motion device e.g. an IO-board or a power supply.
package/source/ua_axis.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit"
5
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
4
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit"
5
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
6
6
  import { EnumAxisMotionProfile } from "./enum_axis_motion_profile"
7
7
  import { UALoad } from "./ua_load"
8
8
  export interface UAAxis_parameterSet extends UAObject { // Object
@@ -3,10 +3,10 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UAString } from "node-opcua-basic-types"
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
7
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit"
8
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
9
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
6
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit"
8
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
9
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
10
10
  import { UAUser } from "./ua_user"
11
11
  export interface UAController_parameterSet extends UAObject { // Object
12
12
  /**
@@ -2,7 +2,7 @@
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { UAString } from "node-opcua-basic-types"
5
- import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/source/ua_device"
5
+ import { UADevice, UADevice_Base } from "node-opcua-nodeset-di/dist/ua_device"
6
6
  /**
7
7
  * Drives (multi-slot or single-slot axis amplifier)
8
8
  * mounted in a controller cabinet or a motion
@@ -2,7 +2,7 @@
2
2
  import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { UAString } from "node-opcua-basic-types"
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
6
6
  /**
7
7
  * According to ISO 10218-1:2011 Ch.5.5.2 Emergency
8
8
  * stop the robot shall have one or more emergency
package/source/ua_gear.ts CHANGED
@@ -3,10 +3,10 @@ import { UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UAString } from "node-opcua-basic-types"
6
- import { DTRationalNumber } from "node-opcua-nodeset-ua/source/dt_rational_number"
7
- import { UARationalNumber } from "node-opcua-nodeset-ua/source/ua_rational_number"
8
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
9
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
6
+ import { DTRationalNumber } from "node-opcua-nodeset-ua/dist/dt_rational_number"
7
+ import { UARationalNumber } from "node-opcua-nodeset-ua/dist/ua_rational_number"
8
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
9
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
10
10
  /**
11
11
  * The GearType describes a gear in a powertrain,
12
12
  * e.g. a gear box or a spindle.
package/source/ua_load.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAObject } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit"
5
- import { DT3DFrame } from "node-opcua-nodeset-ua/source/dt_3_d_frame"
6
- import { UA3DFrame } from "node-opcua-nodeset-ua/source/ua_3_d_frame"
7
- import { DT3DVector } from "node-opcua-nodeset-ua/source/dt_3_d_vector"
8
- import { UA3DVector } from "node-opcua-nodeset-ua/source/ua_3_d_vector"
4
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit"
5
+ import { DT3DFrame } from "node-opcua-nodeset-ua/dist/dt_3_d_frame"
6
+ import { UA3DFrame } from "node-opcua-nodeset-ua/dist/ua_3_d_frame"
7
+ import { DT3DVector } from "node-opcua-nodeset-ua/dist/dt_3_d_vector"
8
+ import { UA3DVector } from "node-opcua-nodeset-ua/dist/ua_3_d_vector"
9
9
  /**
10
10
  * The LoadType is for describing loads mounted on
11
11
  * the motion device typically by an integrator or a
@@ -3,9 +3,9 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UAString } from "node-opcua-basic-types"
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
7
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
8
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
6
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
8
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
9
9
  import { EnumMotionDeviceCategory } from "./enum_motion_device_category"
10
10
  import { UALoad } from "./ua_load"
11
11
  export interface UAMotionDevice_parameterSet extends UAObject { // Object
@@ -1,25 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType, VariantOptions } from "node-opcua-variant"
3
- import { LocalizedText } from "node-opcua-data-model"
4
- import { EUInformation } from "node-opcua-data-access"
5
- import { NodeId } from "node-opcua-nodeid"
6
- import { UInt32, Int32, UInt16, UAString } from "node-opcua-basic-types"
7
- import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
8
- import { DT3DFrame } from "node-opcua-nodeset-ua/source/dt_3_d_frame"
9
- import { DTFrame } from "node-opcua-nodeset-ua/source/dt_frame"
10
- import { DTCartesianCoordinates } from "node-opcua-nodeset-ua/source/dt_cartesian_coordinates"
11
- import { DTOrientation } from "node-opcua-nodeset-ua/source/dt_orientation"
12
- import { DT3DCartesianCoordinates } from "node-opcua-nodeset-ua/source/dt_3_d_cartesian_coordinates"
13
- import { DT3DOrientation } from "node-opcua-nodeset-ua/source/dt_3_d_orientation"
14
- import { DT3DVector } from "node-opcua-nodeset-ua/source/dt_3_d_vector"
15
- import { DTVector } from "node-opcua-nodeset-ua/source/dt_vector"
16
- import { DTRationalNumber } from "node-opcua-nodeset-ua/source/dt_rational_number"
17
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
18
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
19
- import { EnumMotionDeviceCategory } from "./enum_motion_device_category"
20
- import { EnumAxisMotionProfile } from "./enum_axis_motion_profile"
21
- import { EnumExecutionMode } from "./enum_execution_mode"
22
- import { EnumOperationalMode } from "./enum_operational_mode"
2
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
3
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
4
+
23
5
  /**
24
6
  * Contains the set of controllers and motion
25
7
  * devices in a closely-coupled motion device system.
@@ -3,9 +3,9 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UInt16, UAString } from "node-opcua-basic-types"
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
7
- import { UAAnalogUnit } from "node-opcua-nodeset-ua/source/ua_analog_unit"
8
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
6
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
+ import { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit"
8
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
9
9
  export interface UAMotor_parameterSet extends UAObject { // Object
10
10
  /**
11
11
  * brakeReleased
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
2
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
3
3
  /**
4
4
  * The PowerTrainType represents instances of
5
5
  * powertrains of a motion device.
@@ -2,7 +2,7 @@
2
2
  import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { UAString } from "node-opcua-basic-types"
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
5
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
6
6
  /**
7
7
  * According to ISO 10218-1:2011 Ch.5.5.3 the robot
8
8
  * shall have one or more protective stop functions
@@ -1,9 +1,9 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAObject } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
5
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
6
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
4
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
5
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
6
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
7
7
  import { EnumOperationalMode } from "./enum_operational_mode"
8
8
  export interface UASafetyState_parameterSet extends UAObject { // Object
9
9
  /**
@@ -3,8 +3,8 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
3
  import { DataType } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UAString } from "node-opcua-basic-types"
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
7
- import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/source/ua_component"
6
+ import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
+ import { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component"
8
8
  import { EnumExecutionMode } from "./enum_execution_mode"
9
9
  export interface UATaskControl_parameterSet extends UAObject { // Object
10
10
  /**