📄 rs274ngc_errors.cc
字号:
/* 98 */ _("Line number greater than 99999"), // read_line_number/* 99 */ _("Line with g10 does not have l2"), // check_g_codes/* 100 */ _("M code greater than 199"), // read_m/* 101 */ _("Mixed radius ijk format for arc"), // convert_arc/* 102 */ _("Multiple a words on one line"), // read_a/* 103 */ _("Multiple b words on one line"), // read_b/* 104 */ _("Multiple c words on one line"), // read_c/* 105 */ _("Multiple d words on one line"), // read_d/* 106 */ _("Multiple f words on one line"), // read_f/* 107 */ _("Multiple h words on one line"), // read_h/* 108 */ _("Multiple i words on one line"), // read_i/* 109 */ _("Multiple j words on one line"), // read_j/* 110 */ _("Multiple k words on one line"), // read_k/* 111 */ _("Multiple l words on one line"), // read_l/* 112 */ _("Multiple p words on one line"), // read_p/* 113 */ _("Multiple q words on one line"), // read_q/* 114 */ _("Multiple r words on one line"), // read_r/* 115 */ _("Multiple s words on one line"), // read_s/* 116 */ _("Multiple t words on one line"), // read_t/* 117 */ _("Multiple x words on one line"), // read_x/* 118 */ _("Multiple y words on one line"), // read_y/* 119 */ _("Multiple z words on one line"), // read_z/* 120 */ _("Must use g0 or g1 with g53"), // check_g_codes/* 121 */ _("Negative argument to sqrt"), // execute_unary/* 122 */ _("Negative d word tool radius index used"), // read_d/* 123 */ _("Negative f word used"), // read_f/* 124 */ _("Negative g code used"), // read_g/* 125 */ _("Negative h word tool length offset index used"), // read_h/* 126 */ _("Negative l word used"), // read_l/* 127 */ _("Negative m code used"), // read_m/* 128 */ _("Negative or zero q value used"), // read_q/* 129 */ _("Negative p word used"), // read_p/* 130 */ _("Negative spindle speed used"), // read_s/* 131 */ _("Negative tool id used"), // read_t/* 132 */ _("Nested comment found"), // close_and_downcase/* 133 */ _("No characters found in reading real value"), // read_real_value/* 134 */ _("No digits found where real number should be"), // read_real_number/* 135 */ _("Non integer value for integer"), // read_integer_value/* 136 */ _("Null missing after newline"), // close_and_downcase/* 137 */ _("Offset index missing"), // convert_tool_length_offset/* 138 */ _("P value not an integer with g10 l2"), // check_g_codes/* 139 */ _("P value out of range with g10 l2"), // check_g_codes/* 140 */ _("P word with no g4 g10 g64 g82 g86 g88 g89"), // check_other_codes/* 141 */ _("Parameter file out of order"), // Interp::restore_parameters, Interp::save_parameters/* 142 */ _("Parameter number out of range"), // read_parameter, read_parameter_setting, Interp::restore_parameters, Interp::save_parameters/* 143 */ _("Q word missing with g83"), // convert_cycle_xy, convert_cycle_yz, convert_cycle_zx/* 144 */ _("Q word with no g83"), // check_other_codes/* 145 */ _("Queue is not empty after probing"), // Interp::read/* 146 */ _("R clearance plane unspecified in cycle"), // convert_cycle/* 147 */ _("R i j k words all missing for arc"), // convert_arc/* 148 */ _("R less than x in cycle in yz plane"), // convert_cycle_yz/* 149 */ _("R less than y in cycle in xz plane"), // convert_cycle_zx/* 150 */ _("R less than z in cycle in xy plane"), // convert_cycle_xy/* 151 */ _("R word with no g code that uses it"), // check_other_codes/* 152 */ _("Radius to end of arc differs from radius to start"), // arc_data_comp_ijk, arc_data_ijk/* 153 */ _("Radius too small to reach end point"), // arc_data_comp_r/* 154 */ _("Required parameter missing"), // Interp::restore_parameters/* 155 */ _("Selected tool slot number too large"), // convert_tool_select/* 156 */ _("Slash missing after first atan argument"), // read_atan/* 157 */ _("Spindle not turning clockwise in g84"), // convert_cycle_g84/* 158 */ _("Spindle not turning in g86"), // convert_cycle_g86/* 159 */ _("Spindle not turning in g87"), // convert_cycle_g87/* 160 */ _("Spindle not turning in g88"), // convert_cycle_g88/* 161 */ _("Sscanf failed"), // read_integer_unsigned, read_real_number/* 162 */ _("Start point too close to probe point"), // convert_probe/* 163 */ _("Too many m codes on line"), // check_m_codes/* 164 */ _("Tool length offset index too big"), // read_h/* 165 */ _("Tool max too large"), // Interp::load_tool_table/* 166 */ _("Tool radius index too big"), // read_d/* 167 */ _("Tool radius not less than arc radius with comp"), // arc_data_comp_r, convert_arc_comp2/* 168 */ _("Two g codes used from same modal group"), // read_g/* 169 */ _("Two m codes used from same modal group"), // read_m/* 170 */ _("Unable to open file"), // convert_stop, Interp::open, Interp::restore_parameters/* 171 */ _("Unclosed comment found"), // close_and_downcase/* 172 */ _("Unclosed expression"), // read_operation/* 173 */ _("Unknown g code used"), // read_g/* 174 */ _("Unknown m code used"), // read_m/* 175 */ _("Unknown operation"), // read_operation/* 176 */ _("Unknown operation name starting with a"), // read_operation/* 177 */ _("Unknown operation name starting with m"), // read_operation/* 178 */ _("Unknown operation name starting with o"), // read_operation/* 179 */ _("Unknown operation name starting with x"), // read_operation/* 180 */ _("Unknown word starting with a"), // read_operation_unary/* 181 */ _("Unknown word starting with c"), // read_operation_unary/* 182 */ _("Unknown word starting with e"), // read_operation_unary/* 183 */ _("Unknown word starting with f"), // read_operation_unary/* 184 */ _("Unknown word starting with l"), // read_operation_unary/* 185 */ _("Unknown word starting with r"), // read_operation_unary/* 186 */ _("Unknown word starting with s"), // read_operation_unary/* 187 */ _("Unknown word starting with t"), // read_operation_unary/* 188 */ _("Unknown word where unary operation could be"), // read_operation_unary/* 189 */ _("X and y words missing for arc in xy plane"), // convert_arc/* 190 */ _("X and z words missing for arc in xz plane"), // convert_arc/* 191 */ _("X value unspecified in yz plane canned cycle"), // convert_cycle_yz/* 192 */ _("X y and z words all missing with g38 2"), // convert_probe/* 193 */ _("Y and z words missing for arc in yz plane"), // convert_arc/* 194 */ _("Y value unspecified in xz plane canned cycle"), // convert_cycle_zx/* 195 */ _("Z value unspecified in xy plane canned cycle"), // convert_cycle_xy/* 196 */ _("Zero or negative argument to ln"), // execute_unary/* 197 */ _("Zero radius arc"), // arc_data_ijk/* 198 */ _("K word missing with g33"), // check_other_codes/* 199 */ _("F word used with a g33"), // check_other_codes/* 200 */ _("G33 not supported"), // convert_straight/* 201 */ _("Canned cycles not supported"), // check_other_codes/* 202 */ _("Unknown operation name starting with e"), // read_operation/* 203 */ _("Unknown operation name starting with n"), // read_operation/* 204 */ _("Unknown operation name starting with g"), // read_operation/* 205 */ _("Unknown operation name starting with l"), // read_operation/* 206 */ _("Too many subroutine parameters"), // read_o/* 207 */ _("Too many subroutine levels"), // read_o/* 208 */ _("Unknown control command in o word"), // read_o/* 209 */ _("Too many oword labels"), // control_save_offset/* 210 */ _("Unknown oword number"), // control_back_to/* 211 */ _("Nested subroutine definition"), // convert control functions/* 212 */ _("Not in subroutine definition"), // convert control functions/* 213 */ _("Return outside of subroutine"), // convert control functions/* 214 */ _("File not open"), // control back to/* 215 */ _("Need tool prepared -Txx- for toolchange"), // if M6 is issued without Txx/* 216 */ _("Unknown error"), // dummy_("The End")};// *INDENT-ON*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -