node-opcua-nodeset-cnc 2.102.0 → 2.104.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.
Files changed (51) hide show
  1. package/dist/dt_cnc_position.d.ts +6 -6
  2. package/dist/enum_cnc_axis_status.d.ts +6 -6
  3. package/dist/enum_cnc_axis_status.js +7 -7
  4. package/dist/enum_cnc_axis_status.js.map +1 -1
  5. package/dist/enum_cnc_channel_program_status.d.ts +6 -6
  6. package/dist/enum_cnc_channel_program_status.js +7 -7
  7. package/dist/enum_cnc_channel_program_status.js.map +1 -1
  8. package/dist/enum_cnc_channel_status.d.ts +6 -6
  9. package/dist/enum_cnc_channel_status.js +7 -7
  10. package/dist/enum_cnc_channel_status.js.map +1 -1
  11. package/dist/enum_cnc_operation_mode.d.ts +6 -6
  12. package/dist/enum_cnc_operation_mode.js +7 -7
  13. package/dist/enum_cnc_operation_mode.js.map +1 -1
  14. package/dist/enum_cnc_spindle_status.d.ts +6 -6
  15. package/dist/enum_cnc_spindle_status.js +7 -7
  16. package/dist/enum_cnc_spindle_status.js.map +1 -1
  17. package/dist/enum_cnc_spindle_turn_direction.d.ts +6 -6
  18. package/dist/enum_cnc_spindle_turn_direction.js +7 -7
  19. package/dist/enum_cnc_spindle_turn_direction.js.map +1 -1
  20. package/dist/ua_cnc_alarm.d.ts +6 -6
  21. package/dist/ua_cnc_axis.d.ts +6 -6
  22. package/dist/ua_cnc_axis_list.d.ts +6 -6
  23. package/dist/ua_cnc_channel.d.ts +6 -6
  24. package/dist/ua_cnc_channel_list.d.ts +6 -6
  25. package/dist/ua_cnc_component.d.ts +6 -6
  26. package/dist/ua_cnc_drive.d.ts +6 -6
  27. package/dist/ua_cnc_interface.d.ts +6 -6
  28. package/dist/ua_cnc_message.d.ts +6 -6
  29. package/dist/ua_cnc_position_variable.d.ts +8 -8
  30. package/dist/ua_cnc_spindle.d.ts +6 -6
  31. package/dist/ua_cnc_spindle_list.d.ts +6 -6
  32. package/package.json +12 -11
  33. package/source/dt_cnc_position.ts +6 -6
  34. package/source/enum_cnc_axis_status.ts +6 -6
  35. package/source/enum_cnc_channel_program_status.ts +6 -6
  36. package/source/enum_cnc_channel_status.ts +6 -6
  37. package/source/enum_cnc_operation_mode.ts +6 -6
  38. package/source/enum_cnc_spindle_status.ts +6 -6
  39. package/source/enum_cnc_spindle_turn_direction.ts +6 -6
  40. package/source/ua_cnc_alarm.ts +6 -6
  41. package/source/ua_cnc_axis.ts +6 -6
  42. package/source/ua_cnc_axis_list.ts +6 -6
  43. package/source/ua_cnc_channel.ts +6 -6
  44. package/source/ua_cnc_channel_list.ts +6 -6
  45. package/source/ua_cnc_component.ts +6 -6
  46. package/source/ua_cnc_drive.ts +6 -6
  47. package/source/ua_cnc_interface.ts +6 -6
  48. package/source/ua_cnc_message.ts +6 -6
  49. package/source/ua_cnc_position_variable.ts +8 -8
  50. package/source/ua_cnc_spindle.ts +6 -6
  51. package/source/ua_cnc_spindle_list.ts +6 -6
@@ -3,12 +3,12 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
3
  /**
4
4
  * Structure of position elements.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncPositionDataType |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncPositionDataType |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export interface DTCncPosition extends DTStructure {
14
14
  /** Position current value.*/
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Status of a CNC axis.
3
3
  *
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/CNC |
7
- * | nodeClass |DataType |
8
- * | name |11:CncAxisStatus |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/CNC |
7
+ * | nodeClass |DataType |
8
+ * | name |11:CncAxisStatus |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export declare enum EnumCncAxisStatus {
12
12
  /**
@@ -5,12 +5,12 @@ exports.EnumCncAxisStatus = void 0;
5
5
  /**
6
6
  * Status of a CNC axis.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/CNC |
11
- * | nodeClass |DataType |
12
- * | name |11:CncAxisStatus |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/CNC |
11
+ * | nodeClass |DataType |
12
+ * | name |11:CncAxisStatus |
13
+ * | isAbstract|false |
14
14
  */
15
15
  var EnumCncAxisStatus;
16
16
  (function (EnumCncAxisStatus) {
@@ -26,5 +26,5 @@ var EnumCncAxisStatus;
26
26
  * Axis is configured but not active
27
27
  */
28
28
  EnumCncAxisStatus[EnumCncAxisStatus["Parked"] = 2] = "Parked";
29
- })(EnumCncAxisStatus = exports.EnumCncAxisStatus || (exports.EnumCncAxisStatus = {}));
29
+ })(EnumCncAxisStatus || (exports.EnumCncAxisStatus = EnumCncAxisStatus = {}));
30
30
  //# sourceMappingURL=enum_cnc_axis_status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_cnc_axis_status.js","sourceRoot":"","sources":["../source/enum_cnc_axis_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,iBAaX;AAbD,WAAY,iBAAiB;IAC3B;;OAEG;IACH,qEAAc,CAAA;IACd;;OAEG;IACH,6DAAU,CAAA;IACV;;OAEG;IACH,6DAAU,CAAA;AACZ,CAAC,EAbW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAa5B"}
