node-opcua-nodeset-robotics 2.134.0 → 2.138.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -0
- package/dist/enum_axis_motion_profile.d.ts +1 -1
- package/dist/enum_axis_motion_profile.js +1 -1
- package/dist/enum_execution_mode.d.ts +1 -1
- package/dist/enum_execution_mode.js +1 -1
- package/dist/enum_motion_device_category.d.ts +1 -1
- package/dist/enum_motion_device_category.js +1 -1
- package/dist/enum_operational_mode.d.ts +1 -1
- package/dist/enum_operational_mode.js +1 -1
- package/package.json +8 -8
- package/source/enum_axis_motion_profile.ts +1 -1
- package/source/enum_execution_mode.ts +1 -1
- package/source/enum_motion_device_category.ts +1 -1
- package/source/enum_operational_mode.ts +1 -1
- package/source/ua_motion_device_system.ts +1 -1
package/LICENSE
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |AxisMotionProfileEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumAxisMotionProfile {
|
|
@@ -7,7 +7,7 @@ exports.EnumAxisMotionProfile = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |AxisMotionProfileEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumAxisMotionProfile;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |ExecutionModeEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumExecutionMode {
|
|
@@ -7,7 +7,7 @@ exports.EnumExecutionMode = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |ExecutionModeEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumExecutionMode;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |MotionDeviceCategoryEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumMotionDeviceCategory {
|
|
@@ -7,7 +7,7 @@ exports.EnumMotionDeviceCategory = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |MotionDeviceCategoryEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumMotionDeviceCategory;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* |-----------|------------------------------------------------------------|
|
|
4
4
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
5
5
|
* | nodeClass |DataType |
|
|
6
|
-
* | name |
|
|
6
|
+
* | name |OperationalModeEnumeration |
|
|
7
7
|
* | isAbstract|false |
|
|
8
8
|
*/
|
|
9
9
|
export declare enum EnumOperationalMode {
|
|
@@ -7,7 +7,7 @@ exports.EnumOperationalMode = void 0;
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |OperationalModeEnumeration |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
var EnumOperationalMode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-robotics",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.138.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",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.138.0",
|
|
14
14
|
"node-opcua-basic-types": "2.134.0",
|
|
15
|
-
"node-opcua-data-access": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
15
|
+
"node-opcua-data-access": "2.137.0",
|
|
16
|
+
"node-opcua-data-model": "2.137.0",
|
|
17
17
|
"node-opcua-nodeid": "2.133.0",
|
|
18
|
-
"node-opcua-nodeset-di": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-variant": "2.
|
|
18
|
+
"node-opcua-nodeset-di": "2.138.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.138.0",
|
|
20
|
+
"node-opcua-variant": "2.137.0"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
23
|
"dist",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"internet of things"
|
|
37
37
|
],
|
|
38
38
|
"homepage": "http://node-opcua.github.io/",
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "383bbe814f9261b2bc01a5d0fe476813153bb110"
|
|
40
40
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |AxisMotionProfileEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumAxisMotionProfile {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |ExecutionModeEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumExecutionMode {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |MotionDeviceCategoryEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumMotionDeviceCategory {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/Robotics/ |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |OperationalModeEnumeration |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export enum EnumOperationalMode {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { DataType,
|
|
2
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
3
3
|
import { LocalizedText } from "node-opcua-data-model"
|
|
4
4
|
import { EUInformation } from "node-opcua-data-access"
|
|
5
5
|
import { NodeId } from "node-opcua-nodeid"
|