Printing Functions 3-23
Misc
ClearError
Description
Resets the Motion Control subsystem after an application receives a
motion control error (703-793).
The operator must correct the printer condition (a
supply jam, for example) before the application calls
this function.
Syntax
public void ClearError()
Parameters
None
Return Values
None
Example C#
using Ultra;
{
Ultra.Print rPrint = new Print(); //Instantiate class
rPrint.ClearError(); //Clear Error
}
Example VB.NET
Imports Ultra
Dim rPrint As New Print ' Instantiate class
rPrint.ClearError(); ' Enable Clear Error