00001 /* 00002 IPP_ENUM_TO_STRING(GenericError) 00003 IPP_ENUM_VALUE_NM(BufferFull , 0 , '0', "Buffer full") \ 00004 IPP_ENUM_VALUE_NM(IllegalTag , 1 , '2', "Illegal tag") \ 00005 IPP_ENUM_VALUE_NM(NoSpaceAtPos6 , 2 , '2', "No space at pos. 6") \ 00006 IPP_ENUM_VALUE_NM(Reserved3 , 3 , '2', "Reserved") \ 00007 IPP_ENUM_VALUE_NM(Reserved4 , 4 , '2', "Reserved") \ 00008 IPP_ENUM_VALUE_NM(Reserved5 , 5 , '2', "Reserved") \ 00009 IPP_ENUM_VALUE_NM(TransactionAborted , 6 , '2', "Transaction aborted (Use ClearAllErrors to Continue)")\ 00010 IPP_ENUM_VALUE_NM(IllegalCharacter , 7 , '3', "Illegal character") \ 00011 IPP_ENUM_VALUE_NM(ProtocolError , 8 , '3', "Protocol error") \ 00012 IPP_ENUM_VALUE_NM(EmergencyStop , 500 , '3', "Emergency stop") \ 00013 IPP_ENUM_VALUE_NM(UnsupportedCommand , 501 , '3', "Unsupported command") \ 00014 IPP_ENUM_VALUE_NM(IncorrectArguments , 502 , '3', "Incorrect arguments") \ 00015 IPP_ENUM_VALUE_NM(ControllerCommFailure , 503 , '9', "Controller communications failure") \ 00016 IPP_ENUM_VALUE_NM(ArgumentOutOfRange , 504 , '1', "Argument out of range") \ 00017 IPP_ENUM_VALUE_NM(ArgumentNotRecognized , 505 , '3', "Argument not recognized") \ 00018 IPP_ENUM_VALUE_NM(ArgumentNotSupported , 506 , '3', "Argument not supported") \ 00019 IPP_ENUM_VALUE_NM(IllegalCommand , 507 , '3', "Illegal command") \ 00020 IPP_ENUM_VALUE_NM(BadContext , 508 , '3', "Bad context") \ 00021 IPP_ENUM_VALUE_NM(BadArgument , 509 , '3', "Bad argument") \ 00022 IPP_ENUM_VALUE_NM(BadProperty , 510 , '3', "Bad property") \ 00023 IPP_ENUM_VALUE_NM(ErrorProcessingMethod , 511 , '3', "Error processing method") \ 00024 IPP_ENUM_VALUE_NM(NoDaemonsAreActive , 512 , '1', "No daemons are active") \ 00025 IPP_ENUM_VALUE_NM(DaemonDoesNotExist , 513 , '2', "Daemon does not exist") \ 00026 IPP_ENUM_VALUE_NM(UseClearAllErrorsToCont , 514 , '2', "Use ClearAllErrors to continue") \ 00027 IPP_ENUM_VALUE_NM(DaemonAlreadyExists , 515 , '2', "Daemon already exists") \ 00028 IPP_ENUM_VALUE_NM(MachineInErrorState , 1000, '3', "Machine in error state") \ 00029 IPP_ENUM_VALUE_NM(IllegalTouch , 1001, '2', "Illegal touch") \ 00030 IPP_ENUM_VALUE_NM(AxisDoesNotExist , 1002, '9', "Axis does not exist") \ 00031 IPP_ENUM_VALUE_NM(NoTouch , 1003, '2', "No touch") \ 00032 IPP_ENUM_VALUE_NM(NumAnglNotSupOnCurrDev , 1004, '9', "Number of angles not supported on current device") \ 00033 IPP_ENUM_VALUE_NM(ErrorDuringHome , 1005, '3', "Error during home") \ 00034 IPP_ENUM_VALUE_NM(SurfaceNotFound , 1006, '2', "Surface not found") \ 00035 IPP_ENUM_VALUE_NM(ThetaOutOfRange , 1007, '3', "Theta out of range") \ 00036 IPP_ENUM_VALUE_NM(TargetPosOutOfMachVol , 1008, '3', "Target position out of machine volume") \ 00037 IPP_ENUM_VALUE_NM(AirPressureOutOfRange , 1009, '3', "Air pressure out of range") \ 00038 IPP_ENUM_VALUE_NM(VectorHasNoNorm , 1010, '2', "Vector has no norm") \ 00039 IPP_ENUM_VALUE_NM(FailedToReseatHead , 1500, '3', "Failed to re-seat head") \ 00040 IPP_ENUM_VALUE_NM(ProbeNotArmed , 1501, '3', "Probe not armed") \ 00041 IPP_ENUM_VALUE_NM(ToolNotFound , 1502, '3', "Tool not found") \ 00042 IPP_ENUM_VALUE_NM(ToolNotDefined , 1503, '3', "Tool not defined") \ 00043 IPP_ENUM_VALUE_NM(ToolNotCalibrated , 2000, '3', "Tool not calibrated") \ 00044 IPP_ENUM_VALUE_NM(HeadErrorExcessiveForce , 2001, '2', "Head error excessive force") \ 00045 IPP_ENUM_VALUE_NM(TypeProbeDoesNotAllowOper , 2002, '3', "Type of probe does not allow this operation") \ 00046 IPP_ENUM_VALUE_NM(MachineLimitEncountered , 2500, '3', "Machine limit encountered [Move Out Of Limits]") \ 00047 IPP_ENUM_VALUE_NM(AxisNotActive , 2501, '3', "Axis not active") \ 00048 IPP_ENUM_VALUE_NM(AxisPositionError , 2502, '3', "Axis position error") \ 00049 IPP_ENUM_VALUE_NM(ScaleReadHeadFailure , 2503, '9', "Scale read head failure") \ 00050 IPP_ENUM_VALUE_NM(Collision , 2504, '3', "Collision") \ 00051 IPP_ENUM_VALUE_NM(SpecifiedAngleOutOfRange , 2505, '2', "Specified angle out of range") \ 00052 IPP_ENUM_VALUE_NM(PartNotAligned , 2506, '2', "Part not aligned") \ 00053 */ 00054 //----------------------------------------------------------------------------- 00055