motion-master-client 0.0.352 → 0.0.353
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/package.json +1 -1
- package/src/lib/motion-master-req-res-client.d.ts +1 -2
- package/src/lib/motion-master-req-res-client.js +0 -7
- package/src/lib/motion-master-req-res-client.js.map +1 -1
- package/src/lib/motion-master.proto.d.ts +4 -192
- package/src/lib/motion-master.proto.js +27 -1961
- package/src/lib/types.d.ts +0 -2
- package/src/lib/types.js.map +1 -1
|
@@ -79,7 +79,6 @@ export namespace motionmaster {
|
|
|
79
79
|
executeForwardCall?: (motionmaster.MotionMasterMessage.Request.IExecuteForwardCall|null);
|
|
80
80
|
getSystemInformation?: (motionmaster.MotionMasterMessage.Request.IGetSystemInformation|null);
|
|
81
81
|
setPdoMode?: (motionmaster.MotionMasterMessage.Request.ISetPdoMode|null);
|
|
82
|
-
startCirculoEncoderCalibrationProcedure?: (motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderCalibrationProcedure|null);
|
|
83
82
|
}
|
|
84
83
|
|
|
85
84
|
class Request implements IRequest {
|
|
@@ -135,8 +134,7 @@ export namespace motionmaster {
|
|
|
135
134
|
public executeForwardCall?: (motionmaster.MotionMasterMessage.Request.IExecuteForwardCall|null);
|
|
136
135
|
public getSystemInformation?: (motionmaster.MotionMasterMessage.Request.IGetSystemInformation|null);
|
|
137
136
|
public setPdoMode?: (motionmaster.MotionMasterMessage.Request.ISetPdoMode|null);
|
|
138
|
-
public
|
|
139
|
-
public type?: ("pingSystem"|"getSystemVersion"|"getDeviceInfo"|"getDeviceParameterInfo"|"getDeviceParameterValues"|"getMultiDeviceParameterValues"|"setDeviceParameterValues"|"setMultiDeviceParameterValues"|"getDeviceFileList"|"getDeviceFile"|"setDeviceFile"|"deleteDeviceFile"|"resetDeviceFault"|"stopDevice"|"startDeviceFirmwareInstallation"|"getDeviceLog"|"startCoggingTorqueRecording"|"getCoggingTorqueData"|"startOffsetDetection"|"startPlantIdentification"|"computeAutoTuningGains"|"setMotionControllerParameters"|"enableMotionController"|"disableMotionController"|"setSignalGeneratorParameters"|"startSignalGenerator"|"stopSignalGenerator"|"startMonitoringDeviceParameterValues"|"stopMonitoringDeviceParameterValues"|"getEthercatNetworkState"|"setEthercatNetworkState"|"startNarrowAngleCalibration"|"setSystemClientTimeout"|"startSystemIdentification"|"getCirculoEncoderMagnetDistance"|"startCirculoEncoderNarrowAngleCalibrationProcedure"|"getDeviceCia402State"|"setDeviceCia402State"|"getSystemLog"|"startDeviceSiiRestore"|"startOpenLoopFieldControl"|"computeFullAutoTuningGains"|"startFullAutoTuning"|"stopFullAutoTuning"|"startCirculoEncoderConfiguration"|"stopCirculoEncoderNarrowAngleCalibrationProcedure"|"startOsCommand"|"executeForwardCall"|"getSystemInformation"|"setPdoMode"|"startCirculoEncoderCalibrationProcedure");
|
|
137
|
+
public type?: ("pingSystem"|"getSystemVersion"|"getDeviceInfo"|"getDeviceParameterInfo"|"getDeviceParameterValues"|"getMultiDeviceParameterValues"|"setDeviceParameterValues"|"setMultiDeviceParameterValues"|"getDeviceFileList"|"getDeviceFile"|"setDeviceFile"|"deleteDeviceFile"|"resetDeviceFault"|"stopDevice"|"startDeviceFirmwareInstallation"|"getDeviceLog"|"startCoggingTorqueRecording"|"getCoggingTorqueData"|"startOffsetDetection"|"startPlantIdentification"|"computeAutoTuningGains"|"setMotionControllerParameters"|"enableMotionController"|"disableMotionController"|"setSignalGeneratorParameters"|"startSignalGenerator"|"stopSignalGenerator"|"startMonitoringDeviceParameterValues"|"stopMonitoringDeviceParameterValues"|"getEthercatNetworkState"|"setEthercatNetworkState"|"startNarrowAngleCalibration"|"setSystemClientTimeout"|"startSystemIdentification"|"getCirculoEncoderMagnetDistance"|"startCirculoEncoderNarrowAngleCalibrationProcedure"|"getDeviceCia402State"|"setDeviceCia402State"|"getSystemLog"|"startDeviceSiiRestore"|"startOpenLoopFieldControl"|"computeFullAutoTuningGains"|"startFullAutoTuning"|"stopFullAutoTuning"|"startCirculoEncoderConfiguration"|"stopCirculoEncoderNarrowAngleCalibrationProcedure"|"startOsCommand"|"executeForwardCall"|"getSystemInformation"|"setPdoMode");
|
|
140
138
|
public static create(properties?: motionmaster.MotionMasterMessage.IRequest): motionmaster.MotionMasterMessage.Request;
|
|
141
139
|
public static encode(message: motionmaster.MotionMasterMessage.IRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
142
140
|
public static encodeDelimited(message: motionmaster.MotionMasterMessage.IRequest, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
@@ -1538,6 +1536,7 @@ export namespace motionmaster {
|
|
|
1538
1536
|
activateHealthMonitoring?: (boolean|null);
|
|
1539
1537
|
measurementOnly?: (boolean|null);
|
|
1540
1538
|
externalEncoderType?: (number|null);
|
|
1539
|
+
velocityBaseValueRpm?: (number|null);
|
|
1541
1540
|
}
|
|
1542
1541
|
|
|
1543
1542
|
class StartCirculoEncoderNarrowAngleCalibrationProcedure implements IStartCirculoEncoderNarrowAngleCalibrationProcedure {
|
|
@@ -1547,6 +1546,7 @@ export namespace motionmaster {
|
|
|
1547
1546
|
public activateHealthMonitoring: boolean;
|
|
1548
1547
|
public measurementOnly: boolean;
|
|
1549
1548
|
public externalEncoderType: number;
|
|
1549
|
+
public velocityBaseValueRpm: number;
|
|
1550
1550
|
public static create(properties?: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderNarrowAngleCalibrationProcedure): motionmaster.MotionMasterMessage.Request.StartCirculoEncoderNarrowAngleCalibrationProcedure;
|
|
1551
1551
|
public static encode(message: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderNarrowAngleCalibrationProcedure, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1552
1552
|
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderNarrowAngleCalibrationProcedure, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
@@ -1899,33 +1899,6 @@ export namespace motionmaster {
|
|
|
1899
1899
|
public toJSON(): { [k: string]: any };
|
|
1900
1900
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1901
1901
|
}
|
|
1902
|
-
|
|
1903
|
-
interface IStartCirculoEncoderCalibrationProcedure {
|
|
1904
|
-
deviceAddress?: (number|null);
|
|
1905
|
-
encoderOrdinal?: (number|null);
|
|
1906
|
-
activateHealthMonitoring?: (boolean|null);
|
|
1907
|
-
measurementOnly?: (boolean|null);
|
|
1908
|
-
externalEncoderType?: (number|null);
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
class StartCirculoEncoderCalibrationProcedure implements IStartCirculoEncoderCalibrationProcedure {
|
|
1912
|
-
constructor(properties?: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderCalibrationProcedure);
|
|
1913
|
-
public deviceAddress: number;
|
|
1914
|
-
public encoderOrdinal: number;
|
|
1915
|
-
public activateHealthMonitoring: boolean;
|
|
1916
|
-
public measurementOnly: boolean;
|
|
1917
|
-
public externalEncoderType: number;
|
|
1918
|
-
public static create(properties?: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderCalibrationProcedure): motionmaster.MotionMasterMessage.Request.StartCirculoEncoderCalibrationProcedure;
|
|
1919
|
-
public static encode(message: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderCalibrationProcedure, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1920
|
-
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Request.IStartCirculoEncoderCalibrationProcedure, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
1921
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): motionmaster.MotionMasterMessage.Request.StartCirculoEncoderCalibrationProcedure;
|
|
1922
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): motionmaster.MotionMasterMessage.Request.StartCirculoEncoderCalibrationProcedure;
|
|
1923
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
1924
|
-
public static fromObject(object: { [k: string]: any }): motionmaster.MotionMasterMessage.Request.StartCirculoEncoderCalibrationProcedure;
|
|
1925
|
-
public static toObject(message: motionmaster.MotionMasterMessage.Request.StartCirculoEncoderCalibrationProcedure, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
1926
|
-
public toJSON(): { [k: string]: any };
|
|
1927
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
1928
|
-
}
|
|
1929
1902
|
}
|
|
1930
1903
|
|
|
1931
1904
|
interface IStatus {
|
|
@@ -1966,7 +1939,6 @@ export namespace motionmaster {
|
|
|
1966
1939
|
forwardCall?: (motionmaster.MotionMasterMessage.Status.IForwardCall|null);
|
|
1967
1940
|
systemInformation?: (motionmaster.MotionMasterMessage.Status.ISystemInformation|null);
|
|
1968
1941
|
pdoMode?: (motionmaster.MotionMasterMessage.Status.IPdoMode|null);
|
|
1969
|
-
circuloEncoderCalibrationProcedure?: (motionmaster.MotionMasterMessage.Status.ICirculoEncoderCalibrationProcedure|null);
|
|
1970
1942
|
}
|
|
1971
1943
|
|
|
1972
1944
|
class Status implements IStatus {
|
|
@@ -2008,8 +1980,7 @@ export namespace motionmaster {
|
|
|
2008
1980
|
public forwardCall?: (motionmaster.MotionMasterMessage.Status.IForwardCall|null);
|
|
2009
1981
|
public systemInformation?: (motionmaster.MotionMasterMessage.Status.ISystemInformation|null);
|
|
2010
1982
|
public pdoMode?: (motionmaster.MotionMasterMessage.Status.IPdoMode|null);
|
|
2011
|
-
public
|
|
2012
|
-
public type?: ("systemPong"|"systemVersion"|"systemEvent"|"deviceInfo"|"deviceParameterInfo"|"deviceParameterValues"|"multiDeviceParameterValues"|"deviceFileList"|"deviceFile"|"deviceEvent"|"deviceFirmwareInstallation"|"deviceLog"|"deviceFaultReset"|"coggingTorqueRecording"|"coggingTorqueData"|"offsetDetection"|"plantIdentification"|"autoTuning"|"motionController"|"signalGenerator"|"monitoringParameterValues"|"deviceStop"|"ethercatNetworkState"|"narrowAngleCalibration"|"systemIdentification"|"circuloEncoderMagnetDistance"|"circuloEncoderNarrowAngleCalibrationProcedure"|"deviceCia402State"|"systemLog"|"deviceSiiRestore"|"openLoopFieldControl"|"fullAutoTuning"|"circuloEncoderConfiguration"|"osCommand"|"forwardCall"|"systemInformation"|"pdoMode"|"circuloEncoderCalibrationProcedure");
|
|
1983
|
+
public type?: ("systemPong"|"systemVersion"|"systemEvent"|"deviceInfo"|"deviceParameterInfo"|"deviceParameterValues"|"multiDeviceParameterValues"|"deviceFileList"|"deviceFile"|"deviceEvent"|"deviceFirmwareInstallation"|"deviceLog"|"deviceFaultReset"|"coggingTorqueRecording"|"coggingTorqueData"|"offsetDetection"|"plantIdentification"|"autoTuning"|"motionController"|"signalGenerator"|"monitoringParameterValues"|"deviceStop"|"ethercatNetworkState"|"narrowAngleCalibration"|"systemIdentification"|"circuloEncoderMagnetDistance"|"circuloEncoderNarrowAngleCalibrationProcedure"|"deviceCia402State"|"systemLog"|"deviceSiiRestore"|"openLoopFieldControl"|"fullAutoTuning"|"circuloEncoderConfiguration"|"osCommand"|"forwardCall"|"systemInformation"|"pdoMode");
|
|
2013
1984
|
public static create(properties?: motionmaster.MotionMasterMessage.IStatus): motionmaster.MotionMasterMessage.Status;
|
|
2014
1985
|
public static encode(message: motionmaster.MotionMasterMessage.IStatus, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
2015
1986
|
public static encodeDelimited(message: motionmaster.MotionMasterMessage.IStatus, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
@@ -5515,165 +5486,6 @@ export namespace motionmaster {
|
|
|
5515
5486
|
}
|
|
5516
5487
|
}
|
|
5517
5488
|
}
|
|
5518
|
-
|
|
5519
|
-
interface ICirculoEncoderCalibrationProcedure {
|
|
5520
|
-
deviceAddress?: (number|null);
|
|
5521
|
-
encoderOrdinal?: (number|null);
|
|
5522
|
-
success?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.ISuccess|null);
|
|
5523
|
-
error?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IError|null);
|
|
5524
|
-
progress?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IProgress|null);
|
|
5525
|
-
warning?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IWarning|null);
|
|
5526
|
-
}
|
|
5527
|
-
|
|
5528
|
-
class CirculoEncoderCalibrationProcedure implements ICirculoEncoderCalibrationProcedure {
|
|
5529
|
-
constructor(properties?: motionmaster.MotionMasterMessage.Status.ICirculoEncoderCalibrationProcedure);
|
|
5530
|
-
public deviceAddress: number;
|
|
5531
|
-
public encoderOrdinal: number;
|
|
5532
|
-
public success?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.ISuccess|null);
|
|
5533
|
-
public error?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IError|null);
|
|
5534
|
-
public progress?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IProgress|null);
|
|
5535
|
-
public warning?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IWarning|null);
|
|
5536
|
-
public status?: ("success"|"error"|"progress"|"warning");
|
|
5537
|
-
public static create(properties?: motionmaster.MotionMasterMessage.Status.ICirculoEncoderCalibrationProcedure): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure;
|
|
5538
|
-
public static encode(message: motionmaster.MotionMasterMessage.Status.ICirculoEncoderCalibrationProcedure, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5539
|
-
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Status.ICirculoEncoderCalibrationProcedure, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5540
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure;
|
|
5541
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure;
|
|
5542
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
5543
|
-
public static fromObject(object: { [k: string]: any }): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure;
|
|
5544
|
-
public static toObject(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5545
|
-
public toJSON(): { [k: string]: any };
|
|
5546
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5547
|
-
}
|
|
5548
|
-
|
|
5549
|
-
namespace CirculoEncoderCalibrationProcedure {
|
|
5550
|
-
|
|
5551
|
-
interface ISuccess {
|
|
5552
|
-
code?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success.Code|null);
|
|
5553
|
-
message?: (string|null);
|
|
5554
|
-
}
|
|
5555
|
-
|
|
5556
|
-
class Success implements ISuccess {
|
|
5557
|
-
constructor(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.ISuccess);
|
|
5558
|
-
public code: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success.Code;
|
|
5559
|
-
public message: string;
|
|
5560
|
-
public static create(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.ISuccess): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success;
|
|
5561
|
-
public static encode(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.ISuccess, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5562
|
-
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.ISuccess, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5563
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success;
|
|
5564
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success;
|
|
5565
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
5566
|
-
public static fromObject(object: { [k: string]: any }): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success;
|
|
5567
|
-
public static toObject(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Success, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5568
|
-
public toJSON(): { [k: string]: any };
|
|
5569
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5570
|
-
}
|
|
5571
|
-
|
|
5572
|
-
namespace Success {
|
|
5573
|
-
|
|
5574
|
-
enum Code {
|
|
5575
|
-
UNSPECIFIED = 0,
|
|
5576
|
-
STARTED = 1,
|
|
5577
|
-
DONE = 2,
|
|
5578
|
-
STOPPING = 3,
|
|
5579
|
-
STOPPED = 4
|
|
5580
|
-
}
|
|
5581
|
-
}
|
|
5582
|
-
|
|
5583
|
-
interface IError {
|
|
5584
|
-
code?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error.Code|null);
|
|
5585
|
-
message?: (string|null);
|
|
5586
|
-
}
|
|
5587
|
-
|
|
5588
|
-
class Error implements IError {
|
|
5589
|
-
constructor(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IError);
|
|
5590
|
-
public code: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error.Code;
|
|
5591
|
-
public message: string;
|
|
5592
|
-
public static create(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IError): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error;
|
|
5593
|
-
public static encode(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IError, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5594
|
-
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IError, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5595
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error;
|
|
5596
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error;
|
|
5597
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
5598
|
-
public static fromObject(object: { [k: string]: any }): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error;
|
|
5599
|
-
public static toObject(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Error, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5600
|
-
public toJSON(): { [k: string]: any };
|
|
5601
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5602
|
-
}
|
|
5603
|
-
|
|
5604
|
-
namespace Error {
|
|
5605
|
-
|
|
5606
|
-
enum Code {
|
|
5607
|
-
UNSPECIFIED = 0,
|
|
5608
|
-
INIT_FAILED = 1,
|
|
5609
|
-
FAILED = 2,
|
|
5610
|
-
ABORTED = 3,
|
|
5611
|
-
TIMED_OUT = 4,
|
|
5612
|
-
NOT_SUPPORTED = 5,
|
|
5613
|
-
ALREADY_RUNNING = 6,
|
|
5614
|
-
NOT_RUNNING = 7,
|
|
5615
|
-
OUTSIDE_POSITION_LIMITS = 8,
|
|
5616
|
-
ABSOLUTE_POSITION_RESET_FAILED = 9
|
|
5617
|
-
}
|
|
5618
|
-
}
|
|
5619
|
-
|
|
5620
|
-
interface IProgress {
|
|
5621
|
-
iteration?: (number|null);
|
|
5622
|
-
phaseError?: (number[]|null);
|
|
5623
|
-
position?: (number[]|null);
|
|
5624
|
-
final?: (boolean|null);
|
|
5625
|
-
}
|
|
5626
|
-
|
|
5627
|
-
class Progress implements IProgress {
|
|
5628
|
-
constructor(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IProgress);
|
|
5629
|
-
public iteration: number;
|
|
5630
|
-
public phaseError: number[];
|
|
5631
|
-
public position: number[];
|
|
5632
|
-
public final: boolean;
|
|
5633
|
-
public static create(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IProgress): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Progress;
|
|
5634
|
-
public static encode(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IProgress, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5635
|
-
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IProgress, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5636
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Progress;
|
|
5637
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Progress;
|
|
5638
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
5639
|
-
public static fromObject(object: { [k: string]: any }): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Progress;
|
|
5640
|
-
public static toObject(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Progress, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5641
|
-
public toJSON(): { [k: string]: any };
|
|
5642
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5643
|
-
}
|
|
5644
|
-
|
|
5645
|
-
interface IWarning {
|
|
5646
|
-
code?: (motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning.Code|null);
|
|
5647
|
-
message?: (string|null);
|
|
5648
|
-
}
|
|
5649
|
-
|
|
5650
|
-
class Warning implements IWarning {
|
|
5651
|
-
constructor(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IWarning);
|
|
5652
|
-
public code: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning.Code;
|
|
5653
|
-
public message: string;
|
|
5654
|
-
public static create(properties?: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IWarning): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning;
|
|
5655
|
-
public static encode(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IWarning, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5656
|
-
public static encodeDelimited(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.IWarning, writer?: $protobuf.Writer): $protobuf.Writer;
|
|
5657
|
-
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning;
|
|
5658
|
-
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning;
|
|
5659
|
-
public static verify(message: { [k: string]: any }): (string|null);
|
|
5660
|
-
public static fromObject(object: { [k: string]: any }): motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning;
|
|
5661
|
-
public static toObject(message: motionmaster.MotionMasterMessage.Status.CirculoEncoderCalibrationProcedure.Warning, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
|
5662
|
-
public toJSON(): { [k: string]: any };
|
|
5663
|
-
public static getTypeUrl(typeUrlPrefix?: string): string;
|
|
5664
|
-
}
|
|
5665
|
-
|
|
5666
|
-
namespace Warning {
|
|
5667
|
-
|
|
5668
|
-
enum Code {
|
|
5669
|
-
UNSPECIFIED = 0,
|
|
5670
|
-
MAX_MOTOR_SPEED_TOO_LOW = 1,
|
|
5671
|
-
AUTO_COMMUTATION_OFFSET_MEASUREMENT_FAILED = 2,
|
|
5672
|
-
NARROW_MOTION_RANGE = 3,
|
|
5673
|
-
ABSOLUTE_POSITION_CHANGED = 4
|
|
5674
|
-
}
|
|
5675
|
-
}
|
|
5676
|
-
}
|
|
5677
5489
|
}
|
|
5678
5490
|
}
|
|
5679
5491
|
}
|