node-opcua-nodeset-cnc 2.134.0 → 2.138.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -0
- package/dist/dt_cnc_position.d.ts +1 -1
- package/dist/enum_cnc_axis_status.d.ts +1 -1
- package/dist/enum_cnc_axis_status.js +1 -1
- package/dist/enum_cnc_channel_program_status.d.ts +1 -1
- package/dist/enum_cnc_channel_program_status.js +1 -1
- package/dist/enum_cnc_channel_status.d.ts +1 -1
- package/dist/enum_cnc_channel_status.js +1 -1
- package/dist/enum_cnc_operation_mode.d.ts +1 -1
- package/dist/enum_cnc_operation_mode.js +1 -1
- package/dist/enum_cnc_spindle_status.d.ts +1 -1
- package/dist/enum_cnc_spindle_status.js +1 -1
- package/dist/enum_cnc_spindle_turn_direction.d.ts +1 -1
- package/dist/enum_cnc_spindle_turn_direction.js +1 -1
- package/dist/ua_cnc_position_variable.d.ts +1 -0
- package/package.json +8 -8
- package/source/dt_cnc_position.ts +1 -1
- package/source/enum_cnc_axis_status.ts +1 -1
- package/source/enum_cnc_channel_program_status.ts +1 -1
- package/source/enum_cnc_channel_status.ts +1 -1
- package/source/enum_cnc_operation_mode.ts +1 -1
- package/source/enum_cnc_spindle_status.ts +1 -1
- package/source/enum_cnc_spindle_turn_direction.ts +1 -1
- package/source/ua_cnc_axis_list.ts +1 -1
- package/source/ua_cnc_position_variable.ts +1 -0
package/LICENSE
CHANGED
|
@@ -7,7 +7,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncPositionDataType |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export interface DTCncPosition extends DTStructure {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |CncAxisStatus |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export declare enum EnumCncAxisStatus {
|
|
@@ -9,7 +9,7 @@ exports.EnumCncAxisStatus = void 0;
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |CncAxisStatus |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
var EnumCncAxisStatus;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |CncChannelProgramStatus |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export declare enum EnumCncChannelProgramStatus {
|
|
@@ -9,7 +9,7 @@ exports.EnumCncChannelProgramStatus = void 0;
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |CncChannelProgramStatus |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
var EnumCncChannelProgramStatus;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |CncChannelStatus |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export declare enum EnumCncChannelStatus {
|
|
@@ -9,7 +9,7 @@ exports.EnumCncChannelStatus = void 0;
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |CncChannelStatus |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
var EnumCncChannelStatus;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |CncOperationMode |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export declare enum EnumCncOperationMode {
|
|
@@ -9,7 +9,7 @@ exports.EnumCncOperationMode = void 0;
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |CncOperationMode |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
var EnumCncOperationMode;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |CncSpindleStatus |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export declare enum EnumCncSpindleStatus {
|
|
@@ -9,7 +9,7 @@ exports.EnumCncSpindleStatus = void 0;
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |CncSpindleStatus |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
var EnumCncSpindleStatus;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
6
6
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
7
7
|
* | nodeClass |DataType |
|
|
8
|
-
* | name |
|
|
8
|
+
* | name |CncSpindleTurnDirection |
|
|
9
9
|
* | isAbstract|false |
|
|
10
10
|
*/
|
|
11
11
|
export declare enum EnumCncSpindleTurnDirection {
|
|
@@ -9,7 +9,7 @@ exports.EnumCncSpindleTurnDirection = void 0;
|
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
10
10
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
11
11
|
* | nodeClass |DataType |
|
|
12
|
-
* | name |
|
|
12
|
+
* | name |CncSpindleTurnDirection |
|
|
13
13
|
* | isAbstract|false |
|
|
14
14
|
*/
|
|
15
15
|
var EnumCncSpindleTurnDirection;
|
|
@@ -14,6 +14,7 @@ import { DTCncPosition } from "./dt_cnc_position";
|
|
|
14
14
|
* |typedDefinition |CncPositionVariableType i=2001 |
|
|
15
15
|
* |dataType |ExtensionObject |
|
|
16
16
|
* |dataType Name |DTCncPosition i=3007 |
|
|
17
|
+
* |value rank |-1 |
|
|
17
18
|
* |isAbstract |false |
|
|
18
19
|
*/
|
|
19
20
|
export interface UACncPositionVariable_Base<T extends DTCncPosition> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-cnc",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.138.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-cnc",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,15 +10,15 @@
|
|
|
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.
|
|
17
|
-
"node-opcua-extension-object": "2.
|
|
15
|
+
"node-opcua-data-access": "2.137.0",
|
|
16
|
+
"node-opcua-data-model": "2.137.0",
|
|
17
|
+
"node-opcua-extension-object": "2.137.0",
|
|
18
18
|
"node-opcua-nodeid": "2.133.0",
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
19
|
+
"node-opcua-nodeset-ua": "2.138.0",
|
|
20
20
|
"node-opcua-status-code": "2.133.0",
|
|
21
|
-
"node-opcua-variant": "2.
|
|
21
|
+
"node-opcua-variant": "2.137.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": "
|
|
40
|
+
"gitHead": "383bbe814f9261b2bc01a5d0fe476813153bb110"
|
|
41
41
|
}
|
|
@@ -8,7 +8,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
|
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
9
9
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
10
10
|
* | nodeClass |DataType |
|
|
11
|
-
* | name |
|
|
11
|
+
* | name |CncPositionDataType |
|
|
12
12
|
* | isAbstract|false |
|
|
13
13
|
*/
|
|
14
14
|
export interface DTCncPosition extends DTStructure {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncAxisStatus |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export enum EnumCncAxisStatus {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncChannelProgramStatus |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export enum EnumCncChannelProgramStatus {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncChannelStatus |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export enum EnumCncChannelStatus {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncOperationMode |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export enum EnumCncOperationMode {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncSpindleStatus |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export enum EnumCncSpindleStatus {
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
8
8
|
* | namespace |http://opcfoundation.org/UA/CNC |
|
|
9
9
|
* | nodeClass |DataType |
|
|
10
|
-
* | name |
|
|
10
|
+
* | name |CncSpindleTurnDirection |
|
|
11
11
|
* | isAbstract|false |
|
|
12
12
|
*/
|
|
13
13
|
export enum EnumCncSpindleTurnDirection {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType,
|
|
3
|
+
import { DataType, VariantOptions } from "node-opcua-variant"
|
|
4
4
|
import { EUInformation } from "node-opcua-data-access"
|
|
5
5
|
import { NodeId } from "node-opcua-nodeid"
|
|
6
6
|
import { UAString } from "node-opcua-basic-types"
|
|
@@ -15,6 +15,7 @@ import { DTCncPosition } from "./dt_cnc_position"
|
|
|
15
15
|
* |typedDefinition |CncPositionVariableType i=2001 |
|
|
16
16
|
* |dataType |ExtensionObject |
|
|
17
17
|
* |dataType Name |DTCncPosition i=3007 |
|
|
18
|
+
* |value rank |-1 |
|
|
18
19
|
* |isAbstract |false |
|
|
19
20
|
*/
|
|
20
21
|
export interface UACncPositionVariable_Base<T extends DTCncPosition> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
|