HXP
Command Interface Manual
2.2.66
GroupPositionCurrentGet
Syntax
C# prototype
int GroupPositionCurrentGet(string GroupName, out double[] CurrentEncoderPosition,
Int32 nbItems, out string errstring)
Python prototype
[CurrentEncoderPosition, errstring] GroupPositionCurrentGet (GroupName, nbItems)
Parameters
Input parameters
(string) GroupName: GroupName
(Int32) nbItems: nbItems
Output parameters
(double[]) CurrentEncoderPosition: CurrentEncoderPosition
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupPositionCurrentGet command
which is used to Return current positions. Refer to the XPS Programmer's manual to
get the command description.
2.2.67
GroupPositionSetpointGet
Syntax
C# prototype
int GroupPositionSetpointGet(string GroupName, out double[] SetPointPosition, Int32
nbItems, out string errstring)
Python prototype
[SetPointPosition, errstring] GroupPositionSetpointGet (GroupName, nbItems)
Parameters
Input parameters
(string) GroupName: GroupName
(Int32) nbItems: nbItems
Output parameters
(double[]) SetPointPosition: SetPointPosition
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupPositionSetpointGet command
which is used to Return setpoint positions. Refer to the XPS Programmer's manual to
get the command description.
35
EDH0318En1042 — 12/18