撕裂つ那伤 发表于 2024-6-13 07:58:04

后处理报警字符串超出范围

后处理 运行时间 -PST(2699)- 字符串选择变量的值超出范围:1011,怎么解决

土兜111 发表于 2024-6-13 09:07:21

你把后处理放上去才能看见,这样没头没尾谁知道啊

彷徨惑乱 发表于 2024-6-13 09:28:28

你把后处理放上去才能看见,这样没头没尾谁知道啊

wo5068056 发表于 2024-6-13 09:29:39

你把后处理放上去才能看见,这样没头没尾谁知道啊

流浪在水一方 发表于 2024-6-13 20:34:55

我功力不夠 看不出來....後處理2699行是啥內容

撕裂つ那伤 发表于 2024-6-14 08:52:09

土兜111 发表于 2024-6-13 09:07
你把后处理放上去才能看见,这样没头没尾谁知道啊

psgcode         #Output the Gcode based on the current plane
      if c_ax_flp,
      [
      #Reverse arc direction for c_axis flip
      if gcode$ = two | gcode$ = three,
          [
          sav_gcode = gcode$
          gcode$ = (5 - gcode$)#G02->G03 or G03->G02    # 1/17/03
          ]
      ]
      if plane$ = zero, `sgcode   2699行
      if plane$ = one, `sgcode1
      if plane$ = two, `sgcode2
      if c_ax_flp, gcode$ = sav_gcode

撕裂つ那伤 发表于 2024-6-14 08:52:47

彷徨惑乱 发表于 2024-6-13 09:28
你把后处理放上去才能看见,这样没头没尾谁知道啊

psgcode         #Output the Gcode based on the current plane
      if c_ax_flp,
      [
      #Reverse arc direction for c_axis flip
      if gcode$ = two | gcode$ = three,
          [
          sav_gcode = gcode$
          gcode$ = (5 - gcode$)#G02->G03 or G03->G02    # 1/17/03
          ]
      ]
      if plane$ = zero, `sgcode   2699行
      if plane$ = one, `sgcode1
      if plane$ = two, `sgcode2
      if c_ax_flp, gcode$ = sav_gcode

撕裂つ那伤 发表于 2024-6-14 08:53:23

流浪在水一方 发表于 2024-6-13 20:34
我功力不夠 看不出來....後處理2699行是啥內容

psgcode         #Output the Gcode based on the current plane
      if c_ax_flp,
      [
      #Reverse arc direction for c_axis flip
      if gcode$ = two | gcode$ = three,
          [
          sav_gcode = gcode$
          gcode$ = (5 - gcode$)#G02->G03 or G03->G02    # 1/17/03
          ]
      ]
      if plane$ = zero, `sgcode   2699行
      if plane$ = one, `sgcode1
      if plane$ = two, `sgcode2
      if c_ax_flp, gcode$ = sav_gcode

撕裂つ那伤 发表于 2024-6-14 08:53:57

wo5068056 发表于 2024-6-13 09:29
你把后处理放上去才能看见,这样没头没尾谁知道啊

psgcode         #Output the Gcode based on the current plane
      if c_ax_flp,
      [
      #Reverse arc direction for c_axis flip
      if gcode$ = two | gcode$ = three,
          [
          sav_gcode = gcode$
          gcode$ = (5 - gcode$)#G02->G03 or G03->G02    # 1/17/03
          ]
      ]
      if plane$ = zero, `sgcode   2699行
      if plane$ = one, `sgcode1
      if plane$ = two, `sgcode2
      if c_ax_flp, gcode$ = sav_gcode
页: [1]
查看完整版本: 后处理报警字符串超出范围