1
+ {"version":3,"file":"enum_cnc_axis_status.js","sourceRoot":"","sources":["../source/enum_cnc_axis_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,iBAaX;AAbD,WAAY,iBAAiB;IAC3B;;OAEG;IACH,qEAAc,CAAA;IACd;;OAEG;IACH,6DAAU,CAAA;IACV;;OAEG;IACH,6DAAU,CAAA;AACZ,CAAC,EAbW,iBAAiB,iCAAjB,iBAAiB,QAa5B"}
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Status of program execution within a channel.
3
3
  *
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/CNC |
7
- * | nodeClass |DataType |
8
- * | name |11:CncChannelProgramStatus |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/CNC |
7
+ * | nodeClass |DataType |
8
+ * | name |11:CncChannelProgramStatus |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export declare enum EnumCncChannelProgramStatus {
12
12
  /**
@@ -5,12 +5,12 @@ exports.EnumCncChannelProgramStatus = void 0;
5
5
  /**
6
6
  * Status of program execution within a channel.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/CNC |
11
- * | nodeClass |DataType |
12
- * | name |11:CncChannelProgramStatus |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/CNC |
11
+ * | nodeClass |DataType |
12
+ * | name |11:CncChannelProgramStatus |
13
+ * | isAbstract|false |
14
14
  */
15
15
  var EnumCncChannelProgramStatus;
16
16
  (function (EnumCncChannelProgramStatus) {
@@ -34,5 +34,5 @@ var EnumCncChannelProgramStatus;
34
34
  * Channel program canceled
35
35
  */
36
36
  EnumCncChannelProgramStatus[EnumCncChannelProgramStatus["Canceled"] = 4] = "Canceled";
37
- })(EnumCncChannelProgramStatus = exports.EnumCncChannelProgramStatus || (exports.EnumCncChannelProgramStatus = {}));
37
+ })(EnumCncChannelProgramStatus || (exports.EnumCncChannelProgramStatus = EnumCncChannelProgramStatus = {}));
38
38
  //# sourceMappingURL=enum_cnc_channel_program_status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_cnc_channel_program_status.js","sourceRoot":"","sources":["../source/enum_cnc_channel_program_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,2BAqBX;AArBD,WAAY,2BAA2B;IACrC;;OAEG;IACH,mFAAW,CAAA;IACX;;OAEG;IACH,mFAAW,CAAA;IACX;;OAEG;IACH,mFAAW,CAAA;IACX;;OAEG;IACH,2FAAe,CAAA;IACf;;OAEG;IACH,qFAAY,CAAA;AACd,CAAC,EArBW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqBtC"}
1
+ {"version":3,"file":"enum_cnc_channel_program_status.js","sourceRoot":"","sources":["../source/enum_cnc_channel_program_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,2BAqBX;AArBD,WAAY,2BAA2B;IACrC;;OAEG;IACH,mFAAW,CAAA;IACX;;OAEG;IACH,mFAAW,CAAA;IACX;;OAEG;IACH,mFAAW,CAAA;IACX;;OAEG;IACH,2FAAe,CAAA;IACf;;OAEG;IACH,qFAAY,CAAA;AACd,CAAC,EArBW,2BAA2B,2CAA3B,2BAA2B,QAqBtC"}
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Status of a CNC channel.
3
3
  *
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/CNC |
7
- * | nodeClass |DataType |
8
- * | name |11:CncChannelStatus |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/CNC |
7
+ * | nodeClass |DataType |
8
+ * | name |11:CncChannelStatus |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export declare enum EnumCncChannelStatus {
12
12
  /**
@@ -5,12 +5,12 @@ exports.EnumCncChannelStatus = void 0;
5
5
  /**
6
6
  * Status of a CNC channel.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/CNC |
11
- * | nodeClass |DataType |
12
- * | name |11:CncChannelStatus |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/CNC |
11
+ * | nodeClass |DataType |
12
+ * | name |11:CncChannelStatus |
13
+ * | isAbstract|false |
14
14
  */
15
15
  var EnumCncChannelStatus;
16
16
  (function (EnumCncChannelStatus) {
@@ -26,5 +26,5 @@ var EnumCncChannelStatus;
26
26
  * Channel resetting
27
27
  */
28
28
  EnumCncChannelStatus[EnumCncChannelStatus["Reset"] = 2] = "Reset";
29
- })(EnumCncChannelStatus = exports.EnumCncChannelStatus || (exports.EnumCncChannelStatus = {}));
29
+ })(EnumCncChannelStatus || (exports.EnumCncChannelStatus = EnumCncChannelStatus = {}));
30
30
  //# sourceMappingURL=enum_cnc_channel_status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_cnc_channel_status.js","sourceRoot":"","sources":["../source/enum_cnc_channel_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,oBAaX;AAbD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,mEAAU,CAAA;IACV;;OAEG;IACH,6EAAe,CAAA;IACf;;OAEG;IACH,iEAAS,CAAA;AACX,CAAC,EAbW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAa/B"}
