Problems with feedrate and x y coord.

Having problems with or questions about SheetCam? Post them here.
Post Reply
joaobatista
Posts: 2
Joined: Mon Jan 22, 2018 6:58 pm

Problems with feedrate and x y coord.

Post by joaobatista »

I have the following problem: shetcam does not put the speed code in all line of linear motion, seems to suppress and moves very close and how I use a macro M3 with code F200 the line G01 that should contain F1500, works at 200mm / min, see the line N0036 of the code below, another problem and the lack of x and y coordinates in all lines even if repeating the previous coordinate, because if I start the program of a line that precedes a code G03 or G02 because this line only contains a coordinate returns me the error of I and J.

in portuguese:

tenho o seguinte problema o shetcam nao coloca o codigo de velocidade em todas as linha de movimento linear, parece suprimir e movimentos muito proximos e como uso uma macro M3 com codigo F200 a linha G01 que deveria conter F1500, trabalha a 200mm/min, veja a linha N0036 do codigo abaixo, outro problema e a falta de coordenadas x e y em todas linhas mesmo que repetindo a coordenada anterior, pois se inicio o programa de uma linha que precede um codigo G03 ou G02 por esta linha conter apenas uma coordenada me retorna o erro de I e J.

Code: Select all

N0010 (Filename: CHAVE.tap)
N0011 (Post processor: TEKPLASMA AUTOMAÇÃO.scpost)
N0012 (Date: 22/01/2018)
N0013 G21 (Units: Metric)
N0014 G90 G40 
N0015 G92Z 0 
N0016 F1
N0017 S500
N0018 (Part: CHAVE)
N0019 (Process: Sem offset, 0, T10: Plasma, 3 mm Largura de corte)
N0020 M06 T10  (Plasma, 3 mm Largura de corte)
N0021 G00 Z4.0000
N0022 X164.9707 Y255.5429
N0023 Z5.0000
N0024 M03
N0025 G01 Y278.0596 F801
N0026 X145.4707 Y289.3179
N0027 X125.9707 Y278.0596
N0028 Y255.5429
N0029 X145.4707 Y244.2846
N0030 X164.9707 Y255.5429
N0031 M05
N0032 M09
N0033 G04 P2
N0034 G00 X171.8620 Y40.0622
N0035 M03
N0036 G01 Y70.6618
N0037 X145.3620 Y85.9615
N0038 X118.8620 Y70.6618
N0039 Y40.0622
N0040 X145.3620 Y24.7624
N0041 X171.8620 Y40.0622
N0042 M05
N0043 M09
N0044 G04 P2
N0045 G00 X160.4707 Y197.5192
N0046 M03
N0047 G01 X160.3620 Y125.1386
N0048 G03 X176.1515 Y88.6744 I50.0000 J0.0000 F800.0
N0049 G02 X114.5725 Y88.6744 I-30.7895 J-33.3124
N0050 G03 X130.3620 Y125.1386 I-34.2105 J36.4642
N0051 G01 Y212.9393 F801
N0052 G03 X118.8878 Y244.8103 I-50.0000 J0.0000 F800.0
N0053 G02 X172.0091 Y244.7568 I26.5828 J21.9910
N0054 G03 X160.4707 Y212.8082 I38.4615 J-31.9486
N0055 G01 Y197.5192 F801
N0056 M05
N0057 G0 X0 Y0 
N0058 M02
User avatar
djreiswig
Posts: 471
Joined: Sat Feb 20, 2016 4:47 am
Location: SE Nebraska

Re: Problems with feedrate and x y coord.

Post by djreiswig »

Look at the Post documentation in SheetCam. Options, Machine Options, Post Documentation (toward the bottom of the window above the OK button)
It should output all the moves if you change ModalNumber to Number and ModalText to Text. The modal word omits moves that are the same as the previous move.
User avatar
Les Newell
Site Admin
Posts: 3661
Joined: Thu May 11, 2006 8:12 pm

Re: Problems with feedrate and x y coord.

Post by Les Newell »

Edit your post (options->machine->post processor->edit post) and replace all occurrences of post.ModalNumber with post.NonModalNumber. Coordinates and feed rate will now be output on every line.
joaobatista
Posts: 2
Joined: Mon Jan 22, 2018 6:58 pm

Re: Problems with feedrate and x y coord.

Post by joaobatista »

djreiswig wrote: Tue Jan 23, 2018 2:03 am Look at the Post documentation in SheetCam. Options, Machine Options, Post Documentation (toward the bottom of the window above the OK button)
It should output all the moves if you change ModalNumber to Number and ModalText to Text. The modal word omits moves that are the same as the previous move.
Not worck, return pos error
User avatar
djreiswig
Posts: 471
Joined: Sat Feb 20, 2016 4:47 am
Location: SE Nebraska

Re: Problems with feedrate and x y coord.

Post by djreiswig »

Follow Les' instructions.
Post Reply