XPS Unified Programmer’s Manual
7.2.1.298 PositionerWarningFollowingErrorSet
Name
PositionerWarningFollowingErrorSet – Sets value of the warning following error for
a positioner.
Input tests
- Refer to section 7.1: “Input Tests Common to all XPS Functions”.
- Valids object type: (-8)
- Checks input parameter values: (-17)
• 0 < WarningFollowingError ≤ FatalFollowingError.
- Valids positioner name: (-18)
Description
This function sets a new value of the warning following error for a positioner.
Prototype
int PositionerWarningFollowingErrorSet(
int SocketID,
char * FullPositionerName,
double WarningFollowingError
)
Input parameters
SocketID int Socket identifier gets by the
“TCP_ConnectToServer” function.
FullPositionerName char * Positioner name.
WarningFollowingError double Warning following error (units).
Output parameters
None.
Return (In addition to the results of “Input Tests Common to all XPS
Functions”)
• 0: No error.
• -8: Wrong object type for this command.
• -17: Parameter out of range or incorrect.
• -18: Positioner name doesn't exist or unknown command.
EDH0373En1023 — 01/18 442