1
+ {"version":3,"file":"enum_cnc_channel_status.js","sourceRoot":"","sources":["../source/enum_cnc_channel_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,oBAaX;AAbD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,mEAAU,CAAA;IACV;;OAEG;IACH,6EAAe,CAAA;IACf;;OAEG;IACH,iEAAS,CAAA;AACX,CAAC,EAbW,oBAAoB,oCAApB,oBAAoB,QAa/B"}
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Modes of operation.
3
3
  *
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/CNC |
7
- * | nodeClass |DataType |
8
- * | name |11:CncOperationMode |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/CNC |
7
+ * | nodeClass |DataType |
8
+ * | name |11:CncOperationMode |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export declare enum EnumCncOperationMode {
12
12
  Manual = 0,
@@ -5,17 +5,17 @@ exports.EnumCncOperationMode = void 0;
5
5
  /**
6
6
  * Modes of operation.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/CNC |
11
- * | nodeClass |DataType |
12
- * | name |11:CncOperationMode |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/CNC |
11
+ * | nodeClass |DataType |
12
+ * | name |11:CncOperationMode |
13
+ * | isAbstract|false |
14
14
  */
15
15
  var EnumCncOperationMode;
16
16
  (function (EnumCncOperationMode) {
17
17
  EnumCncOperationMode[EnumCncOperationMode["Manual"] = 0] = "Manual";
18
18
  EnumCncOperationMode[EnumCncOperationMode["MDA"] = 1] = "MDA";
19
19
  EnumCncOperationMode[EnumCncOperationMode["Automatic"] = 2] = "Automatic";
20
- })(EnumCncOperationMode = exports.EnumCncOperationMode || (exports.EnumCncOperationMode = {}));
20
+ })(EnumCncOperationMode || (exports.EnumCncOperationMode = EnumCncOperationMode = {}));
21
21
  //# sourceMappingURL=enum_cnc_operation_mode.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_cnc_operation_mode.js","sourceRoot":"","sources":["../source/enum_cnc_operation_mode.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,mEAAU,CAAA;IACV,6DAAO,CAAA;IACP,yEAAa,CAAA;AACf,CAAC,EAJW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAI/B"}
1
+ {"version":3,"file":"enum_cnc_operation_mode.js","sourceRoot":"","sources":["../source/enum_cnc_operation_mode.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC9B,mEAAU,CAAA;IACV,6DAAO,CAAA;IACP,yEAAa,CAAA;AACf,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B"}
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Status of a CNC spindle.
3
3
  *
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/CNC |
7
- * | nodeClass |DataType |
8
- * | name |11:CncSpindleStatus |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/CNC |
7
+ * | nodeClass |DataType |
8
+ * | name |11:CncSpindleStatus |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export declare enum EnumCncSpindleStatus {
12
12
  /**
@@ -5,12 +5,12 @@ exports.EnumCncSpindleStatus = void 0;
5
5
  /**
6
6
  * Status of a CNC spindle.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/CNC |
11
- * | nodeClass |DataType |
12
- * | name |11:CncSpindleStatus |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/CNC |
11
+ * | nodeClass |DataType |
12
+ * | name |11:CncSpindleStatus |
13
+ * | isAbstract|false |
14
14
  */
15
15
  var EnumCncSpindleStatus;
16
16
  (function (EnumCncSpindleStatus) {
@@ -34,5 +34,5 @@ var EnumCncSpindleStatus;
34
34
  * Spindle configured but not active
35
35
  */
36
36
  EnumCncSpindleStatus[EnumCncSpindleStatus["Parked"] = 4] = "Parked";
37
- })(EnumCncSpindleStatus = exports.EnumCncSpindleStatus || (exports.EnumCncSpindleStatus = {}));
37
+ })(EnumCncSpindleStatus || (exports.EnumCncSpindleStatus = EnumCncSpindleStatus = {}));
38
38
  //# sourceMappingURL=enum_cnc_spindle_status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_cnc_spindle_status.js","sourceRoot":"","sources":["../source/enum_cnc_spindle_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,qEAAW,CAAA;IACX;;OAEG;IACH,+EAAgB,CAAA;IAChB;;OAEG;IACH,+EAAgB,CAAA;IAChB;;OAEG;IACH,+EAAgB,CAAA;IAChB;;OAEG;IACH,mEAAU,CAAA;AACZ,CAAC,EArBW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqB/B"}
