@wandelbots/nova-api 25.10.0-dev.49 → 25.10.0-dev.50
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/v1/index.d.cts +178 -178
- package/dist/v1/index.d.ts +178 -178
- package/dist/v2/index.d.cts +131 -131
- package/dist/v2/index.d.ts +131 -131
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as axios0 from "axios";
|
|
2
2
|
import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
3
3
|
|
|
4
4
|
//#region v2/configuration.d.ts
|
|
@@ -6210,7 +6210,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
6210
6210
|
* @throws {RequiredError}
|
|
6211
6211
|
* @memberof ApplicationApi
|
|
6212
6212
|
*/
|
|
6213
|
-
addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6213
|
+
addApp(cell: string, app: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6214
6214
|
/**
|
|
6215
6215
|
* Delete all GUI applications from the cell.
|
|
6216
6216
|
* @summary Clear Applications
|
|
@@ -6220,7 +6220,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
6220
6220
|
* @throws {RequiredError}
|
|
6221
6221
|
* @memberof ApplicationApi
|
|
6222
6222
|
*/
|
|
6223
|
-
clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6223
|
+
clearApps(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6224
6224
|
/**
|
|
6225
6225
|
* Delete a GUI application from the cell.
|
|
6226
6226
|
* @summary Delete Application
|
|
@@ -6231,7 +6231,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
6231
6231
|
* @throws {RequiredError}
|
|
6232
6232
|
* @memberof ApplicationApi
|
|
6233
6233
|
*/
|
|
6234
|
-
deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6234
|
+
deleteApp(cell: string, app: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6235
6235
|
/**
|
|
6236
6236
|
* Get the configuration for an active GUI application in the cell. To update the configuration of a GUI application in the cell, use this configuration with [updateApp](updateApp).
|
|
6237
6237
|
* @summary Configuration
|
|
@@ -6241,7 +6241,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
6241
6241
|
* @throws {RequiredError}
|
|
6242
6242
|
* @memberof ApplicationApi
|
|
6243
6243
|
*/
|
|
6244
|
-
getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<
|
|
6244
|
+
getApp(cell: string, app: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<App, any>>;
|
|
6245
6245
|
/**
|
|
6246
6246
|
* List all GUI applications that have been added to a cell with [addApp](addApp). If the cell does not contain GUI applications, the list is returned empty.
|
|
6247
6247
|
* @summary List Applications
|
|
@@ -6250,7 +6250,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
6250
6250
|
* @throws {RequiredError}
|
|
6251
6251
|
* @memberof ApplicationApi
|
|
6252
6252
|
*/
|
|
6253
|
-
listApps(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6253
|
+
listApps(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
6254
6254
|
/**
|
|
6255
6255
|
* Update the configuration of a GUI application in the cell.
|
|
6256
6256
|
* @summary Update Configuration
|
|
@@ -6262,7 +6262,7 @@ declare class ApplicationApi extends BaseAPI {
|
|
|
6262
6262
|
* @throws {RequiredError}
|
|
6263
6263
|
* @memberof ApplicationApi
|
|
6264
6264
|
*/
|
|
6265
|
-
updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6265
|
+
updateApp(cell: string, app: string, app2: App, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6266
6266
|
}
|
|
6267
6267
|
/**
|
|
6268
6268
|
* BUSInputsOutputsApi - axios parameter creator
|
|
@@ -6725,7 +6725,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6725
6725
|
* @throws {RequiredError}
|
|
6726
6726
|
* @memberof BUSInputsOutputsApi
|
|
6727
6727
|
*/
|
|
6728
|
-
addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6728
|
+
addBusIOService(cell: string, busIOType: BusIOType, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6729
6729
|
/**
|
|
6730
6730
|
* Adds an input/output variable to or updates an input/output variable on the MODBUS device, e.g., NOVA\'s MODBUS service. The inputs/outputs map variables to specific memory addresses in the process image. The NOVA\'s MODBUS service\'s configuration can be viewed via [listModbusIOs](listModbusIOs).
|
|
6731
6731
|
* @summary Add MODBUS Input/Output
|
|
@@ -6736,7 +6736,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6736
6736
|
* @throws {RequiredError}
|
|
6737
6737
|
* @memberof BUSInputsOutputsApi
|
|
6738
6738
|
*/
|
|
6739
|
-
addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<
|
|
6739
|
+
addModbusIO(cell: string, io: string, modbusIOData: ModbusIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6740
6740
|
/**
|
|
6741
6741
|
* Adds an input/output variable to or updates an input/output variable on the PROFINET device, e.g., NOVA\'s PROFINET service. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA\'s PROFINET service\'s configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal).
|
|
6742
6742
|
* @summary Add PROFINET Input/Output
|
|
@@ -6747,7 +6747,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6747
6747
|
* @throws {RequiredError}
|
|
6748
6748
|
* @memberof BUSInputsOutputsApi
|
|
6749
6749
|
*/
|
|
6750
|
-
addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<
|
|
6750
|
+
addProfinetIO(cell: string, io: string, profinetIOData: ProfinetIOData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6751
6751
|
/**
|
|
6752
6752
|
* Remove the BUS inputs/outputs service from the cell.
|
|
6753
6753
|
* @summary Clear Service
|
|
@@ -6757,7 +6757,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6757
6757
|
* @throws {RequiredError}
|
|
6758
6758
|
* @memberof BUSInputsOutputsApi
|
|
6759
6759
|
*/
|
|
6760
|
-
clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6760
|
+
clearBusIOService(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6761
6761
|
/**
|
|
6762
6762
|
* Removes an input/output variable configuration from the MODBUS device, e.g., NOVA\'s MODBUS service.
|
|
6763
6763
|
* @summary Remove MODBUS Input/Ouptut
|
|
@@ -6767,7 +6767,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6767
6767
|
* @throws {RequiredError}
|
|
6768
6768
|
* @memberof BUSInputsOutputsApi
|
|
6769
6769
|
*/
|
|
6770
|
-
deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<
|
|
6770
|
+
deleteModbusIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6771
6771
|
/**
|
|
6772
6772
|
* Removes an input/output variable configuration from the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
6773
6773
|
* @summary Remove PROFINET Input/Ouptut
|
|
@@ -6777,7 +6777,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6777
6777
|
* @throws {RequiredError}
|
|
6778
6778
|
* @memberof BUSInputsOutputsApi
|
|
6779
6779
|
*/
|
|
6780
|
-
deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<
|
|
6780
|
+
deleteProfinetIO(cell: string, io: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6781
6781
|
/**
|
|
6782
6782
|
* Get deployed BUS inputs/outputs service.
|
|
6783
6783
|
* @summary Get Service
|
|
@@ -6786,7 +6786,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6786
6786
|
* @throws {RequiredError}
|
|
6787
6787
|
* @memberof BUSInputsOutputsApi
|
|
6788
6788
|
*/
|
|
6789
|
-
getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6789
|
+
getBusIOService(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOType, any>>;
|
|
6790
6790
|
/**
|
|
6791
6791
|
* Get the current state of the BUS Inputs/Outputs service.
|
|
6792
6792
|
* @summary State
|
|
@@ -6795,7 +6795,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6795
6795
|
* @throws {RequiredError}
|
|
6796
6796
|
* @memberof BUSInputsOutputsApi
|
|
6797
6797
|
*/
|
|
6798
|
-
getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6798
|
+
getBusIOState(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIOsState, any>>;
|
|
6799
6799
|
/**
|
|
6800
6800
|
* Retrieves the current values of inputs/outputs. The identifiers of the inputs/outputs must be provided in the request. Request all available input/output identifiers via [listBusIODescriptions](listBusIODescriptions).
|
|
6801
6801
|
* @summary Get Input/Output Values
|
|
@@ -6805,7 +6805,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6805
6805
|
* @throws {RequiredError}
|
|
6806
6806
|
* @memberof BUSInputsOutputsApi
|
|
6807
6807
|
*/
|
|
6808
|
-
getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
6808
|
+
getBusIOValues(cell: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
|
|
6809
6809
|
/**
|
|
6810
6810
|
* Get description of NOVA as a PROFINET device.
|
|
6811
6811
|
* @summary Get PROFINET Description
|
|
@@ -6814,7 +6814,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6814
6814
|
* @throws {RequiredError}
|
|
6815
6815
|
* @memberof BUSInputsOutputsApi
|
|
6816
6816
|
*/
|
|
6817
|
-
getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6817
|
+
getProfinetDescription(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetDescription, any>>;
|
|
6818
6818
|
/**
|
|
6819
6819
|
* Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify byte offsets for the input and output variable addresses to get an XML tagmap that is ready to paste to the third party software, e.g., TIA portal.
|
|
6820
6820
|
* @summary PROFINET Inputs/Outputs to File
|
|
@@ -6825,7 +6825,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6825
6825
|
* @throws {RequiredError}
|
|
6826
6826
|
* @memberof BUSInputsOutputsApi
|
|
6827
6827
|
*/
|
|
6828
|
-
getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<
|
|
6828
|
+
getProfinetIOsFromFile(cell: string, inputOffset?: number, outputOffset?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
|
|
6829
6829
|
/**
|
|
6830
6830
|
* List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
|
|
6831
6831
|
* @summary List Descriptions
|
|
@@ -6834,7 +6834,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6834
6834
|
* @throws {RequiredError}
|
|
6835
6835
|
* @memberof BUSInputsOutputsApi
|
|
6836
6836
|
*/
|
|
6837
|
-
listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6837
|
+
listBusIODescriptions(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<BusIODescription[], any>>;
|
|
6838
6838
|
/**
|
|
6839
6839
|
* List descriptions for all configured input/output variables of the MODBUS service. The input/output descriptions contain information like name, type and address. The input/output direction is given in perspective of the active MODBUS type (service or client). - The byte and bit addresses are the locations in the MODBUS input/output process image the variable points to. - The MODBUS controller as well as NOVA\'s MODBUS service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA MODBUS service\'s configuration is modified via [addModbusIO](addModbusIO).
|
|
6840
6840
|
* @summary List MODBUS Input/Output Configuration
|
|
@@ -6843,7 +6843,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6843
6843
|
* @throws {RequiredError}
|
|
6844
6844
|
* @memberof BUSInputsOutputsApi
|
|
6845
6845
|
*/
|
|
6846
|
-
listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6846
|
+
listModbusIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ModbusIO[], any>>;
|
|
6847
6847
|
/**
|
|
6848
6848
|
* List descriptions for all configured input/output variables of the PROFINET service. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the PROFINET device, e.g., the configured PROFINET service. - The byte and bit addresses are the locations in the PROFINET input/output process image the variable points to. - The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input and output process image. - The NOVA PROFINET service\'s configuration is modified via [addProfinetIO](addProfinetIO) and [setProfinetIOsFromFile](setProfinetIOsFromFile). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding third party software, e.g., TIA portal.
|
|
6849
6849
|
* @summary List PROFINET Input/Output Configuration
|
|
@@ -6852,7 +6852,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6852
6852
|
* @throws {RequiredError}
|
|
6853
6853
|
* @memberof BUSInputsOutputsApi
|
|
6854
6854
|
*/
|
|
6855
|
-
listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
6855
|
+
listProfinetIOs(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProfinetIO[], any>>;
|
|
6856
6856
|
/**
|
|
6857
6857
|
* Set values of outputs. In case of virtual Bus Input/Outputs, also inputs can be set. All available output identifiers can be requested via [listBusIODescriptions](listBusIODescriptions). The call will return once the values have been set and accepted by the service.
|
|
6858
6858
|
* @summary Set Output Values
|
|
@@ -6862,7 +6862,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6862
6862
|
* @throws {RequiredError}
|
|
6863
6863
|
* @memberof BUSInputsOutputsApi
|
|
6864
6864
|
*/
|
|
6865
|
-
setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
6865
|
+
setBusIOValues(cell: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6866
6866
|
/**
|
|
6867
6867
|
* Sets input/output variable configuration on the PROFINET device (i.e. NOVA\'s PROFINET service) from XML file. The inputs/outputs map variables to specific memory addresses in the process image. The default process image has buffer lengths of 64 bytes for input and output. - The size of the buffer is determined by the `config_file_content` that is passed in [addBusIOService](addBusIOService) and has to be in accordance with the GSDML file describing the PROFINET device. The PROFINET controller as well as NOVA\'s PROFINET service use an input/output variable configuration to interpret the bits of the input/output process image. - The NOVA\'s PROFINET service\'s configuration can be viewed via [listProfinetIOs](listProfinetIOs). For the PROFINET controller, e.g., a connected PLC, refer to the corresponding engineering system, e.g., TIA portal. #### Export variables You can export the variable configuration of the PROFINET controller as XML file from your engineering system, e.g., TIA portal. - The endpoint is built so that the perspective of input and output (PROFINET Device\'s input is PROFINET Controller\'s output) is internally handled (PROFINET device input is PROFINET controller output), meaning that you can paste the exported XML file here without modifying.
|
|
6868
6868
|
* @summary Set PROFINET Inputs/Outputs from File
|
|
@@ -6872,7 +6872,7 @@ declare class BUSInputsOutputsApi extends BaseAPI {
|
|
|
6872
6872
|
* @throws {RequiredError}
|
|
6873
6873
|
* @memberof BUSInputsOutputsApi
|
|
6874
6874
|
*/
|
|
6875
|
-
setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<
|
|
6875
|
+
setProfinetIOsFromFile(cell: string, profinetInputOutputConfig: ProfinetInputOutputConfig, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
6876
6876
|
}
|
|
6877
6877
|
/**
|
|
6878
6878
|
* CellApi - axios parameter creator
|
|
@@ -7088,7 +7088,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7088
7088
|
* @throws {RequiredError}
|
|
7089
7089
|
* @memberof CellApi
|
|
7090
7090
|
*/
|
|
7091
|
-
deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7091
|
+
deleteCell(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7092
7092
|
/**
|
|
7093
7093
|
* Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](https://docs.wandelbots.io/latest/setup-cell) for more information.
|
|
7094
7094
|
* @summary Add Cell
|
|
@@ -7098,7 +7098,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7098
7098
|
* @throws {RequiredError}
|
|
7099
7099
|
* @memberof CellApi
|
|
7100
7100
|
*/
|
|
7101
|
-
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7101
|
+
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7102
7102
|
/**
|
|
7103
7103
|
* List all cell resources.
|
|
7104
7104
|
* @summary Configuration
|
|
@@ -7107,7 +7107,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7107
7107
|
* @throws {RequiredError}
|
|
7108
7108
|
* @memberof CellApi
|
|
7109
7109
|
*/
|
|
7110
|
-
getCell(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7110
|
+
getCell(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Cell, any>>;
|
|
7111
7111
|
/**
|
|
7112
7112
|
* List the status of all cell resources.
|
|
7113
7113
|
* @summary Service Status
|
|
@@ -7116,7 +7116,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7116
7116
|
* @throws {RequiredError}
|
|
7117
7117
|
* @memberof CellApi
|
|
7118
7118
|
*/
|
|
7119
|
-
getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7119
|
+
getCellStatus(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatusResponse, any>>;
|
|
7120
7120
|
/**
|
|
7121
7121
|
* List all deployed cell names. If no cells are deployed, an empty list is returned.
|
|
7122
7122
|
* @summary List Cells
|
|
@@ -7124,7 +7124,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7124
7124
|
* @throws {RequiredError}
|
|
7125
7125
|
* @memberof CellApi
|
|
7126
7126
|
*/
|
|
7127
|
-
listCells(options?: RawAxiosRequestConfig): Promise<
|
|
7127
|
+
listCells(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
7128
7128
|
/**
|
|
7129
7129
|
* Deactivate or activate the services of a cell.
|
|
7130
7130
|
* @summary Operating State
|
|
@@ -7134,7 +7134,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7134
7134
|
* @throws {RequiredError}
|
|
7135
7135
|
* @memberof CellApi
|
|
7136
7136
|
*/
|
|
7137
|
-
setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<
|
|
7137
|
+
setCellStatus(cell: string, operatingState: OperatingState, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7138
7138
|
/**
|
|
7139
7139
|
* Update the definition of the entire Cell.
|
|
7140
7140
|
* @summary Update Configuration
|
|
@@ -7145,7 +7145,7 @@ declare class CellApi extends BaseAPI {
|
|
|
7145
7145
|
* @throws {RequiredError}
|
|
7146
7146
|
* @memberof CellApi
|
|
7147
7147
|
*/
|
|
7148
|
-
updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7148
|
+
updateCell(cell: string, cell2: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7149
7149
|
}
|
|
7150
7150
|
/**
|
|
7151
7151
|
* ControllerApi - axios parameter creator
|
|
@@ -7590,7 +7590,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7590
7590
|
* @throws {RequiredError}
|
|
7591
7591
|
* @memberof ControllerApi
|
|
7592
7592
|
*/
|
|
7593
|
-
addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7593
|
+
addRobotController(cell: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7594
7594
|
/**
|
|
7595
7595
|
* Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with [addRobotController](addRobotController).
|
|
7596
7596
|
* @summary Clear Robot Controllers
|
|
@@ -7600,7 +7600,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7600
7600
|
* @throws {RequiredError}
|
|
7601
7601
|
* @memberof ControllerApi
|
|
7602
7602
|
*/
|
|
7603
|
-
clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7603
|
+
clearRobotControllers(cell: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7604
7604
|
/**
|
|
7605
7605
|
* Delete a robot controller from the cell.
|
|
7606
7606
|
* @summary Delete Robot Controller
|
|
@@ -7611,7 +7611,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7611
7611
|
* @throws {RequiredError}
|
|
7612
7612
|
* @memberof ControllerApi
|
|
7613
7613
|
*/
|
|
7614
|
-
deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7614
|
+
deleteRobotController(cell: string, controller: string, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7615
7615
|
/**
|
|
7616
7616
|
* Get description of a configured robot controller including a list of connected motion group identifiers. Use [getMotionGroupDescription](getMotionGroupDescription) to get more information about the motion group.
|
|
7617
7617
|
* @summary Description
|
|
@@ -7621,7 +7621,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7621
7621
|
* @throws {RequiredError}
|
|
7622
7622
|
* @memberof ControllerApi
|
|
7623
7623
|
*/
|
|
7624
|
-
getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7624
|
+
getControllerDescription(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ControllerDescription, any>>;
|
|
7625
7625
|
/**
|
|
7626
7626
|
* Request a coordinate system specification for a given identifier. Use parameter `orientation_type` to get the orientation part of the transformation offset of the coordinate system returned in the requested orientation notation. If parameter `orientation_type` is not set, the orientation part of the transformation offset of the coordinate system is returned in rotation vector notation. The coordinate systems from the robot controller are loaded when the motion group associated with the coordinate system is activated. With deactivation of the motion group, the associated coordinate systems are removed from NOVA. The unique identifier of the coordinate systems from the robot controllers are suffixed with `On` + the unique identifier of the robot controller.
|
|
7627
7627
|
* @summary Coordinate System
|
|
@@ -7633,7 +7633,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7633
7633
|
* @throws {RequiredError}
|
|
7634
7634
|
* @memberof ControllerApi
|
|
7635
7635
|
*/
|
|
7636
|
-
getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<
|
|
7636
|
+
getCoordinateSystem(cell: string, controller: string, coordinateSystem: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
|
|
7637
7637
|
/**
|
|
7638
7638
|
* Get the current state of a robot controller.
|
|
7639
7639
|
* @summary State
|
|
@@ -7643,7 +7643,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7643
7643
|
* @throws {RequiredError}
|
|
7644
7644
|
* @memberof ControllerApi
|
|
7645
7645
|
*/
|
|
7646
|
-
getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7646
|
+
getCurrentRobotControllerState(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
|
|
7647
7647
|
/**
|
|
7648
7648
|
* Get the configuration for a robot controller.
|
|
7649
7649
|
* @summary Robot Controller
|
|
@@ -7653,7 +7653,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7653
7653
|
* @throws {RequiredError}
|
|
7654
7654
|
* @memberof ControllerApi
|
|
7655
7655
|
*/
|
|
7656
|
-
getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7656
|
+
getRobotController(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotController, any>>;
|
|
7657
7657
|
/**
|
|
7658
7658
|
* Receive data to configure a virtual robot controller based on another controller. This can be used to create a virtual clone of a specific physical robot. When adding a virtual controller, use the Virtual configuration variant of [addRobotController](addRobotController) and pass the content string from this endpoint as the `json` field. Omit the `type` field that selects a preset configuration which is not required when providing a complete configuration.
|
|
7659
7659
|
* @summary Virtual Controller Configuration
|
|
@@ -7663,7 +7663,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7663
7663
|
* @throws {RequiredError}
|
|
7664
7664
|
* @memberof ControllerApi
|
|
7665
7665
|
*/
|
|
7666
|
-
getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
7666
|
+
getVirtualControllerConfiguration(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<VirtualRobotConfiguration, any>>;
|
|
7667
7667
|
/**
|
|
7668
7668
|
* Lists all specifications of coordinate systems from robot controllers. Use parameter `orientation_type` to get the orientation part of the transformation offset of the coordinate system returned in the requested orientation notation. If parameter `orientation_type` is not set, the orientation part of the transformation offset of the coordinate system is returned in rotation vector notation. The coordinate systems from the robot controller are loaded when the motion group associated with the coordinate system is activated. With deactivation of the motion group, the associated coordinate systems are removed from NOVA. The unique identifier of the coordinate systems from the robot controllers are suffixed with `On` + the unique identifier of the robot controller.
|
|
7669
7669
|
* @summary List Coordinate Systems
|
|
@@ -7674,7 +7674,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7674
7674
|
* @throws {RequiredError}
|
|
7675
7675
|
* @memberof ControllerApi
|
|
7676
7676
|
*/
|
|
7677
|
-
listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<
|
|
7677
|
+
listCoordinateSystems(cell: string, controller: string, orientationType?: OrientationType, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
|
|
7678
7678
|
/**
|
|
7679
7679
|
* List the names of all deployed robot controllers.
|
|
7680
7680
|
* @summary List Robot Controllers
|
|
@@ -7683,7 +7683,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7683
7683
|
* @throws {RequiredError}
|
|
7684
7684
|
* @memberof ControllerApi
|
|
7685
7685
|
*/
|
|
7686
|
-
listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
7686
|
+
listRobotControllers(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
7687
7687
|
/**
|
|
7688
7688
|
* Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state `normal` or `reduced`. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
|
|
7689
7689
|
* @summary Set Default Mode
|
|
@@ -7694,7 +7694,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7694
7694
|
* @throws {RequiredError}
|
|
7695
7695
|
* @memberof ControllerApi
|
|
7696
7696
|
*/
|
|
7697
|
-
setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<
|
|
7697
|
+
setDefaultMode(cell: string, controller: string, mode: SettableRobotSystemMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7698
7698
|
/**
|
|
7699
7699
|
* <!-- theme: success --> > Websocket endpoint Sets the robot controller into freedrive mode and stays in freedrive until the websocket connection is closed by the client. In freedrive mode, it is possible to move the attached motion groups by hand. This is a blocking call. As long as the websocket connection is open, no other endpoint can control or move the robot. <!-- theme: danger --> > **DANGER** > > Danger caused by robot. Improper assessment by the integrator of the application-specific hazards can result in people being > crushed, drawn in or caught due to the robot\'s complex movement sequences. Before opening the websocket, ensure that > > - The robot is in a safe state, > - The right payload is set, > - No humans or object are within the robot\'s reach or within the cell. As long as the websocket connection is open you will get the current state of the robot system in the response in the specified `response_rate`. If the activation failed, the returned status will return possible reasons for the failure. Free drive mode is only available for robot controllers that support it, in particular cobots. Use [listRobotControllers](listRobotControllers) to check if the robot controller supports free drive mode.
|
|
7700
7700
|
* @summary Stream Free Drive
|
|
@@ -7705,7 +7705,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7705
7705
|
* @throws {RequiredError}
|
|
7706
7706
|
* @memberof ControllerApi
|
|
7707
7707
|
*/
|
|
7708
|
-
streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7708
|
+
streamFreeDrive(cell: string, controller: string, responseRate?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
|
|
7709
7709
|
/**
|
|
7710
7710
|
* <!-- theme: success --> > Websocket endpoint Receive updates of the state of a robot controller. The stream can be opened before the controller is registered. To register a controller, call [addRobotController](addRobotController). While connecting, the stream sends initialization updates. Once the controller reaches `MODE_MONITOR`, it sends controller state updates.
|
|
7711
7711
|
* @summary Stream State
|
|
@@ -7717,7 +7717,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7717
7717
|
* @throws {RequiredError}
|
|
7718
7718
|
* @memberof ControllerApi
|
|
7719
7719
|
*/
|
|
7720
|
-
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7720
|
+
streamRobotControllerState(cell: string, controller: string, responseRate?: number, addControllerTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotControllerState, any>>;
|
|
7721
7721
|
/**
|
|
7722
7722
|
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. To update a virtual controller, the previous controller will be deleted and a new one created. Changes to the configuration, e.g., TCPs, coordinate systems, mounting, are **not** transferred to the new robot. <!-- theme: info --> > **NOTE** > > An update is not a reset. To do a reset: > 1. Get the current configuration via [getRobotController](getRobotController). > 2. Delete the existing virtual robot controller via [deleteRobotController](deleteRobotController). > 3. Add a virtual robot controller with [addRobotController](addRobotController).
|
|
7723
7723
|
* @summary Update Robot Controller
|
|
@@ -7729,7 +7729,7 @@ declare class ControllerApi extends BaseAPI {
|
|
|
7729
7729
|
* @throws {RequiredError}
|
|
7730
7730
|
* @memberof ControllerApi
|
|
7731
7731
|
*/
|
|
7732
|
-
updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<
|
|
7732
|
+
updateRobotController(cell: string, controller: string, robotController: RobotController, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7733
7733
|
}
|
|
7734
7734
|
/**
|
|
7735
7735
|
* ControllerInputsOutputsApi - axios parameter creator
|
|
@@ -7928,7 +7928,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
7928
7928
|
* @throws {RequiredError}
|
|
7929
7929
|
* @memberof ControllerInputsOutputsApi
|
|
7930
7930
|
*/
|
|
7931
|
-
listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<
|
|
7931
|
+
listIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
|
|
7932
7932
|
/**
|
|
7933
7933
|
* Retrieves the current values of inputs/outputs. The identifiers of the inputs/outputs must be provided in the request. Request all available input/output identifiers via [listIODescriptions](listIODescriptions).
|
|
7934
7934
|
* @summary Get Input/Output Values
|
|
@@ -7939,7 +7939,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
7939
7939
|
* @throws {RequiredError}
|
|
7940
7940
|
* @memberof ControllerInputsOutputsApi
|
|
7941
7941
|
*/
|
|
7942
|
-
listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
7942
|
+
listIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
|
|
7943
7943
|
/**
|
|
7944
7944
|
* Set the values of outputs. All available output identifiers and possible value ranges can be requested via [listIODescriptions](listIODescriptions). The call will return once the values have been set on and accepted by the robot. This can take up to 200 milliseconds. > **NOTE** > > Do not call this endpoint while another request is still in progress. The second call will fail.
|
|
7945
7945
|
* @summary Set Output Values
|
|
@@ -7950,7 +7950,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
7950
7950
|
* @throws {RequiredError}
|
|
7951
7951
|
* @memberof ControllerInputsOutputsApi
|
|
7952
7952
|
*/
|
|
7953
|
-
setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
7953
|
+
setOutputValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
7954
7954
|
/**
|
|
7955
7955
|
* <!-- theme: success --> > Websocket endpoint Continuously receive updates of input/output values via websocket. Updates are sent in the update rate of the controller. > **NOTE** > > If you request many values simultaneously, the request is likely to fail. The amount of values that can be streamed simultaneously depends on the specific robot controller. > **NOTE** > > The inputs and outputs are sent in the update rate of the controller to prevent losing any values. This can lead to a high amount of data transmitted.
|
|
7956
7956
|
* @summary Stream Input/Output Values
|
|
@@ -7961,7 +7961,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
7961
7961
|
* @throws {RequiredError}
|
|
7962
7962
|
* @memberof ControllerInputsOutputsApi
|
|
7963
7963
|
*/
|
|
7964
|
-
streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
7964
|
+
streamIOValues(cell: string, controller: string, ios?: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<StreamIOValuesResponse, any>>;
|
|
7965
7965
|
/**
|
|
7966
7966
|
* Wait until an input/output reaches a certain value. This call returns as soon as the condition is met or the request fails. The `comparison_type` value is used to define how the current value of the input/output is compared with given value. Only set the value that corresponds to the `value_type` of the input/output. See [listIODescriptions](listIODescriptions) for more information. **Examples** 1. Wait until analog input `AI_1` < 10: ``` io: \"AI_1\" comparison_type: \"COMPARISON_LESS\" value: 10 ``` 2. Wait until analog input `AI_2` > 5.0: ``` io: \"AI_2\" comparison_type: \"COMPARISON_GREATER\" value: 5.0 ``` 3. Wait until digital input `DI_3` is true: ``` io: \"DI_3\" comparison_type: \"COMPARISON_EQUAL\" value: true ```
|
|
7967
7967
|
* @summary Wait For
|
|
@@ -7972,7 +7972,7 @@ declare class ControllerInputsOutputsApi extends BaseAPI {
|
|
|
7972
7972
|
* @throws {RequiredError}
|
|
7973
7973
|
* @memberof ControllerInputsOutputsApi
|
|
7974
7974
|
*/
|
|
7975
|
-
waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<
|
|
7975
|
+
waitForIOEvent(cell: string, controller: string, waitForIOEventRequest: WaitForIOEventRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<boolean, any>>;
|
|
7976
7976
|
}
|
|
7977
7977
|
/**
|
|
7978
7978
|
* JoggingApi - axios parameter creator
|
|
@@ -8039,7 +8039,7 @@ declare class JoggingApi extends BaseAPI {
|
|
|
8039
8039
|
* @throws {RequiredError}
|
|
8040
8040
|
* @memberof JoggingApi
|
|
8041
8041
|
*/
|
|
8042
|
-
executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8042
|
+
executeJogging(cell: string, controller: string, executeJoggingRequest: ExecuteJoggingRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteJoggingResponse, any>>;
|
|
8043
8043
|
}
|
|
8044
8044
|
/**
|
|
8045
8045
|
* KinematicsApi - axios parameter creator
|
|
@@ -8129,7 +8129,7 @@ declare class KinematicsApi extends BaseAPI {
|
|
|
8129
8129
|
* @throws {RequiredError}
|
|
8130
8130
|
* @memberof KinematicsApi
|
|
8131
8131
|
*/
|
|
8132
|
-
forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8132
|
+
forwardKinematics(cell: string, forwardKinematicsRequest: ForwardKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ForwardKinematicsResponse, any>>;
|
|
8133
8133
|
/**
|
|
8134
8134
|
* Returns the reachable joint positions for a list of given poses.
|
|
8135
8135
|
* @summary Inverse kinematics
|
|
@@ -8139,7 +8139,7 @@ declare class KinematicsApi extends BaseAPI {
|
|
|
8139
8139
|
* @throws {RequiredError}
|
|
8140
8140
|
* @memberof KinematicsApi
|
|
8141
8141
|
*/
|
|
8142
|
-
inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8142
|
+
inverseKinematics(cell: string, inverseKinematicsRequest: InverseKinematicsRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<InverseKinematicsResponse, any>>;
|
|
8143
8143
|
}
|
|
8144
8144
|
/**
|
|
8145
8145
|
* LicenseApi - axios parameter creator
|
|
@@ -8261,7 +8261,7 @@ declare class LicenseApi extends BaseAPI {
|
|
|
8261
8261
|
* @throws {RequiredError}
|
|
8262
8262
|
* @memberof LicenseApi
|
|
8263
8263
|
*/
|
|
8264
|
-
activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8264
|
+
activateLicense(activateLicenseRequest: ActivateLicenseRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
|
|
8265
8265
|
/**
|
|
8266
8266
|
* Deactivates active license.
|
|
8267
8267
|
* @summary Deactivate license
|
|
@@ -8269,7 +8269,7 @@ declare class LicenseApi extends BaseAPI {
|
|
|
8269
8269
|
* @throws {RequiredError}
|
|
8270
8270
|
* @memberof LicenseApi
|
|
8271
8271
|
*/
|
|
8272
|
-
deactivateLicense(options?: RawAxiosRequestConfig): Promise<
|
|
8272
|
+
deactivateLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
8273
8273
|
/**
|
|
8274
8274
|
* Get information on the license used with the Wandelbots NOVA instance, e.g., licensed product, expiration date, license status.
|
|
8275
8275
|
* @summary Get license
|
|
@@ -8277,7 +8277,7 @@ declare class LicenseApi extends BaseAPI {
|
|
|
8277
8277
|
* @throws {RequiredError}
|
|
8278
8278
|
* @memberof LicenseApi
|
|
8279
8279
|
*/
|
|
8280
|
-
getLicense(options?: RawAxiosRequestConfig): Promise<
|
|
8280
|
+
getLicense(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<License, any>>;
|
|
8281
8281
|
/**
|
|
8282
8282
|
* Get the license status. - If `valid`, Wandelbots NOVA can be used. - If `expired`, the license has to be renewed in order to use Wandelbots NOVA.
|
|
8283
8283
|
* @summary Get license status
|
|
@@ -8285,7 +8285,7 @@ declare class LicenseApi extends BaseAPI {
|
|
|
8285
8285
|
* @throws {RequiredError}
|
|
8286
8286
|
* @memberof LicenseApi
|
|
8287
8287
|
*/
|
|
8288
|
-
getLicenseStatus(options?: RawAxiosRequestConfig): Promise<
|
|
8288
|
+
getLicenseStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<LicenseStatus, any>>;
|
|
8289
8289
|
}
|
|
8290
8290
|
/**
|
|
8291
8291
|
* MotionGroupApi - axios parameter creator
|
|
@@ -8422,7 +8422,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
8422
8422
|
* @throws {RequiredError}
|
|
8423
8423
|
* @memberof MotionGroupApi
|
|
8424
8424
|
*/
|
|
8425
|
-
getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<
|
|
8425
|
+
getCurrentMotionGroupState(cell: string, controller: string, motionGroup: string, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
|
|
8426
8426
|
/**
|
|
8427
8427
|
* Get the set of parameters that describe the motion group and its configuration including safety zones, limits, etc. This data can change upon connection to the robot.
|
|
8428
8428
|
* @summary Description
|
|
@@ -8433,7 +8433,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
8433
8433
|
* @throws {RequiredError}
|
|
8434
8434
|
* @memberof MotionGroupApi
|
|
8435
8435
|
*/
|
|
8436
|
-
getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
8436
|
+
getMotionGroupDescription(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupDescription, any>>;
|
|
8437
8437
|
/**
|
|
8438
8438
|
* <!-- theme: success --> > Websocket endpoint Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
|
|
8439
8439
|
* @summary Stream State
|
|
@@ -8446,7 +8446,7 @@ declare class MotionGroupApi extends BaseAPI {
|
|
|
8446
8446
|
* @throws {RequiredError}
|
|
8447
8447
|
* @memberof MotionGroupApi
|
|
8448
8448
|
*/
|
|
8449
|
-
streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<
|
|
8449
|
+
streamMotionGroupState(cell: string, controller: string, motionGroup: string, responseRate?: number, responseCoordinateSystem?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupState, any>>;
|
|
8450
8450
|
}
|
|
8451
8451
|
/**
|
|
8452
8452
|
* MotionGroupModelsApi - axios parameter creator
|
|
@@ -8530,7 +8530,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
8530
8530
|
* @throws {RequiredError}
|
|
8531
8531
|
* @memberof MotionGroupModelsApi
|
|
8532
8532
|
*/
|
|
8533
|
-
getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<
|
|
8533
|
+
getMotionGroupCollisionModel(motionGroupModel: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
8534
8534
|
[key: string]: Collider;
|
|
8535
8535
|
}[], any>>;
|
|
8536
8536
|
/**
|
|
@@ -8540,7 +8540,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
|
|
|
8540
8540
|
* @throws {RequiredError}
|
|
8541
8541
|
* @memberof MotionGroupModelsApi
|
|
8542
8542
|
*/
|
|
8543
|
-
getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<
|
|
8543
|
+
getMotionGroupModels(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
8544
8544
|
}
|
|
8545
8545
|
/**
|
|
8546
8546
|
* ProgramApi - axios parameter creator
|
|
@@ -8684,7 +8684,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
8684
8684
|
* @throws {RequiredError}
|
|
8685
8685
|
* @memberof ProgramApi
|
|
8686
8686
|
*/
|
|
8687
|
-
getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<
|
|
8687
|
+
getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
|
|
8688
8688
|
/**
|
|
8689
8689
|
* List details of all existing programs.
|
|
8690
8690
|
* @summary List programs
|
|
@@ -8693,7 +8693,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
8693
8693
|
* @throws {RequiredError}
|
|
8694
8694
|
* @memberof ProgramApi
|
|
8695
8695
|
*/
|
|
8696
|
-
listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
8696
|
+
listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
|
|
8697
8697
|
/**
|
|
8698
8698
|
* This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
8699
8699
|
* @summary Start the program
|
|
@@ -8704,7 +8704,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
8704
8704
|
* @throws {RequiredError}
|
|
8705
8705
|
* @memberof ProgramApi
|
|
8706
8706
|
*/
|
|
8707
|
-
startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<
|
|
8707
|
+
startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
|
|
8708
8708
|
/**
|
|
8709
8709
|
* Stop a specific program run.
|
|
8710
8710
|
* @summary Stop program run
|
|
@@ -8714,7 +8714,7 @@ declare class ProgramApi extends BaseAPI {
|
|
|
8714
8714
|
* @throws {RequiredError}
|
|
8715
8715
|
* @memberof ProgramApi
|
|
8716
8716
|
*/
|
|
8717
|
-
stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<
|
|
8717
|
+
stopProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
8718
8718
|
}
|
|
8719
8719
|
/**
|
|
8720
8720
|
* StoreCollisionComponentsApi - axios parameter creator
|
|
@@ -9194,7 +9194,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9194
9194
|
* @throws {RequiredError}
|
|
9195
9195
|
* @memberof StoreCollisionComponentsApi
|
|
9196
9196
|
*/
|
|
9197
|
-
deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<
|
|
9197
|
+
deleteStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9198
9198
|
/**
|
|
9199
9199
|
* Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
|
|
9200
9200
|
* @summary Delete Link Chain
|
|
@@ -9204,7 +9204,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9204
9204
|
* @throws {RequiredError}
|
|
9205
9205
|
* @memberof StoreCollisionComponentsApi
|
|
9206
9206
|
*/
|
|
9207
|
-
deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<
|
|
9207
|
+
deleteStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9208
9208
|
/**
|
|
9209
9209
|
* Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
|
|
9210
9210
|
* @summary Delete Tool
|
|
@@ -9214,7 +9214,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9214
9214
|
* @throws {RequiredError}
|
|
9215
9215
|
* @memberof StoreCollisionComponentsApi
|
|
9216
9216
|
*/
|
|
9217
|
-
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<
|
|
9217
|
+
deleteStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9218
9218
|
/**
|
|
9219
9219
|
* Returns the collider.
|
|
9220
9220
|
* @summary Get Collider
|
|
@@ -9224,7 +9224,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9224
9224
|
* @throws {RequiredError}
|
|
9225
9225
|
* @memberof StoreCollisionComponentsApi
|
|
9226
9226
|
*/
|
|
9227
|
-
getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<
|
|
9227
|
+
getStoredCollider(cell: string, collider: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
|
|
9228
9228
|
/**
|
|
9229
9229
|
* Returns the collision link chain.
|
|
9230
9230
|
* @summary Get Link Chain
|
|
@@ -9234,7 +9234,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9234
9234
|
* @throws {RequiredError}
|
|
9235
9235
|
* @memberof StoreCollisionComponentsApi
|
|
9236
9236
|
*/
|
|
9237
|
-
getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<
|
|
9237
|
+
getStoredCollisionLinkChain(cell: string, linkChain: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9238
9238
|
[key: string]: Collider;
|
|
9239
9239
|
}[], any>>;
|
|
9240
9240
|
/**
|
|
@@ -9246,7 +9246,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9246
9246
|
* @throws {RequiredError}
|
|
9247
9247
|
* @memberof StoreCollisionComponentsApi
|
|
9248
9248
|
*/
|
|
9249
|
-
getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<
|
|
9249
|
+
getStoredCollisionTool(cell: string, tool: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9250
9250
|
[key: string]: Collider;
|
|
9251
9251
|
}, any>>;
|
|
9252
9252
|
/**
|
|
@@ -9257,7 +9257,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9257
9257
|
* @throws {RequiredError}
|
|
9258
9258
|
* @memberof StoreCollisionComponentsApi
|
|
9259
9259
|
*/
|
|
9260
|
-
listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9260
|
+
listCollisionLinkChains(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9261
9261
|
[key: string]: {
|
|
9262
9262
|
[key: string]: Collider;
|
|
9263
9263
|
}[];
|
|
@@ -9270,7 +9270,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9270
9270
|
* @throws {RequiredError}
|
|
9271
9271
|
* @memberof StoreCollisionComponentsApi
|
|
9272
9272
|
*/
|
|
9273
|
-
listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9273
|
+
listCollisionLinkChainsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
9274
9274
|
/**
|
|
9275
9275
|
* Returns all stored colliders.
|
|
9276
9276
|
* @summary List Colliders
|
|
@@ -9279,7 +9279,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9279
9279
|
* @throws {RequiredError}
|
|
9280
9280
|
* @memberof StoreCollisionComponentsApi
|
|
9281
9281
|
*/
|
|
9282
|
-
listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9282
|
+
listStoredColliders(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9283
9283
|
[key: string]: Collider;
|
|
9284
9284
|
}, any>>;
|
|
9285
9285
|
/**
|
|
@@ -9290,7 +9290,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9290
9290
|
* @throws {RequiredError}
|
|
9291
9291
|
* @memberof StoreCollisionComponentsApi
|
|
9292
9292
|
*/
|
|
9293
|
-
listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9293
|
+
listStoredCollidersKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
9294
9294
|
/**
|
|
9295
9295
|
* Returns the list of stored tools.
|
|
9296
9296
|
* @summary List Tools
|
|
@@ -9299,7 +9299,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9299
9299
|
* @throws {RequiredError}
|
|
9300
9300
|
* @memberof StoreCollisionComponentsApi
|
|
9301
9301
|
*/
|
|
9302
|
-
listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9302
|
+
listStoredCollisionTools(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9303
9303
|
[key: string]: {
|
|
9304
9304
|
[key: string]: Collider;
|
|
9305
9305
|
};
|
|
@@ -9312,7 +9312,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9312
9312
|
* @throws {RequiredError}
|
|
9313
9313
|
* @memberof StoreCollisionComponentsApi
|
|
9314
9314
|
*/
|
|
9315
|
-
listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9315
|
+
listStoredCollisionToolsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
9316
9316
|
/**
|
|
9317
9317
|
* Stores collider. - If the collider does not exist, it will be created. - If the collider exists, it will be updated.
|
|
9318
9318
|
* @summary Store Collider
|
|
@@ -9323,7 +9323,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9323
9323
|
* @throws {RequiredError}
|
|
9324
9324
|
* @memberof StoreCollisionComponentsApi
|
|
9325
9325
|
*/
|
|
9326
|
-
storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<
|
|
9326
|
+
storeCollider(cell: string, collider: string, collider2: Collider, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Collider, any>>;
|
|
9327
9327
|
/**
|
|
9328
9328
|
* Stores link chain. - If the link chain does not exist, it will be created. - If the link chain exists, it will be updated.
|
|
9329
9329
|
* @summary Store Link Chain
|
|
@@ -9336,7 +9336,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9336
9336
|
*/
|
|
9337
9337
|
storeCollisionLinkChain(cell: string, linkChain: string, collider: Array<{
|
|
9338
9338
|
[key: string]: Collider;
|
|
9339
|
-
}>, options?: RawAxiosRequestConfig): Promise<
|
|
9339
|
+
}>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9340
9340
|
[key: string]: Collider;
|
|
9341
9341
|
}[], any>>;
|
|
9342
9342
|
/**
|
|
@@ -9351,7 +9351,7 @@ declare class StoreCollisionComponentsApi extends BaseAPI {
|
|
|
9351
9351
|
*/
|
|
9352
9352
|
storeCollisionTool(cell: string, tool: string, requestBody: {
|
|
9353
9353
|
[key: string]: Collider;
|
|
9354
|
-
}, options?: RawAxiosRequestConfig): Promise<
|
|
9354
|
+
}, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9355
9355
|
[key: string]: Collider;
|
|
9356
9356
|
}, any>>;
|
|
9357
9357
|
}
|
|
@@ -9525,7 +9525,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
9525
9525
|
* @throws {RequiredError}
|
|
9526
9526
|
* @memberof StoreCollisionSetupsApi
|
|
9527
9527
|
*/
|
|
9528
|
-
deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<
|
|
9528
|
+
deleteStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9529
9529
|
/**
|
|
9530
9530
|
* Returns the stored collision setup.
|
|
9531
9531
|
* @summary Get Collision Setup
|
|
@@ -9535,7 +9535,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
9535
9535
|
* @throws {RequiredError}
|
|
9536
9536
|
* @memberof StoreCollisionSetupsApi
|
|
9537
9537
|
*/
|
|
9538
|
-
getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<
|
|
9538
|
+
getStoredCollisionSetup(cell: string, setup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
|
|
9539
9539
|
/**
|
|
9540
9540
|
* Returns a list of stored collision setups.
|
|
9541
9541
|
* @summary List Collision Setups
|
|
@@ -9544,7 +9544,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
9544
9544
|
* @throws {RequiredError}
|
|
9545
9545
|
* @memberof StoreCollisionSetupsApi
|
|
9546
9546
|
*/
|
|
9547
|
-
listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9547
|
+
listStoredCollisionSetups(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<{
|
|
9548
9548
|
[key: string]: CollisionSetup;
|
|
9549
9549
|
}, any>>;
|
|
9550
9550
|
/**
|
|
@@ -9555,7 +9555,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
9555
9555
|
* @throws {RequiredError}
|
|
9556
9556
|
* @memberof StoreCollisionSetupsApi
|
|
9557
9557
|
*/
|
|
9558
|
-
listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9558
|
+
listStoredCollisionSetupsKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
9559
9559
|
/**
|
|
9560
9560
|
* Stores collision setup. - If the collision setup does not exist, it will be created. - If the collision setup exists, it will be updated.
|
|
9561
9561
|
* @summary Store Collision Setup
|
|
@@ -9566,7 +9566,7 @@ declare class StoreCollisionSetupsApi extends BaseAPI {
|
|
|
9566
9566
|
* @throws {RequiredError}
|
|
9567
9567
|
* @memberof StoreCollisionSetupsApi
|
|
9568
9568
|
*/
|
|
9569
|
-
storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<
|
|
9569
|
+
storeCollisionSetup(cell: string, setup: string, collisionSetup: CollisionSetup, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CollisionSetup, any>>;
|
|
9570
9570
|
}
|
|
9571
9571
|
/**
|
|
9572
9572
|
* StoreObjectApi - axios parameter creator
|
|
@@ -9769,7 +9769,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
9769
9769
|
* @throws {RequiredError}
|
|
9770
9770
|
* @memberof StoreObjectApi
|
|
9771
9771
|
*/
|
|
9772
|
-
clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9772
|
+
clearAllObjects(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9773
9773
|
/**
|
|
9774
9774
|
* Delete an object <!-- theme: danger --> > This will delete persistently stored data.
|
|
9775
9775
|
* @summary Delete Object
|
|
@@ -9779,7 +9779,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
9779
9779
|
* @throws {RequiredError}
|
|
9780
9780
|
* @memberof StoreObjectApi
|
|
9781
9781
|
*/
|
|
9782
|
-
deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
9782
|
+
deleteObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9783
9783
|
/**
|
|
9784
9784
|
* Returns content and metadata of a stored object.
|
|
9785
9785
|
* @summary Get Object
|
|
@@ -9789,7 +9789,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
9789
9789
|
* @throws {RequiredError}
|
|
9790
9790
|
* @memberof StoreObjectApi
|
|
9791
9791
|
*/
|
|
9792
|
-
getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
9792
|
+
getObject(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
|
|
9793
9793
|
/**
|
|
9794
9794
|
* Returns metadata. Object content is not returned.
|
|
9795
9795
|
* @summary Get Object Metadata
|
|
@@ -9799,7 +9799,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
9799
9799
|
* @throws {RequiredError}
|
|
9800
9800
|
* @memberof StoreObjectApi
|
|
9801
9801
|
*/
|
|
9802
|
-
getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<
|
|
9802
|
+
getObjectMetadata(cell: string, key: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9803
9803
|
/**
|
|
9804
9804
|
* List the keys for all objects.
|
|
9805
9805
|
* @summary List all Object Keys
|
|
@@ -9808,7 +9808,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
9808
9808
|
* @throws {RequiredError}
|
|
9809
9809
|
* @memberof StoreObjectApi
|
|
9810
9810
|
*/
|
|
9811
|
-
listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<
|
|
9811
|
+
listAllObjectKeys(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string[], any>>;
|
|
9812
9812
|
/**
|
|
9813
9813
|
* Store any data as an object. Using a key which already contains an object will override the previously stored object. Use [getObjectMetadata](getObjectMetadata) to verify that the key does not contain objects. #### Optional Specify metadata as a dictionary with names and values.
|
|
9814
9814
|
* @summary Store Object
|
|
@@ -9822,7 +9822,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
9822
9822
|
*/
|
|
9823
9823
|
storeObject(cell: string, key: string, xMetadata?: {
|
|
9824
9824
|
[key: string]: string;
|
|
9825
|
-
}, anyValue?: any, options?: RawAxiosRequestConfig): Promise<
|
|
9825
|
+
}, anyValue?: any, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
9826
9826
|
}
|
|
9827
9827
|
/**
|
|
9828
9828
|
* SystemApi - axios parameter creator
|
|
@@ -10076,7 +10076,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10076
10076
|
*/
|
|
10077
10077
|
backupConfiguration(resources?: Array<string>, metadata?: {
|
|
10078
10078
|
[key: string]: string;
|
|
10079
|
-
}, options?: RawAxiosRequestConfig): Promise<
|
|
10079
|
+
}, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
|
|
10080
10080
|
/**
|
|
10081
10081
|
* Check if a more recent Wandelbots NOVA Version is available.
|
|
10082
10082
|
* @summary Check update
|
|
@@ -10085,7 +10085,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10085
10085
|
* @throws {RequiredError}
|
|
10086
10086
|
* @memberof SystemApi
|
|
10087
10087
|
*/
|
|
10088
|
-
checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<
|
|
10088
|
+
checkNovaVersionUpdate(channel: ReleaseChannel, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
|
|
10089
10089
|
/**
|
|
10090
10090
|
* Retrieves the status of a configuration backup. The status can only be requested for 5 minutes after backup creation. After 5 minutes, 404 is returned.
|
|
10091
10091
|
* @summary Retrieve Backup Status
|
|
@@ -10094,7 +10094,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10094
10094
|
* @throws {RequiredError}
|
|
10095
10095
|
* @memberof SystemApi
|
|
10096
10096
|
*/
|
|
10097
|
-
getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<
|
|
10097
|
+
getConfigurationBackupStatus(operationId: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationArchiveStatus, any>>;
|
|
10098
10098
|
/**
|
|
10099
10099
|
* Collects information on the current status of all NOVA services and exports them as a .zip file. Includes information on all cells on the instance such as the service logs and virtual robot controllers. From each cell the logs of all services are included, as well as the configuration of each connected controller to start virtual robots.
|
|
10100
10100
|
* @summary Download Diagnosis Package
|
|
@@ -10102,7 +10102,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10102
10102
|
* @throws {RequiredError}
|
|
10103
10103
|
* @memberof SystemApi
|
|
10104
10104
|
*/
|
|
10105
|
-
getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<
|
|
10105
|
+
getDiagnosePackage(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<File, any>>;
|
|
10106
10106
|
/**
|
|
10107
10107
|
* Get the status of all system services.
|
|
10108
10108
|
* @summary Wandelbots NOVA status
|
|
@@ -10110,7 +10110,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10110
10110
|
* @throws {RequiredError}
|
|
10111
10111
|
* @memberof SystemApi
|
|
10112
10112
|
*/
|
|
10113
|
-
getSystemStatus(options?: RawAxiosRequestConfig): Promise<
|
|
10113
|
+
getSystemStatus(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ServiceStatus[], any>>;
|
|
10114
10114
|
/**
|
|
10115
10115
|
* Get the current Wandelbots NOVA version.
|
|
10116
10116
|
* @summary Wandelbots NOVA Version
|
|
@@ -10118,7 +10118,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10118
10118
|
* @throws {RequiredError}
|
|
10119
10119
|
* @memberof SystemApi
|
|
10120
10120
|
*/
|
|
10121
|
-
getSystemVersion(options?: RawAxiosRequestConfig): Promise<
|
|
10121
|
+
getSystemVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<string, any>>;
|
|
10122
10122
|
/**
|
|
10123
10123
|
* Retrieves a list of all available configuration resources for backup purposes.
|
|
10124
10124
|
* @summary List Configuration Resources
|
|
@@ -10126,7 +10126,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10126
10126
|
* @throws {RequiredError}
|
|
10127
10127
|
* @memberof SystemApi
|
|
10128
10128
|
*/
|
|
10129
|
-
listConfigurationResources(options?: RawAxiosRequestConfig): Promise<
|
|
10129
|
+
listConfigurationResources(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ConfigurationResource[], any>>;
|
|
10130
10130
|
/**
|
|
10131
10131
|
* Restores a previously backed up configuration.
|
|
10132
10132
|
* @summary Restore Configuration Backup
|
|
@@ -10136,7 +10136,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10136
10136
|
* @throws {RequiredError}
|
|
10137
10137
|
* @memberof SystemApi
|
|
10138
10138
|
*/
|
|
10139
|
-
restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<
|
|
10139
|
+
restoreConfiguration(resources: Array<string>, body: File, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
10140
10140
|
/**
|
|
10141
10141
|
* Update the Wandelbots NOVA version and all attached services. Sending this API Request will trigger an update of all NOVA services that are part of a cell. Previous cells and cell configurations will remain on the instance. If the update fails, the previous Wandelbots NOVA version is restored.
|
|
10142
10142
|
* @summary Update Wandelbots NOVA version
|
|
@@ -10145,7 +10145,7 @@ declare class SystemApi extends BaseAPI {
|
|
|
10145
10145
|
* @throws {RequiredError}
|
|
10146
10146
|
* @memberof SystemApi
|
|
10147
10147
|
*/
|
|
10148
|
-
updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
10148
|
+
updateNovaVersion(updateNovaVersionRequest: UpdateNovaVersionRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
10149
10149
|
}
|
|
10150
10150
|
/**
|
|
10151
10151
|
* TrajectoryCachingApi - axios parameter creator
|
|
@@ -10326,7 +10326,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
10326
10326
|
* @throws {RequiredError}
|
|
10327
10327
|
* @memberof TrajectoryCachingApi
|
|
10328
10328
|
*/
|
|
10329
|
-
addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
10329
|
+
addTrajectory(cell: string, controller: string, addTrajectoryRequest: AddTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<AddTrajectoryResponse, any>>;
|
|
10330
10330
|
/**
|
|
10331
10331
|
* Clear the trajectory cache.
|
|
10332
10332
|
* @summary Clear Trajectories
|
|
@@ -10336,7 +10336,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
10336
10336
|
* @throws {RequiredError}
|
|
10337
10337
|
* @memberof TrajectoryCachingApi
|
|
10338
10338
|
*/
|
|
10339
|
-
clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
10339
|
+
clearTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
10340
10340
|
/**
|
|
10341
10341
|
* Delete a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories. Trajectories are removed automatically if the motion group or the corresponding controller is disconnected.
|
|
10342
10342
|
* @summary Delete Trajectory
|
|
@@ -10347,7 +10347,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
10347
10347
|
* @throws {RequiredError}
|
|
10348
10348
|
* @memberof TrajectoryCachingApi
|
|
10349
10349
|
*/
|
|
10350
|
-
deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<
|
|
10350
|
+
deleteTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
10351
10351
|
/**
|
|
10352
10352
|
* Get a previously created trajectory from cache. Use [listTrajectories](listTrajectories) to list all cached trajectories.
|
|
10353
10353
|
* @summary Get Trajectory
|
|
@@ -10358,7 +10358,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
10358
10358
|
* @throws {RequiredError}
|
|
10359
10359
|
* @memberof TrajectoryCachingApi
|
|
10360
10360
|
*/
|
|
10361
|
-
getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<
|
|
10361
|
+
getTrajectory(cell: string, controller: string, trajectory: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<GetTrajectoryResponse, any>>;
|
|
10362
10362
|
/**
|
|
10363
10363
|
* List currently cached trajectories. Use [addTrajectory](addTrajectory) to add a new trajectory. Adding trajectories is necessary to execute them. Trajectories are removed if the corresponding motion group or controller disconnects.
|
|
10364
10364
|
* @summary List Trajectories
|
|
@@ -10368,7 +10368,7 @@ declare class TrajectoryCachingApi extends BaseAPI {
|
|
|
10368
10368
|
* @throws {RequiredError}
|
|
10369
10369
|
* @memberof TrajectoryCachingApi
|
|
10370
10370
|
*/
|
|
10371
|
-
listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
10371
|
+
listTrajectories(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ListTrajectoriesResponse, any>>;
|
|
10372
10372
|
}
|
|
10373
10373
|
/**
|
|
10374
10374
|
* TrajectoryExecutionApi - axios parameter creator
|
|
@@ -10435,7 +10435,7 @@ declare class TrajectoryExecutionApi extends BaseAPI {
|
|
|
10435
10435
|
* @throws {RequiredError}
|
|
10436
10436
|
* @memberof TrajectoryExecutionApi
|
|
10437
10437
|
*/
|
|
10438
|
-
executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
10438
|
+
executeTrajectory(cell: string, controller: string, executeTrajectoryRequest: ExecuteTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExecuteTrajectoryResponse, any>>;
|
|
10439
10439
|
}
|
|
10440
10440
|
/**
|
|
10441
10441
|
* TrajectoryPlanningApi - axios parameter creator
|
|
@@ -10525,7 +10525,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
|
|
|
10525
10525
|
* @throws {RequiredError}
|
|
10526
10526
|
* @memberof TrajectoryPlanningApi
|
|
10527
10527
|
*/
|
|
10528
|
-
planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<
|
|
10528
|
+
planCollisionFree(cell: string, planCollisionFreeRequest: PlanCollisionFreeRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanCollisionFreeResponse, any>>;
|
|
10529
10529
|
/**
|
|
10530
10530
|
* Plans a new trajectory for a single motion group. Describe the trajectory as a sequence of motion commands that the robots TCP should follow. Use the following workflow to execute a planned trajectory: 1. Plan a trajectory. 2. Optional: Load the planned trajectory into the cache using the [addTrajectory](addTrajectory) endpoint. 3. Execute the (cached) trajectory using the [executeTrajectory](executeTrajectory) endpoint. If the trajectory is not executable, the response will contain the joint trajectory up until the error, e.g., all samples until a collision occurs. <!-- theme: info --> > #### Exception > > If a CartesianPTP or JointPTP motion command has an invalid target, the response will contain the trajectory up until the start of the invalid PTP motion.
|
|
10531
10531
|
* @summary Plan Trajectory
|
|
@@ -10535,7 +10535,7 @@ declare class TrajectoryPlanningApi extends BaseAPI {
|
|
|
10535
10535
|
* @throws {RequiredError}
|
|
10536
10536
|
* @memberof TrajectoryPlanningApi
|
|
10537
10537
|
*/
|
|
10538
|
-
planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<
|
|
10538
|
+
planTrajectory(cell: string, planTrajectoryRequest: PlanTrajectoryRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<PlanTrajectoryResponse, any>>;
|
|
10539
10539
|
}
|
|
10540
10540
|
/**
|
|
10541
10541
|
* VersionApi - axios parameter creator
|
|
@@ -10590,7 +10590,7 @@ declare class VersionApi extends BaseAPI {
|
|
|
10590
10590
|
* @throws {RequiredError}
|
|
10591
10591
|
* @memberof VersionApi
|
|
10592
10592
|
*/
|
|
10593
|
-
getApiVersion(options?: RawAxiosRequestConfig): Promise<
|
|
10593
|
+
getApiVersion(options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ApiVersion, any>>;
|
|
10594
10594
|
}
|
|
10595
10595
|
/**
|
|
10596
10596
|
* VirtualControllerApi - axios parameter creator
|
|
@@ -11087,7 +11087,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11087
11087
|
* @throws {RequiredError}
|
|
11088
11088
|
* @memberof VirtualControllerApi
|
|
11089
11089
|
*/
|
|
11090
|
-
addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<
|
|
11090
|
+
addVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, coordinateSystemData: CoordinateSystemData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11091
11091
|
/**
|
|
11092
11092
|
* Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange\'s coordinate system. > **NOTE** > > Ensure the TCP\'s position is within the robot\'s reach. Refer to the robot\'s documentation or data sheet for details like joint limits or reach. <!-- theme: info --> > #### NOTE > > When adding or updating a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the TCP is available for operation. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the TCP may not yet be visible nor usable.
|
|
11093
11093
|
* @summary Add TCP
|
|
@@ -11100,7 +11100,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11100
11100
|
* @throws {RequiredError}
|
|
11101
11101
|
* @memberof VirtualControllerApi
|
|
11102
11102
|
*/
|
|
11103
|
-
addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<
|
|
11103
|
+
addVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, robotTcpData: RobotTcpData, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11104
11104
|
/**
|
|
11105
11105
|
* Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and also remove all dependent coordinate systems that use the deleted coordinate system as reference. <!-- theme: info --> > #### NOTE > > When a new coordinate system is removed, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or appear outdated in the UI. > - Coordinate system changes are not immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > This means that immediately after a successful response, the new coordinate system may not yet be available for visualization or program execution.
|
|
11106
11106
|
* @summary Delete Coordinate System
|
|
@@ -11112,7 +11112,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11112
11112
|
* @throws {RequiredError}
|
|
11113
11113
|
* @memberof VirtualControllerApi
|
|
11114
11114
|
*/
|
|
11115
|
-
deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<
|
|
11115
|
+
deleteVirtualControllerCoordinateSystem(cell: string, controller: string, coordinateSystem: string, deleteDependent?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11116
11116
|
/**
|
|
11117
11117
|
* Removes the TCP (Tool Center Point) from the motion group. An unknown TCP is a valid input and will simply be ignored. <!-- theme: info --> > #### NOTE > > When removing a TCP, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear. > - The removal of the TCP may not be immediately visible or appear outdated in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the then used TCP may not yet be visible nor usable.
|
|
11118
11118
|
* @summary Remove TCP
|
|
@@ -11124,7 +11124,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11124
11124
|
* @throws {RequiredError}
|
|
11125
11125
|
* @memberof VirtualControllerApi
|
|
11126
11126
|
*/
|
|
11127
|
-
deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<
|
|
11127
|
+
deleteVirtualControllerTcp(cell: string, controller: string, motionGroup: string, tcp: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11128
11128
|
/**
|
|
11129
11129
|
* Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
|
|
11130
11130
|
* @summary Get Emergency Stop State
|
|
@@ -11134,7 +11134,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11134
11134
|
* @throws {RequiredError}
|
|
11135
11135
|
* @memberof VirtualControllerApi
|
|
11136
11136
|
*/
|
|
11137
|
-
getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
11137
|
+
getEmergencyStop(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Flag, any>>;
|
|
11138
11138
|
/**
|
|
11139
11139
|
* Get the current motion group state which provides values for the joints\' position, velocity and acceleration.
|
|
11140
11140
|
* @summary Get Motion Group State
|
|
@@ -11145,7 +11145,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11145
11145
|
* @throws {RequiredError}
|
|
11146
11146
|
* @memberof VirtualControllerApi
|
|
11147
11147
|
*/
|
|
11148
|
-
getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
11148
|
+
getMotionGroupState(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupJoints, any>>;
|
|
11149
11149
|
/**
|
|
11150
11150
|
* Gets information on the motion group.
|
|
11151
11151
|
* @summary Motion Group Description
|
|
@@ -11155,7 +11155,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11155
11155
|
* @throws {RequiredError}
|
|
11156
11156
|
* @memberof VirtualControllerApi
|
|
11157
11157
|
*/
|
|
11158
|
-
getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
11158
|
+
getMotionGroups(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<MotionGroupInfo[], any>>;
|
|
11159
11159
|
/**
|
|
11160
11160
|
* Requests the operation mode of the virtual robot controller. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
11161
11161
|
* @summary Get Operation Mode
|
|
@@ -11165,7 +11165,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11165
11165
|
* @throws {RequiredError}
|
|
11166
11166
|
* @memberof VirtualControllerApi
|
|
11167
11167
|
*/
|
|
11168
|
-
getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
11168
|
+
getOperationMode(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<OpMode, any>>;
|
|
11169
11169
|
/**
|
|
11170
11170
|
* Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
11171
11171
|
* @summary Get Mounting
|
|
@@ -11176,7 +11176,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11176
11176
|
* @throws {RequiredError}
|
|
11177
11177
|
* @memberof VirtualControllerApi
|
|
11178
11178
|
*/
|
|
11179
|
-
getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
11179
|
+
getVirtualControllerMounting(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
|
|
11180
11180
|
/**
|
|
11181
11181
|
* Lists all coordinate systems on the robot controller.
|
|
11182
11182
|
* @summary List Coordinate Systems
|
|
@@ -11186,7 +11186,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11186
11186
|
* @throws {RequiredError}
|
|
11187
11187
|
* @memberof VirtualControllerApi
|
|
11188
11188
|
*/
|
|
11189
|
-
listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
11189
|
+
listVirtualControllerCoordinateSystems(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem[], any>>;
|
|
11190
11190
|
/**
|
|
11191
11191
|
* Lists TCPs of the motion group. An empty TCP list is valid, e.g., for external axes.
|
|
11192
11192
|
* @summary List TCPs
|
|
@@ -11197,7 +11197,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11197
11197
|
* @throws {RequiredError}
|
|
11198
11198
|
* @memberof VirtualControllerApi
|
|
11199
11199
|
*/
|
|
11200
|
-
listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<
|
|
11200
|
+
listVirtualControllerTcps(cell: string, controller: string, motionGroup: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<RobotTcp[], any>>;
|
|
11201
11201
|
/**
|
|
11202
11202
|
* Activates or releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions. The stop is executed on physical controllers immediately not gracefully and not on paths. Due to restricted physical behavior of the virtual robot controller, the Emergency Stop is executed on paths. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state with `safety_state` regardless of the controller type. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
11203
11203
|
* @summary Push or Release Emergency Stop
|
|
@@ -11208,7 +11208,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11208
11208
|
* @throws {RequiredError}
|
|
11209
11209
|
* @memberof VirtualControllerApi
|
|
11210
11210
|
*/
|
|
11211
|
-
setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<
|
|
11211
|
+
setEmergencyStop(cell: string, controller: string, active?: boolean, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11212
11212
|
/**
|
|
11213
11213
|
* Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. <!-- theme: info --> > #### NOTE > > Only use the endpoint when the motion group is in monitor mode. If the motion group is controlled, currently jogging or planning motions, > the values are overridden by the controller or an error may occur.
|
|
11214
11214
|
* @summary Set Motion Group State
|
|
@@ -11220,7 +11220,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11220
11220
|
* @throws {RequiredError}
|
|
11221
11221
|
* @memberof VirtualControllerApi
|
|
11222
11222
|
*/
|
|
11223
|
-
setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<
|
|
11223
|
+
setMotionGroupState(cell: string, controller: string, motionGroup: string, motionGroupJoints: MotionGroupJoints, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11224
11224
|
/**
|
|
11225
11225
|
* Changes the operation mode of the virtual robot controller to the specified value. To get the operation mode regardless of the controller type, use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The operation mode can only be changed via API when using virtual robot controllers.
|
|
11226
11226
|
* @summary Set Operation Mode
|
|
@@ -11231,7 +11231,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11231
11231
|
* @throws {RequiredError}
|
|
11232
11232
|
* @memberof VirtualControllerApi
|
|
11233
11233
|
*/
|
|
11234
|
-
setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<
|
|
11234
|
+
setOperationMode(cell: string, controller: string, mode: OperationMode, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11235
11235
|
/**
|
|
11236
11236
|
* Sets the motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system\'s origin. The coordinate system defines a transformation offset, which consists of: - A unique identifier - A user-facing name - An offset in another coordinate system, referenced by the unique identifier of the reference coordinate system. <!-- theme: info --> > #### Changing the mounting configuration is considered a setup change > > When the mounting is set to a new coordinate system, the **virtual robot is restarted** to apply the new configuration. > > During this restart: > - Robot visualization can temporarily disappear or not reflect the new mounting immediately. > - Motion group state and coordinate system alignment may not be immediately visible in visualizations. > - All connections to virtual robot are closed and re-established, which introduces a short delay before the system is fully operational again. > > The API call itself does **not wait until the restart and re-synchronization are complete**. > A successful response indicates that the request was accepted, but the updated mounting may not yet be visible.
|
|
11237
11237
|
* @summary Set Mounting
|
|
@@ -11243,7 +11243,7 @@ declare class VirtualControllerApi extends BaseAPI {
|
|
|
11243
11243
|
* @throws {RequiredError}
|
|
11244
11244
|
* @memberof VirtualControllerApi
|
|
11245
11245
|
*/
|
|
11246
|
-
setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<
|
|
11246
|
+
setVirtualControllerMounting(cell: string, controller: string, motionGroup: string, coordinateSystem: CoordinateSystem, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CoordinateSystem, any>>;
|
|
11247
11247
|
}
|
|
11248
11248
|
/**
|
|
11249
11249
|
* VirtualControllerBehaviorApi - axios parameter creator
|
|
@@ -11394,7 +11394,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
11394
11394
|
* @throws {RequiredError}
|
|
11395
11395
|
* @memberof VirtualControllerBehaviorApi
|
|
11396
11396
|
*/
|
|
11397
|
-
externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<
|
|
11397
|
+
externalJointsStream(cell: string, controller: string, externalJointStreamRequest: ExternalJointStreamRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ExternalJointStreamDatapoint[], any>>;
|
|
11398
11398
|
/**
|
|
11399
11399
|
* Get the cycle time of controller communication in [ms].
|
|
11400
11400
|
* @summary Get Cycle Time
|
|
@@ -11404,7 +11404,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
11404
11404
|
* @throws {RequiredError}
|
|
11405
11405
|
* @memberof VirtualControllerBehaviorApi
|
|
11406
11406
|
*/
|
|
11407
|
-
getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
11407
|
+
getCycleTime(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<CycleTime, any>>;
|
|
11408
11408
|
/**
|
|
11409
11409
|
* Get the current virtual controller behavior. See [setVirtualControllerBehavior](setVirtualControllerBehavior) and the body for details.
|
|
11410
11410
|
* @summary Get Behavior
|
|
@@ -11414,7 +11414,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
11414
11414
|
* @throws {RequiredError}
|
|
11415
11415
|
* @memberof VirtualControllerBehaviorApi
|
|
11416
11416
|
*/
|
|
11417
|
-
getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<
|
|
11417
|
+
getVirtualControllerBehavior(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Behavior, any>>;
|
|
11418
11418
|
/**
|
|
11419
11419
|
* Set virtual controller behavior. See query parameters for details.
|
|
11420
11420
|
* @summary Set Behavior
|
|
@@ -11425,7 +11425,7 @@ declare class VirtualControllerBehaviorApi extends BaseAPI {
|
|
|
11425
11425
|
* @throws {RequiredError}
|
|
11426
11426
|
* @memberof VirtualControllerBehaviorApi
|
|
11427
11427
|
*/
|
|
11428
|
-
setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<
|
|
11428
|
+
setVirtualControllerBehavior(cell: string, controller: string, behavior?: Behavior, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11429
11429
|
}
|
|
11430
11430
|
/**
|
|
11431
11431
|
* VirtualControllerInputsOutputsApi - axios parameter creator
|
|
@@ -11561,7 +11561,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
11561
11561
|
* @throws {RequiredError}
|
|
11562
11562
|
* @memberof VirtualControllerInputsOutputsApi
|
|
11563
11563
|
*/
|
|
11564
|
-
listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<
|
|
11564
|
+
listIOs(cell: string, controller: string, ios: Array<string>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IOValue[], any>>;
|
|
11565
11565
|
/**
|
|
11566
11566
|
* Lists the input/output descriptions of the virtual robot controller. The input/output descriptions contain information like name, type and unit.\\ Available inputs/outputs are defined by the virtual robot controller.\\ Each input/output has a unique identifier. - If no identifiers and no filters are specified in the request, all available inputs/outputs are retrieved by this endpoint. - If a filter, e.g., `direction`, `value_type`, `group` is applied, only matching inputs/outputs are returned.
|
|
11567
11567
|
* @summary List Descriptions
|
|
@@ -11575,7 +11575,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
11575
11575
|
* @throws {RequiredError}
|
|
11576
11576
|
* @memberof VirtualControllerInputsOutputsApi
|
|
11577
11577
|
*/
|
|
11578
|
-
listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<
|
|
11578
|
+
listVirtualControllerIODescriptions(cell: string, controller: string, ios?: Array<string>, direction?: IODirection, valueType?: IOValueType, group?: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<IODescription[], any>>;
|
|
11579
11579
|
/**
|
|
11580
11580
|
* Sets a list of values of a virtual controller inputs/outputs.
|
|
11581
11581
|
* @summary Set Input/Ouput Values
|
|
@@ -11586,7 +11586,7 @@ declare class VirtualControllerInputsOutputsApi extends BaseAPI {
|
|
|
11586
11586
|
* @throws {RequiredError}
|
|
11587
11587
|
* @memberof VirtualControllerInputsOutputsApi
|
|
11588
11588
|
*/
|
|
11589
|
-
setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<
|
|
11589
|
+
setIOValues(cell: string, controller: string, iOValue: Array<IOValue>, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<void, any>>;
|
|
11590
11590
|
}
|
|
11591
11591
|
//#endregion
|
|
11592
11592
|
export { AbbController, AbbControllerEgmServer, AbbControllerKindEnum, ActivateLicenseRequest, AddTrajectoryError, AddTrajectoryErrorData, AddTrajectoryRequest, AddTrajectoryResponse, ApiVersion, App, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAuto, BlendingAutoBlendingNameEnum, BlendingPosition, BlendingPositionBlendingNameEnum, BooleanValue, BooleanValueValueTypeEnum, Box, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIODescription, BusIOModbusClient, BusIOModbusClientBusTypeEnum, BusIOModbusServer, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClient, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServer, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtual, BusIOModbusVirtualBusTypeEnum, BusIOProfinet, BusIOProfinetBusTypeEnum, BusIOProfinetDefaultRoute, BusIOProfinetIpConfig, BusIOProfinetNetwork, BusIOProfinetVirtual, BusIOProfinetVirtualBusTypeEnum, BusIOType, BusIOsState, BusIOsStateEnum, COLLECTION_FORMATS, Capsule, CapsuleShapeTypeEnum, CartesianLimits, Cell, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, Collider, ColliderShape, Collision, CollisionContact, CollisionError, CollisionFreeAlgorithm, CollisionSetup, Comparator, Configuration, ConfigurationArchiveStatus, ConfigurationArchiveStatusCreating, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusError, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccess, ConfigurationArchiveStatusSuccessStatusEnum, ConfigurationParameters, ConfigurationResource, ContainerEnvironmentInner, ContainerImage, ContainerImageSecretsInner, ContainerResources, ContainerStorage, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerDescription, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHull, ConvexHullShapeTypeEnum, CoordinateSystem, CoordinateSystemData, CubicSplineParameter, CycleTime, Cylinder, CylinderShapeTypeEnum, DHParameter, Direction, ErrorInvalidJointCount, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceeded, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollision, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceeded, ErrorMaxIterationsExceededErrorFeedbackNameEnum, Execute, ExecuteDetails, ExecuteJoggingRequest, ExecuteJoggingResponse, ExecuteTrajectoryRequest, ExecuteTrajectoryResponse, ExternalJointStreamDatapoint, ExternalJointStreamRequest, FanucController, FanucControllerKindEnum, FeedbackCollision, FeedbackCollisionErrorFeedbackNameEnum, FeedbackJointLimitExceeded, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackOutOfWorkspace, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularity, FeedbackSingularityErrorFeedbackNameEnum, Flag, FloatValue, FloatValueValueTypeEnum, ForwardKinematics422Response, ForwardKinematicsRequest, ForwardKinematicsResponse, ForwardKinematicsValidationError, GetTrajectoryResponse, HTTPValidationError, IOBooleanValue, IOBooleanValueValueTypeEnum, IOBoundary, IODescription, IODirection, IOFloatValue, IOFloatValueValueTypeEnum, IOIntegerValue, IOIntegerValueValueTypeEnum, IOOrigin, IOValue, IOValueType, ImageCredentials, InconsistentTrajectorySizeError, InconsistentTrajectorySizeErrorInconsistentTrajectorySize, InitializeJoggingRequest, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponse, InitializeJoggingResponseKindEnum, InitializeMovementRequest, InitializeMovementRequestMessageTypeEnum, InitializeMovementRequestTrajectory, InitializeMovementResponse, InitializeMovementResponseKindEnum, IntegerValue, IntegerValueValueTypeEnum, InvalidDofError, InvalidDofErrorInvalidDof, InverseKinematics422Response, InverseKinematicsRequest, InverseKinematicsResponse, InverseKinematicsValidationError, InverseKinematicsValidationErrorAllOfData, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetails, JoggingDetailsKindEnum, JoggingDetailsState, JoggingPausedByUser, JoggingPausedByUserKindEnum, JoggingPausedNearCollision, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimit, JoggingPausedNearJointLimitKindEnum, JoggingPausedOnIO, JoggingPausedOnIOKindEnum, JoggingRunning, JoggingRunningKindEnum, JointLimitExceededError, JointLimits, JointTrajectory, JointVelocityRequest, JointVelocityRequestMessageTypeEnum, JointVelocityResponse, JointVelocityResponseKindEnum, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaController, KukaControllerKindEnum, KukaControllerRsiServer, License, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatus, LicenseStatusEnum, LimitRange, LimitSet, LimitsOverride, ListTrajectoriesResponse, Manufacturer, MidpointInsertionAlgorithm, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIO, ModbusIOArea, ModbusIOByteOrder, ModbusIOData, ModbusIOTypeEnum, ModelError, MotionCommand, MotionCommandBlending, MotionCommandPath, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupDescription, MotionGroupInfo, MotionGroupJoints, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupSetup, MotionGroupState, MotionGroupStateJointLimitReached, MovementErrorResponse, MovementErrorResponseKindEnum, NanValueError, NanValueErrorNanValue, OpMode, OperatingState, OperationLimits, OperationMode, OrientationType, PathCartesianPTP, PathCartesianPTPPathDefinitionNameEnum, PathCircle, PathCirclePathDefinitionNameEnum, PathCubicSpline, PathCubicSplinePathDefinitionNameEnum, PathJointPTP, PathJointPTPPathDefinitionNameEnum, PathLine, PathLinePathDefinitionNameEnum, PauseJoggingRequest, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponse, PauseJoggingResponseKindEnum, PauseMovementRequest, PauseMovementRequestMessageTypeEnum, PauseMovementResponse, PauseMovementResponseKindEnum, PauseOnIO, Payload, Plan422Response, PlanCollisionFreeFailedResponse, PlanCollisionFreeRequest, PlanCollisionFreeResponse, PlanCollisionFreeResponseResponse, PlanTrajectoryFailedResponse, PlanTrajectoryFailedResponseErrorFeedback, PlanTrajectoryRequest, PlanTrajectoryResponse, PlanTrajectoryResponseResponse, PlanValidationError, PlanValidationErrorAllOfData, Plane, PlaneShapeTypeEnum, PlaybackSpeedRequest, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponse, PlaybackSpeedResponseKindEnum, Pose, ProfinetDescription, ProfinetIO, ProfinetIOData, ProfinetIODirection, ProfinetIOTypeEnum, ProfinetInputOutputConfig, ProfinetSlotDescription, ProfinetSubSlotDescription, Program, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRun, ProgramRunState, ProgramStartRequest, RRTConnectAlgorithm, RRTConnectAlgorithmAlgorithmNameEnum, Rectangle, RectangleShapeTypeEnum, RectangularCapsule, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequestArgs, RequiredError, RobotController, RobotControllerConfiguration, RobotControllerState, RobotSystemMode, RobotTcp, RobotTcpData, SafetyStateType, ServiceGroup, ServiceStatus, ServiceStatusPhase, ServiceStatusResponse, ServiceStatusSeverity, ServiceStatusStatus, SetIO, SettableRobotSystemMode, SingularityTypeEnum, Sphere, SphereShapeTypeEnum, StartMovementRequest, StartMovementRequestMessageTypeEnum, StartMovementResponse, StartMovementResponseKindEnum, StartOnIO, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, StreamIOValuesResponse, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpOffset, TcpRequiredError, TcpVelocityRequest, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponse, TcpVelocityResponseKindEnum, TorqueExceededError, TorqueExceededErrorTorqueExceeded, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryData, TrajectoryDataMessageTypeEnum, TrajectoryDetails, TrajectoryDetailsKindEnum, TrajectoryDetailsState, TrajectoryEnded, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryId, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUser, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIO, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunning, TrajectoryRunningKindEnum, TrajectoryWaitForIO, TrajectoryWaitForIOKindEnum, UnitType, UniversalrobotsController, UniversalrobotsControllerKindEnum, UpdateNovaVersionRequest, ValidationError, ValidationError2, ValidationErrorLocInner, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualController, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, VirtualControllerTypes, VirtualRobotConfiguration, WaitForIOEventRequest, YaskawaController, YaskawaControllerKindEnum, operationServerMap };
|