XPS Unified Programmer’s Manual
7.2.2.45 ZygoErrorStatusGet
Name
ZygoErrorStatusGet – Gets the ZYGO error status code via Ethernet.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Checks Zygo axis value: (-17)
- Checks Zygo is enabled: (-205)
Description
This function returns the ZYGO axis error code.
The axis error codes are listed in the “Zygo error status list”.
The description of the axis error code can be getting with the
“ZygoErrorStatusStringGet” function.
Prototype
int ZygoErrorStatusGet(
int SocketID,
int Axis,
char * ErrorStatus
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function.
Axis int ZMI Axis number (1 = Y axis and 2 = X axis).
Output parameters
ErrorStatus char * ZMI Axis Error Status.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -2: TCP timeout.
• -17: Parameter out of range or incorrect.
• -205: Not enable in your configuration.
• -1000: Zygo command execution failed.
• -1001: The controller is not connected to Zygo TCP server. Run
ZygoStartInterferometer API.
• Zygo errors: Refer to section 8.9: “Error List”.
643 EDH0373En1023 — 01/18