Functions
|
Page 155
getStatusTargetRange
This function gets information about whether the selected axis’
positioner is in target range or not.
The detection only indicates whether the position is within the
defined range. This status is updated periodically but currently not in
real-time.
If a fast detection is desired, please check the position in a loop
Function specific parameters
In
axis
[0|1|2]
Ou
t
errNo
errNo
in_range
true within the target range, false not within the
target range
JSON Method
method: com.attocube.amc.status.getStatusTargetRange
params: [axis]
Result: [errNo, in_range]
C-DLL call
int AMC_status_getStatusTargetRange(int deviceHandle, int axis, bool*
in_range)
Python
in_range = [dev].status.getStatusTargetRange(axis)
Matlab
[in_range] = status_getStatusTargetRange(axis)
C#
bool value = [Device].Status_GetStatusTargetRange(int axis)
LabVIEW
getStatusTargetRange.vi
Summary of Contents for attocube AMC100
Page 1: ...Interface Manual AMC100 AMC300...
Page 3: ......