HXP
Command Interface Manual
Description
This function is used to process synchrounous SingleAxisSlaveParametersGet
command which is used to Get slave parameters. Refer to the XPS Programmer's
manual to get the command description.
2.2.130
OptionalModuleExecute
Syntax
C# prototype
int OptionalModuleExecute(string ModuleFileName, string TaskName, out string
errstring)
Python prototype
[errstring] OptionalModuleExecute (ModuleFileName, TaskName)
Parameters
Input parameters
(string) ModuleFileName: ModuleFileName
(string) TaskName: TaskName
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 OptionalModuleExecute command which
is used to Execute an optional module. Refer to the XPS Programmer's manual to get
the command description.
2.2.131
OptionalModuleKill
Syntax
C# prototype
int OptionalModuleKill(string TaskName, out string errstring)
Python prototype
[errstring] OptionalModuleKill (TaskName)
Parameters
Input parameters
(string) TaskName: TaskName
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 OptionalModuleKill command which is
used to Kill an optional module. Refer to the XPS Programmer's manual to get the
command description.
73
EDH0318En1042 — 12/18