Functions
|
Page 19
3.2
Amcids
getLowerSoftLimit
Gets the lower boundary of the soft limit protection.
This protection is needed if the IDS working range is smaller than the
positioners travel range.
It is no hard limit, so, it is possible to overshoot it!
Function specific parameters
In
axis
Axis of the AMC to get the soft limit status from
Ou
t
errNo
int32
Error number if one occured, 0 in case of no error
limit
double
Lower boundary in pm
JSON Method
method: com.attocube.amc.amcids.getLowerSoftLimit
params: [axis]
Result: [errNo, limit]
C-DLL call
int AMC_amcids_getLowerSoftLimit(int deviceHandle, int axis, double* limit)
Python
limit = [dev].amcids.getLowerSoftLimit(axis)
Matlab
[limit] = amcids_getLowerSoftLimit(axis)
C#
double value = [Device].Amcids_GetLowerSoftLimit(int axis)
LabVIEW
getLowerSoftLimit.vi
Summary of Contents for attocube AMC100
Page 1: ...Interface Manual AMC100 AMC300...
Page 3: ......