1
+ {"version":3,"file":"enum_cnc_spindle_status.js","sourceRoot":"","sources":["../source/enum_cnc_spindle_status.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,oBAqBX;AArBD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,qEAAW,CAAA;IACX;;OAEG;IACH,+EAAgB,CAAA;IAChB;;OAEG;IACH,+EAAgB,CAAA;IAChB;;OAEG;IACH,+EAAgB,CAAA;IAChB;;OAEG;IACH,mEAAU,CAAA;AACZ,CAAC,EArBW,oBAAoB,oCAApB,oBAAoB,QAqB/B"}
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Turn direction of a CNC spindle.
3
3
  *
4
- * | | |
5
- * |-----------|--------------------------------------------------|
6
- * | namespace |http://opcfoundation.org/UA/CNC |
7
- * | nodeClass |DataType |
8
- * | name |11:CncSpindleTurnDirection |
9
- * | isAbstract|false |
4
+ * | | |
5
+ * |-----------|------------------------------------------------------------|
6
+ * | namespace |http://opcfoundation.org/UA/CNC |
7
+ * | nodeClass |DataType |
8
+ * | name |11:CncSpindleTurnDirection |
9
+ * | isAbstract|false |
10
10
  */
11
11
  export declare enum EnumCncSpindleTurnDirection {
12
12
  /**
@@ -5,12 +5,12 @@ exports.EnumCncSpindleTurnDirection = void 0;
5
5
  /**
6
6
  * Turn direction of a CNC spindle.
7
7
  *
8
- * | | |
9
- * |-----------|--------------------------------------------------|
10
- * | namespace |http://opcfoundation.org/UA/CNC |
11
- * | nodeClass |DataType |
12
- * | name |11:CncSpindleTurnDirection |
13
- * | isAbstract|false |
8
+ * | | |
9
+ * |-----------|------------------------------------------------------------|
10
+ * | namespace |http://opcfoundation.org/UA/CNC |
11
+ * | nodeClass |DataType |
12
+ * | name |11:CncSpindleTurnDirection |
13
+ * | isAbstract|false |
14
14
  */
15
15
  var EnumCncSpindleTurnDirection;
16
16
  (function (EnumCncSpindleTurnDirection) {
@@ -26,5 +26,5 @@ var EnumCncSpindleTurnDirection;
26
26
  * Counter Clockwise
27
27
  */
28
28
  EnumCncSpindleTurnDirection[EnumCncSpindleTurnDirection["CCW"] = 2] = "CCW";
29
- })(EnumCncSpindleTurnDirection = exports.EnumCncSpindleTurnDirection || (exports.EnumCncSpindleTurnDirection = {}));
29
+ })(EnumCncSpindleTurnDirection || (exports.EnumCncSpindleTurnDirection = EnumCncSpindleTurnDirection = {}));
30
30
  //# sourceMappingURL=enum_cnc_spindle_turn_direction.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum_cnc_spindle_turn_direction.js","sourceRoot":"","sources":["../source/enum_cnc_spindle_turn_direction.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC;;OAEG;IACH,6EAAQ,CAAA;IACR;;OAEG;IACH,yEAAM,CAAA;IACN;;OAEG;IACH,2EAAO,CAAA;AACT,CAAC,EAbW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAatC"}
1
+ {"version":3,"file":"enum_cnc_spindle_turn_direction.js","sourceRoot":"","sources":["../source/enum_cnc_spindle_turn_direction.ts"],"names":[],"mappings":";AAAA,iEAAiE;;;AAEjE;;;;;;;;;GASG;AACH,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC;;OAEG;IACH,6EAAQ,CAAA;IACR;;OAEG;IACH,yEAAM,CAAA;IACN;;OAEG;IACH,2EAAO,CAAA;AACT,CAAC,EAbW,2BAA2B,2CAA3B,2BAA2B,QAatC"}
@@ -5,12 +5,12 @@ import { UADiscreteAlarm, UADiscreteAlarm_Base } from "node-opcua-nodeset-ua/sou
5
5
  /**
6
6
  * Event transmitting Alarms within a CNC system.
7
7
  *
8
- * | | |
9
- * |----------------|--------------------------------------------------|
10
- * |namespace |http://opcfoundation.org/UA/CNC |
11
- * |nodeClass |ObjectType |
12
- * |typedDefinition |11:CncAlarmType ns=11;i=1006 |
13
- * |isAbstract |false |
8
+ * | | |
9
+ * |----------------|------------------------------------------------------------|
10
+ * |namespace |http://opcfoundation.org/UA/CNC |
11
+ * |nodeClass |ObjectType |
12
+ * |typedDefinition |CncAlarmType i=1006 |
13
+ * |isAbstract |false |
14
14
  */
