node-opcua-nodeset-robotics 2.181.0 → 2.183.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/ua_auxiliary_component.d.ts +1 -1
- package/dist/ua_axis.d.ts +2 -2
- package/dist/ua_controller.d.ts +5 -5
- package/dist/ua_drive.d.ts +1 -1
- package/dist/ua_emergency_stop_function.d.ts +1 -1
- package/dist/ua_executing_substate_machine.d.ts +6 -6
- package/dist/ua_gear.d.ts +4 -4
- package/dist/ua_idle_substate_machine.d.ts +6 -6
- package/dist/ua_load.d.ts +5 -5
- package/dist/ua_motion_device.d.ts +3 -3
- package/dist/ua_motion_device_system.d.ts +2 -2
- package/dist/ua_motor.d.ts +3 -3
- package/dist/ua_multi_acknowledgeable_condition.d.ts +1 -1
- package/dist/ua_operation_state_machine.d.ts +7 -7
- package/dist/ua_power_train.d.ts +1 -1
- package/dist/ua_protective_stop_function.d.ts +1 -1
- package/dist/ua_ready_substate_machine.d.ts +5 -5
- package/dist/ua_safety_state.d.ts +3 -3
- package/dist/ua_system_operation.d.ts +1 -1
- package/dist/ua_system_operation_state_machine.d.ts +6 -6
- package/dist/ua_task_control.d.ts +3 -3
- package/dist/ua_task_control_state_machine.d.ts +6 -6
- package/package.json +14 -11
- package/source/ua_auxiliary_component.ts +1 -1
- package/source/ua_axis.ts +2 -2
- package/source/ua_controller.ts +5 -5
- package/source/ua_drive.ts +1 -1
- package/source/ua_emergency_stop_function.ts +1 -1
- package/source/ua_executing_substate_machine.ts +6 -6
- package/source/ua_gear.ts +4 -4
- package/source/ua_idle_substate_machine.ts +6 -6
- package/source/ua_load.ts +5 -5
- package/source/ua_motion_device.ts +3 -3
- package/source/ua_motion_device_system.ts +2 -2
- package/source/ua_motor.ts +3 -3
- package/source/ua_multi_acknowledgeable_condition.ts +1 -1
- package/source/ua_operation_state_machine.ts +7 -7
- package/source/ua_power_train.ts +1 -1
- package/source/ua_protective_stop_function.ts +1 -1
- package/source/ua_ready_substate_machine.ts +5 -5
- package/source/ua_safety_state.ts +3 -3
- package/source/ua_system_operation.ts +1 -1
- package/source/ua_system_operation_state_machine.ts +6 -6
- package/source/ua_task_control.ts +3 -3
- package/source/ua_task_control_state_machine.ts +6 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* Components mounted in a controller cabinet or a
|
package/dist/ua_axis.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
4
|
-
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
import type { EnumAxisMotionProfile } from "./enum_axis_motion_profile.js";
|
|
7
7
|
import type { UALoad } from "./ua_load.js";
|
package/dist/ua_controller.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
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 { UAFileDirectory } from "node-opcua-nodeset-ua/dist/ua_file_directory";
|
|
8
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
|
+
import type { UAFileDirectory } from "node-opcua-nodeset-ua/dist/ua_file_directory.js";
|
|
8
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
import type { UASystemOperation } from "./ua_system_operation.js";
|
|
11
11
|
import type { UAUser } from "./ua_user.js";
|
package/dist/ua_drive.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* Drives (multi-slot or single-slot axis amplifier)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* According to ISO 10218-1:2011 Ch.5.5.2 Emergency
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Int16 } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
4
|
-
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
5
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
3
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
4
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state.js";
|
|
5
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
8
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
/**
|
|
11
11
|
* | | |
|
package/dist/ua_gear.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
5
|
-
import type { DTRationalNumber } from "node-opcua-nodeset-ua/dist/dt_rational_number";
|
|
6
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
-
import type { UARationalNumber } from "node-opcua-nodeset-ua/dist/ua_rational_number";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { DTRationalNumber } from "node-opcua-nodeset-ua/dist/dt_rational_number.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
|
+
import type { UARationalNumber } from "node-opcua-nodeset-ua/dist/ua_rational_number.js";
|
|
8
8
|
import type { DataType } from "node-opcua-variant";
|
|
9
9
|
/**
|
|
10
10
|
* The GearType describes a gear in a powertrain,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Int16 } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
4
|
-
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
5
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
3
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
4
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state.js";
|
|
5
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
8
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
/**
|
|
11
11
|
* | | |
|
package/dist/ua_load.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAObject } from "node-opcua-address-space-base";
|
|
2
|
-
import type { DT3DFrame } from "node-opcua-nodeset-ua/dist/dt_3_d_frame";
|
|
3
|
-
import type { DT3DVector } from "node-opcua-nodeset-ua/dist/dt_3_d_vector";
|
|
4
|
-
import type { UA3DFrame } from "node-opcua-nodeset-ua/dist/ua_3_d_frame";
|
|
5
|
-
import type { UA3DVector } from "node-opcua-nodeset-ua/dist/ua_3_d_vector";
|
|
6
|
-
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
+
import type { DT3DFrame } from "node-opcua-nodeset-ua/dist/dt_3_d_frame.js";
|
|
3
|
+
import type { DT3DVector } from "node-opcua-nodeset-ua/dist/dt_3_d_vector.js";
|
|
4
|
+
import type { UA3DFrame } from "node-opcua-nodeset-ua/dist/ua_3_d_frame.js";
|
|
5
|
+
import type { UA3DVector } from "node-opcua-nodeset-ua/dist/ua_3_d_vector.js";
|
|
6
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
/**
|
|
9
9
|
* The LoadType is for describing loads mounted on
|
|
@@ -2,9 +2,9 @@ import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import type { NodeId } from "node-opcua-nodeid";
|
|
5
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
6
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
5
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
8
8
|
import type { DataType } from "node-opcua-variant";
|
|
9
9
|
import type { EnumMotionDeviceCategory } from "./enum_motion_device_category.js";
|
|
10
10
|
import type { UALoad } from "./ua_load.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
4
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
/**
|
|
7
7
|
* Contains the set of controllers and motion
|
package/dist/ua_motor.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString, UInt16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
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";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
export interface UAMotor_parameterSet extends UAObject {
|
|
9
9
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition";
|
|
3
|
+
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
7
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
8
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
9
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
10
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
7
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
8
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
9
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
10
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
11
11
|
import type { DataType } from "node-opcua-variant";
|
|
12
12
|
/**
|
|
13
13
|
* | | |
|
package/dist/ua_power_train.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* The PowerTrainType represents instances of
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* According to ISO 10218-1:2011 Ch.5.5.3 the robot
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
5
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
5
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
8
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
/**
|
|
11
11
|
* | | |
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
4
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
5
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
6
6
|
import type { DataType } from "node-opcua-variant";
|
|
7
7
|
import type { EnumOperationalMode } from "./enum_operational_mode.js";
|
|
8
8
|
export interface UASafetyState_parameterSet extends UAObject {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
3
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
import type { UASystemOperationStateMachine } from "./ua_system_operation_state_machine.js";
|
|
6
6
|
/**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
7
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
8
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
9
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
7
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
8
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
9
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
10
10
|
import type { DataType } from "node-opcua-variant";
|
|
11
11
|
import type { UAExecutingSubstateMachine } from "./ua_executing_substate_machine.js";
|
|
12
12
|
import type { UAIdleSubstateMachine } from "./ua_idle_substate_machine.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
import type { EnumExecutionMode } from "./enum_execution_mode.js";
|
|
9
9
|
import type { UATaskControlOperation } from "./ua_task_control_operation.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
7
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
8
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
9
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
7
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
8
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
9
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
10
10
|
import type { DataType } from "node-opcua-variant";
|
|
11
11
|
import type { UAOperationStateMachine, UAOperationStateMachine_Base } from "./ua_operation_state_machine.js";
|
|
12
12
|
import type { UAReadySubstateMachine } from "./ua_ready_substate_machine.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-robotics",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.183.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,16 +10,19 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=22.13.0"
|
|
15
|
+
},
|
|
13
16
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-access": "2.
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
18
|
-
"node-opcua-nodeid": "2.
|
|
19
|
-
"node-opcua-nodeset-di": "2.
|
|
20
|
-
"node-opcua-nodeset-ua": "2.
|
|
21
|
-
"node-opcua-status-code": "2.
|
|
22
|
-
"node-opcua-variant": "2.
|
|
17
|
+
"node-opcua-address-space-base": "2.183.0",
|
|
18
|
+
"node-opcua-basic-types": "2.183.0",
|
|
19
|
+
"node-opcua-data-access": "2.183.0",
|
|
20
|
+
"node-opcua-data-model": "2.183.0",
|
|
21
|
+
"node-opcua-nodeid": "2.183.0",
|
|
22
|
+
"node-opcua-nodeset-di": "2.183.0",
|
|
23
|
+
"node-opcua-nodeset-ua": "2.183.0",
|
|
24
|
+
"node-opcua-status-code": "2.183.0",
|
|
25
|
+
"node-opcua-variant": "2.183.0"
|
|
23
26
|
},
|
|
24
27
|
"files": [
|
|
25
28
|
"dist",
|
|
@@ -38,5 +41,5 @@
|
|
|
38
41
|
"internet of things"
|
|
39
42
|
],
|
|
40
43
|
"homepage": "http://node-opcua.github.io/",
|
|
41
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "d9a9af54d162f0fbb8d287e168aaeeda2d5c38b7"
|
|
42
45
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_axis.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
4
|
-
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
|
|
7
7
|
import type { EnumAxisMotionProfile } from "./enum_axis_motion_profile.js";
|
package/source/ua_controller.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
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 { UAFileDirectory } from "node-opcua-nodeset-ua/dist/ua_file_directory";
|
|
8
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
|
+
import type { UAFileDirectory } from "node-opcua-nodeset-ua/dist/ua_file_directory.js";
|
|
8
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
11
|
import type { UASystemOperation } from "./ua_system_operation.js";
|
package/source/ua_drive.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Int16 } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
4
|
-
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
5
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
3
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
4
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state.js";
|
|
5
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
8
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
11
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_gear.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
5
|
-
import type { DTRationalNumber } from "node-opcua-nodeset-ua/dist/dt_rational_number";
|
|
6
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
-
import type { UARationalNumber } from "node-opcua-nodeset-ua/dist/ua_rational_number";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { DTRationalNumber } from "node-opcua-nodeset-ua/dist/dt_rational_number.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
|
+
import type { UARationalNumber } from "node-opcua-nodeset-ua/dist/ua_rational_number.js";
|
|
8
8
|
import type { DataType } from "node-opcua-variant";
|
|
9
9
|
|
|
10
10
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { Int16 } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
4
|
-
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
5
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
3
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
4
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state.js";
|
|
5
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
8
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
11
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_load.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAObject } from "node-opcua-address-space-base";
|
|
2
|
-
import type { DT3DFrame } from "node-opcua-nodeset-ua/dist/dt_3_d_frame";
|
|
3
|
-
import type { DT3DVector } from "node-opcua-nodeset-ua/dist/dt_3_d_vector";
|
|
4
|
-
import type { UA3DFrame } from "node-opcua-nodeset-ua/dist/ua_3_d_frame";
|
|
5
|
-
import type { UA3DVector } from "node-opcua-nodeset-ua/dist/ua_3_d_vector";
|
|
6
|
-
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit";
|
|
2
|
+
import type { DT3DFrame } from "node-opcua-nodeset-ua/dist/dt_3_d_frame.js";
|
|
3
|
+
import type { DT3DVector } from "node-opcua-nodeset-ua/dist/dt_3_d_vector.js";
|
|
4
|
+
import type { UA3DFrame } from "node-opcua-nodeset-ua/dist/ua_3_d_frame.js";
|
|
5
|
+
import type { UA3DVector } from "node-opcua-nodeset-ua/dist/ua_3_d_vector.js";
|
|
6
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
9
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -2,9 +2,9 @@ import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import type { NodeId } from "node-opcua-nodeid";
|
|
5
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
6
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
5
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
8
8
|
import type { DataType } from "node-opcua-variant";
|
|
9
9
|
|
|
10
10
|
import type { EnumMotionDeviceCategory } from "./enum_motion_device_category.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
4
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_motor.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString, UInt16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
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";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { UAAnalogUnit } from "node-opcua-nodeset-ua/dist/ua_analog_unit.js";
|
|
6
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
9
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition";
|
|
3
|
+
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
7
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
8
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
9
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
10
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
7
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
8
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
9
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
10
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
11
11
|
import type { DataType } from "node-opcua-variant";
|
|
12
12
|
|
|
13
13
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_power_train.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
5
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
5
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
8
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
9
9
|
import type { DataType } from "node-opcua-variant";
|
|
10
10
|
|
|
11
11
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
4
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
5
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
6
6
|
import type { DataType } from "node-opcua-variant";
|
|
7
7
|
|
|
8
8
|
import type { EnumOperationalMode } from "./enum_operational_mode.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
3
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { UASystemOperationStateMachine } from "./ua_system_operation_state_machine.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
7
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
8
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
9
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
7
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
8
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
9
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
10
10
|
import type { DataType } from "node-opcua-variant";
|
|
11
11
|
|
|
12
12
|
import type { UAExecutingSubstateMachine } from "./ua_executing_substate_machine.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
4
|
+
import type { UAComponent, UAComponent_Base } from "node-opcua-nodeset-di/dist/ua_component.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
9
|
import type { EnumExecutionMode } from "./enum_execution_mode.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value";
|
|
5
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
-
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete";
|
|
7
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
8
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
9
|
-
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable";
|
|
4
|
+
import type { DTEnumValue } from "node-opcua-nodeset-ua/dist/dt_enum_value.js";
|
|
5
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
6
|
+
import type { UAMultiStateValueDiscrete } from "node-opcua-nodeset-ua/dist/ua_multi_state_value_discrete.js";
|
|
7
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
8
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
9
|
+
import type { UATransitionVariable } from "node-opcua-nodeset-ua/dist/ua_transition_variable.js";
|
|
10
10
|
import type { DataType } from "node-opcua-variant";
|
|
11
11
|
|
|
12
12
|
import type { UAOperationStateMachine, UAOperationStateMachine_Base } from "./ua_operation_state_machine.js";
|