HXP
Command Interface Manual
Description
This function is used to process synchrounous GroupInitialize command which is used
to Start the initialization. Refer to the XPS Programmer's manual to get the command
description.
2.2.58
GroupInitializeWithEncoderCalibration
Syntax
C# prototype
int GroupInitializeWithEncoderCalibration(string GroupName, out string errstring)
Python prototype
[errstring] GroupInitializeWithEncoderCalibration (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupInitializeWithEncoderCalibration
command which is used to Start the initialization with encoder calibration. Refer to the
XPS Programmer's manual to get the command description.
2.2.59
GroupKill
Syntax
C# prototype
int GroupKill(string GroupName, out string errstring)
Python prototype
[errstring] GroupKill (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupKill command which is used to
Kill the group. Refer to the XPS Programmer's manual to get the command description.
31
EDH0318En1042 — 12/18