15
15
  export interface UACncAlarm_Base extends UADiscreteAlarm_Base {
16
16
  /**
@@ -15,12 +15,12 @@ export interface UACncAxis_zeroOffset<T, DT extends DataType> extends Omit<UAAna
15
15
  /**
16
16
  * CNC axis component.
17
17
  *
18
- * | | |
19
- * |----------------|--------------------------------------------------|
20
- * |namespace |http://opcfoundation.org/UA/CNC |
21
- * |nodeClass |ObjectType |
22
- * |typedDefinition |11:CncAxisType ns=11;i=1004 |
23
- * |isAbstract |false |
18
+ * | | |
19
+ * |----------------|------------------------------------------------------------|
20
+ * |namespace |http://opcfoundation.org/UA/CNC |
21
+ * |nodeClass |ObjectType |
22
+ * |typedDefinition |CncAxisType i=1004 |
23
+ * |isAbstract |false |
24
24
  */
25
25
  export interface UACncAxis_Base extends UACncDrive_Base {
26
26
  /**
@@ -2,12 +2,12 @@ import { UAObject } from "node-opcua-address-space-base";
2
2
  /**
3
3
  * List of CNC axis objects.
4
4
  *
5
- * | | |
6
- * |----------------|--------------------------------------------------|
7
- * |namespace |http://opcfoundation.org/UA/CNC |
8
- * |nodeClass |ObjectType |
9
- * |typedDefinition |11:CncAxisListType ns=11;i=1008 |
10
- * |isAbstract |false |
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/CNC |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |CncAxisListType i=1008 |
10
+ * |isAbstract |false |
11
11
  */
12
12
  export interface UACncAxisList_Base {
13
13
  }
@@ -38,12 +38,12 @@ export interface UACncChannel_dryRunFeed<T, DT extends DataType> extends Omit<UA
38
38
  /**
39
39
  * CNC channel component.
40
40
  *
41
- * | | |
42
- * |----------------|--------------------------------------------------|
43
- * |namespace |http://opcfoundation.org/UA/CNC |
44
- * |nodeClass |ObjectType |
45
- * |typedDefinition |11:CncChannelType ns=11;i=1002 |
46
- * |isAbstract |false |
41
+ * | | |
42
+ * |----------------|------------------------------------------------------------|
43
+ * |namespace |http://opcfoundation.org/UA/CNC |
44
+ * |nodeClass |ObjectType |
45
+ * |typedDefinition |CncChannelType i=1002 |
46
+ * |isAbstract |false |
47
47
  */
48
48
  export interface UACncChannel_Base extends UACncComponent_Base {
49
49
  /**
@@ -2,12 +2,12 @@ import { UAObject } from "node-opcua-address-space-base";
2
2
  /**
3
3
  * List of CNC channel objects.
4
4
  *
5
- * | | |
6
- * |----------------|--------------------------------------------------|
7
- * |namespace |http://opcfoundation.org/UA/CNC |
8
- * |nodeClass |ObjectType |
9
- * |typedDefinition |11:CncChannelListType ns=11;i=1010 |
10
- * |isAbstract |false |
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/CNC |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |CncChannelListType i=1010 |
10
+ * |isAbstract |false |
11
11
  */
12
12
  export interface UACncChannelList_Base {
13
13
  }
@@ -3,12 +3,12 @@ import { UAObject } from "node-opcua-address-space-base";
3
3
  * Base component for soft- or hardware elements of
4
4
  * a CNC system.
5
5
  *
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/CNC |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |11:CncComponentType ns=11;i=1001 |
11
- * |isAbstract |true |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/CNC |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |CncComponentType i=1001 |
11
+ * |isAbstract |true |
12
12
  */
13
13
  export interface UACncComponent_Base {
14
14
  }
@@ -26,12 +26,12 @@ export interface UACncDrive_cmdTorque<T, DT extends DataType> extends Omit<UAAna
26
26
  * Base component for CNC specific drive componentes
27
27
  * (e.g. axis or spindle).
28
28
  *
29
- * | | |
30
- * |----------------|--------------------------------------------------|
31
- * |namespace |http://opcfoundation.org/UA/CNC |
32
- * |nodeClass |ObjectType |
33
- * |typedDefinition |11:CncDriveType ns=11;i=1003 |
34
- * |isAbstract |true |
29
+ * | | |
30
+ * |----------------|------------------------------------------------------------|
31
+ * |namespace |http://opcfoundation.org/UA/CNC |
32
+ * |nodeClass |ObjectType |
33
+ * |typedDefinition |CncDriveType i=1003 |
34
+ * |isAbstract |true |
35
35
  */
36
36
  export interface UACncDrive_Base extends UACncComponent_Base {
37
37
  /**
@@ -7,12 +7,12 @@ import { UACncSpindleList } from "./ua_cnc_spindle_list";
7
7
  /**
8
8
  * Entry point to CNC data interface.
9
9
  *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/CNC |
13
- * |nodeClass |ObjectType |
14
- * |typedDefinition |11:CncInterfaceType ns=11;i=1007 |
15
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/CNC |
13
+ * |nodeClass |ObjectType |
14
+ * |typedDefinition |CncInterfaceType i=1007 |
15
+ * |isAbstract |false |
16
16
  */
17
17
  export interface UACncInterface_Base {
18
18
  /**
@@ -2,12 +2,12 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
2
2
  /**
3
3
  * Event transmitting simple information messages.
4
4
  *
5
- * | | |
6
- * |----------------|--------------------------------------------------|
7
- * |namespace |http://opcfoundation.org/UA/CNC |
8
- * |nodeClass |ObjectType |
9
- * |typedDefinition |11:CncMessageType ns=11;i=1011 |
10
- * |isAbstract |false |
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/CNC |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |CncMessageType i=1011 |
10
+ * |isAbstract |false |
11
11
  */
12
12
  export type UACncMessage_Base = UABaseEvent_Base;
13
13
  export interface UACncMessage extends UABaseEvent, UACncMessage_Base {
@@ -7,14 +7,14 @@ import { DTCncPosition } from "./dt_cnc_position";
7
7
  /**
8
8
  * Group of position values.
9
9
  *
10
- * | | |
11
- * |----------------|--------------------------------------------------|
12
- * |namespace |http://opcfoundation.org/UA/CNC |
13
- * |nodeClass |VariableType |
14
- * |typedDefinition |11:CncPositionVariableType ns=11;i=2001 |
15
- * |dataType |ExtensionObject |
16
- * |dataType Name |DTCncPosition ns=11;i=3007 |
17
- * |isAbstract |false |
10
+ * | | |
11
+ * |----------------|------------------------------------------------------------|
12
+ * |namespace |http://opcfoundation.org/UA/CNC |
13
+ * |nodeClass |VariableType |
14
+ * |typedDefinition |CncPositionVariableType i=2001 |
15
+ * |dataType |ExtensionObject |
16
+ * |dataType Name |DTCncPosition i=3007 |
17
+ * |isAbstract |false |
18
18
  */
19
19
  export interface UACncPositionVariable_Base<T extends DTCncPosition> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
20
20
  /**
@@ -21,12 +21,12 @@ export interface UACncSpindle_cmdSpeed<T, DT extends DataType> extends Omit<UAAn
21
21
  /**
22
22
  * CNC spindle component.
23
23
  *
24
- * | | |
25
- * |----------------|--------------------------------------------------|
26
- * |namespace |http://opcfoundation.org/UA/CNC |
27
- * |nodeClass |ObjectType |
28
- * |typedDefinition |11:CncSpindleType ns=11;i=1005 |
29
- * |isAbstract |false |
24
+ * | | |
25
+ * |----------------|------------------------------------------------------------|
26
+ * |namespace |http://opcfoundation.org/UA/CNC |
27
+ * |nodeClass |ObjectType |
28
+ * |typedDefinition |CncSpindleType i=1005 |
29
+ * |isAbstract |false |
30
30
  */
31
31
  export interface UACncSpindle_Base extends UACncDrive_Base {
32
32
  /**
@@ -208,12 +208,12 @@ export interface UACncSpindleList_$CncSpindle$ extends Omit<UACncSpindle, "actCh
208
208
  /**
209
209
  * List of CNC spindle objects.
210
210
  *
211
- * | | |
212
- * |----------------|--------------------------------------------------|
213
- * |namespace |http://opcfoundation.org/UA/CNC |
214
- * |nodeClass |ObjectType |
215
- * |typedDefinition |11:CncSpindleListType ns=11;i=1009 |
216
- * |isAbstract |false |
211
+ * | | |
212
+ * |----------------|------------------------------------------------------------|
213
+ * |namespace |http://opcfoundation.org/UA/CNC |
214
+ * |nodeClass |ObjectType |
215
+ * |typedDefinition |CncSpindleListType i=1009 |
216
+ * |isAbstract |false |
217
217
  */
218
218
  export interface UACncSpindleList_Base {
219
219
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-cnc",
3
- "version": "2.102.0",
3
+ "version": "2.104.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.102.0",
14
- "node-opcua-basic-types": "2.99.0",
15
- "node-opcua-data-access": "2.102.0",
16
- "node-opcua-data-model": "2.102.0",
17
- "node-opcua-extension-object": "2.99.0",
18
- "node-opcua-nodeid": "2.99.0",
19
- "node-opcua-nodeset-ua": "2.102.0",
20
- "node-opcua-status-code": "2.98.1",
21
- "node-opcua-variant": "2.102.0"
13
+ "node-opcua-address-space-base": "2.104.0",
14
+ "node-opcua-basic-types": "2.104.0",
15
+ "node-opcua-data-access": "2.104.0",
16
+ "node-opcua-data-model": "2.104.0",
17
+ "node-opcua-extension-object": "2.104.0",
18
+ "node-opcua-nodeid": "2.104.0",
19
+ "node-opcua-nodeset-ua": "2.104.0",
20
+ "node-opcua-status-code": "2.104.0",
21
+ "node-opcua-variant": "2.104.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",
@@ -36,5 +36,6 @@
36
36
  "opc ua",
37
37
  "internet of things"
38
38
  ],
39
- "homepage": "http://node-opcua.github.io/"
39
+ "homepage": "http://node-opcua.github.io/",
40
+ "gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d"
40
41
  }
@@ -4,12 +4,12 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
4
  /**
5
5
  * Structure of position elements.
6
6
  *
7
- * | | |
8
- * |-----------|--------------------------------------------------|
9
- * | namespace |http://opcfoundation.org/UA/CNC |
10
- * | nodeClass |DataType |
11
- * | name |11:CncPositionDataType |
12
- * | isAbstract|false |
7
+ * | | |
8
+ * |-----------|------------------------------------------------------------|
9
+ * | namespace |http://opcfoundation.org/UA/CNC |
10
+ * | nodeClass |DataType |
11
+ * | name |11:CncPositionDataType |
12
+ * | isAbstract|false |
13
13
  */
14
14
  export interface DTCncPosition extends DTStructure {
15
15
  /** Position current value.*/
@@ -3,12 +3,12 @@
3
3
  /**
4
4
  * Status of a CNC axis.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncAxisStatus |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncAxisStatus |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export enum EnumCncAxisStatus {
14
14
  /**
@@ -3,12 +3,12 @@
3
3
  /**
4
4
  * Status of program execution within a channel.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncChannelProgramStatus |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncChannelProgramStatus |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export enum EnumCncChannelProgramStatus {
14
14
  /**
@@ -3,12 +3,12 @@
3
3
  /**
4
4
  * Status of a CNC channel.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncChannelStatus |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncChannelStatus |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export enum EnumCncChannelStatus {
14
14
  /**
@@ -3,12 +3,12 @@
3
3
  /**
4
4
  * Modes of operation.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncOperationMode |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncOperationMode |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export enum EnumCncOperationMode {
14
14
  Manual = 0,
@@ -3,12 +3,12 @@
3
3
  /**
4
4
  * Status of a CNC spindle.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncSpindleStatus |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncSpindleStatus |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export enum EnumCncSpindleStatus {
14
14
  /**
@@ -3,12 +3,12 @@
3
3
  /**
4
4
  * Turn direction of a CNC spindle.
5
5
  *
6
- * | | |
7
- * |-----------|--------------------------------------------------|
8
- * | namespace |http://opcfoundation.org/UA/CNC |
9
- * | nodeClass |DataType |
10
- * | name |11:CncSpindleTurnDirection |
11
- * | isAbstract|false |
6
+ * | | |
7
+ * |-----------|------------------------------------------------------------|
8
+ * | namespace |http://opcfoundation.org/UA/CNC |
9
+ * | nodeClass |DataType |
10
+ * | name |11:CncSpindleTurnDirection |
11
+ * | isAbstract|false |
12
12
  */
13
13
  export enum EnumCncSpindleTurnDirection {
14
14
  /**
@@ -11,12 +11,12 @@ import { UADiscreteAlarm, UADiscreteAlarm_Base } from "node-opcua-nodeset-ua/sou
11
11
  /**
12
12
  * Event transmitting Alarms within a CNC system.
13
13
  *
14
- * | | |
15
- * |----------------|--------------------------------------------------|
16
- * |namespace |http://opcfoundation.org/UA/CNC |
17
- * |nodeClass |ObjectType |
18
- * |typedDefinition |11:CncAlarmType ns=11;i=1006 |
19
- * |isAbstract |false |
14
+ * | | |
15
+ * |----------------|------------------------------------------------------------|
16
+ * |namespace |http://opcfoundation.org/UA/CNC |
17
+ * |nodeClass |ObjectType |
18
+ * |typedDefinition |CncAlarmType i=1006 |
19
+ * |isAbstract |false |
20
20
  */
21
21
  export interface UACncAlarm_Base extends UADiscreteAlarm_Base {
22
22
  /**
@@ -16,12 +16,12 @@ export interface UACncAxis_zeroOffset<T, DT extends DataType> extends Omit<UAAna
16
16
  /**
17
17
  * CNC axis component.
18
18
  *
19
- * | | |
20
- * |----------------|--------------------------------------------------|
21
- * |namespace |http://opcfoundation.org/UA/CNC |
22
- * |nodeClass |ObjectType |
23
- * |typedDefinition |11:CncAxisType ns=11;i=1004 |
24
- * |isAbstract |false |
19
+ * | | |
20
+ * |----------------|------------------------------------------------------------|
21
+ * |namespace |http://opcfoundation.org/UA/CNC |
22
+ * |nodeClass |ObjectType |
23
+ * |typedDefinition |CncAxisType i=1004 |
24
+ * |isAbstract |false |
25
25
  */
26
26
  export interface UACncAxis_Base extends UACncDrive_Base {
27
27
  /**
@@ -10,12 +10,12 @@ import { DTCncPosition } from "./dt_cnc_position"
10
10
  /**
11
11
  * List of CNC axis objects.
12
12
  *
13
- * | | |
14
- * |----------------|--------------------------------------------------|
15
- * |namespace |http://opcfoundation.org/UA/CNC |
16
- * |nodeClass |ObjectType |
17
- * |typedDefinition |11:CncAxisListType ns=11;i=1008 |
18
- * |isAbstract |false |
13
+ * | | |
14
+ * |----------------|------------------------------------------------------------|
15
+ * |namespace |http://opcfoundation.org/UA/CNC |
16
+ * |nodeClass |ObjectType |
17
+ * |typedDefinition |CncAxisListType i=1008 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UACncAxisList_Base {
21
21
  // PlaceHolder for $CncAxis$
@@ -39,12 +39,12 @@ export interface UACncChannel_dryRunFeed<T, DT extends DataType> extends Omit<UA
39
39
  /**
40
40
  * CNC channel component.
41
41
  *
42
- * | | |
43
- * |----------------|--------------------------------------------------|
44
- * |namespace |http://opcfoundation.org/UA/CNC |
45
- * |nodeClass |ObjectType |
46
- * |typedDefinition |11:CncChannelType ns=11;i=1002 |
47
- * |isAbstract |false |
42
+ * | | |
43
+ * |----------------|------------------------------------------------------------|
44
+ * |namespace |http://opcfoundation.org/UA/CNC |
45
+ * |nodeClass |ObjectType |
46
+ * |typedDefinition |CncChannelType i=1002 |
47
+ * |isAbstract |false |
48
48
  */
49
49
  export interface UACncChannel_Base extends UACncComponent_Base {
50
50
  // PlaceHolder for $CncAxis$
@@ -15,12 +15,12 @@ import { EnumCncChannelStatus } from "./enum_cnc_channel_status"
15
15
  /**
16
16
  * List of CNC channel objects.
17
17
  *
18
- * | | |
19
- * |----------------|--------------------------------------------------|
20
- * |namespace |http://opcfoundation.org/UA/CNC |
21
- * |nodeClass |ObjectType |
22
- * |typedDefinition |11:CncChannelListType ns=11;i=1010 |
23
- * |isAbstract |false |
18
+ * | | |
19
+ * |----------------|------------------------------------------------------------|
20
+ * |namespace |http://opcfoundation.org/UA/CNC |
21
+ * |nodeClass |ObjectType |
22
+ * |typedDefinition |CncChannelListType i=1010 |
23
+ * |isAbstract |false |
24
24
  */
25
25
  export interface UACncChannelList_Base {
26
26
  // PlaceHolder for $CncChannel$
@@ -4,12 +4,12 @@ import { UAObject } from "node-opcua-address-space-base"
4
4
  * Base component for soft- or hardware elements of
5
5
  * a CNC system.
6
6
  *
7
- * | | |
8
- * |----------------|--------------------------------------------------|
9
- * |namespace |http://opcfoundation.org/UA/CNC |
10
- * |nodeClass |ObjectType |
11
- * |typedDefinition |11:CncComponentType ns=11;i=1001 |
12
- * |isAbstract |true |
7
+ * | | |
8
+ * |----------------|------------------------------------------------------------|
9
+ * |namespace |http://opcfoundation.org/UA/CNC |
10
+ * |nodeClass |ObjectType |
11
+ * |typedDefinition |CncComponentType i=1001 |
12
+ * |isAbstract |true |
13
13
  */
14
14
  export interface UACncComponent_Base {
15
15
  }
@@ -27,12 +27,12 @@ export interface UACncDrive_cmdTorque<T, DT extends DataType> extends Omit<UAAna
27
27
  * Base component for CNC specific drive componentes
28
28
  * (e.g. axis or spindle).
29
29
  *
30
- * | | |
31
- * |----------------|--------------------------------------------------|
32
- * |namespace |http://opcfoundation.org/UA/CNC |
33
- * |nodeClass |ObjectType |
34
- * |typedDefinition |11:CncDriveType ns=11;i=1003 |
35
- * |isAbstract |true |
30
+ * | | |
31
+ * |----------------|------------------------------------------------------------|
32
+ * |namespace |http://opcfoundation.org/UA/CNC |
33
+ * |nodeClass |ObjectType |
34
+ * |typedDefinition |CncDriveType i=1003 |
35
+ * |isAbstract |true |
36
36
  */
37
37
  export interface UACncDrive_Base extends UACncComponent_Base {
38
38
  /**
@@ -14,12 +14,12 @@ import { UACncSpindleList } from "./ua_cnc_spindle_list"
14
14
  /**
15
15
  * Entry point to CNC data interface.
16
16
  *
17
- * | | |
18
- * |----------------|--------------------------------------------------|
19
- * |namespace |http://opcfoundation.org/UA/CNC |
20
- * |nodeClass |ObjectType |
21
- * |typedDefinition |11:CncInterfaceType ns=11;i=1007 |
22
- * |isAbstract |false |
17
+ * | | |
18
+ * |----------------|------------------------------------------------------------|
19
+ * |namespace |http://opcfoundation.org/UA/CNC |
20
+ * |nodeClass |ObjectType |
21
+ * |typedDefinition |CncInterfaceType i=1007 |
22
+ * |isAbstract |false |
23
23
  */
24
24
  export interface UACncInterface_Base {
25
25
  /**
@@ -3,12 +3,12 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
3
3
  /**
4
4
  * Event transmitting simple information messages.
5
5
  *
6
- * | | |
7
- * |----------------|--------------------------------------------------|
8
- * |namespace |http://opcfoundation.org/UA/CNC |
9
- * |nodeClass |ObjectType |
10
- * |typedDefinition |11:CncMessageType ns=11;i=1011 |
11
- * |isAbstract |false |
6
+ * | | |
7
+ * |----------------|------------------------------------------------------------|
8
+ * |namespace |http://opcfoundation.org/UA/CNC |
9
+ * |nodeClass |ObjectType |
10
+ * |typedDefinition |CncMessageType i=1011 |
11
+ * |isAbstract |false |
12
12
  */
13
13
  export type UACncMessage_Base = UABaseEvent_Base;
14
14
  export interface UACncMessage extends UABaseEvent, UACncMessage_Base {
@@ -8,14 +8,14 @@ import { DTCncPosition } from "./dt_cnc_position"
8
8
  /**
9
9
  * Group of position values.
10
10
  *
11
- * | | |
12
- * |----------------|--------------------------------------------------|
13
- * |namespace |http://opcfoundation.org/UA/CNC |
14
- * |nodeClass |VariableType |
15
- * |typedDefinition |11:CncPositionVariableType ns=11;i=2001 |
16
- * |dataType |ExtensionObject |
17
- * |dataType Name |DTCncPosition ns=11;i=3007 |
18
- * |isAbstract |false |
11
+ * | | |
12
+ * |----------------|------------------------------------------------------------|
13
+ * |namespace |http://opcfoundation.org/UA/CNC |
14
+ * |nodeClass |VariableType |
15
+ * |typedDefinition |CncPositionVariableType i=2001 |
16
+ * |dataType |ExtensionObject |
17
+ * |dataType Name |DTCncPosition i=3007 |
18
+ * |isAbstract |false |
19
19
  */
20
20
  export interface UACncPositionVariable_Base<T extends DTCncPosition> extends UABaseDataVariable_Base<T, DataType.ExtensionObject> {
21
21
  /**
@@ -22,12 +22,12 @@ export interface UACncSpindle_cmdSpeed<T, DT extends DataType> extends Omit<UAAn
22
22
  /**
23
23
  * CNC spindle component.
24
24
  *
25
- * | | |
26
- * |----------------|--------------------------------------------------|
27
- * |namespace |http://opcfoundation.org/UA/CNC |
28
- * |nodeClass |ObjectType |
29
- * |typedDefinition |11:CncSpindleType ns=11;i=1005 |
30
- * |isAbstract |false |
25
+ * | | |
26
+ * |----------------|------------------------------------------------------------|
27
+ * |namespace |http://opcfoundation.org/UA/CNC |
28
+ * |nodeClass |ObjectType |
29
+ * |typedDefinition |CncSpindleType i=1005 |
30
+ * |isAbstract |false |
31
31
  */
32
32
  export interface UACncSpindle_Base extends UACncDrive_Base {
33
33
  /**
@@ -209,12 +209,12 @@ export interface UACncSpindleList_$CncSpindle$ extends Omit<UACncSpindle, "actCh
209
209
  /**
210
210
  * List of CNC spindle objects.
211
211
  *
212
- * | | |
213
- * |----------------|--------------------------------------------------|
214
- * |namespace |http://opcfoundation.org/UA/CNC |
215
- * |nodeClass |ObjectType |
216
- * |typedDefinition |11:CncSpindleListType ns=11;i=1009 |
217
- * |isAbstract |false |
212
+ * | | |
213
+ * |----------------|------------------------------------------------------------|
214
+ * |namespace |http://opcfoundation.org/UA/CNC |
215
+ * |nodeClass |ObjectType |
216
+ * |typedDefinition |CncSpindleListType i=1009 |
217
+ * |isAbstract |false |
218
218
  */
219
219
  export interface UACncSpindleList_Base {
220
220
  // PlaceHolder for $CncSpindle$