Search found 8 matches

by Vangoth
Mon Apr 02, 2018 2:20 am
Forum: C Scripting - 101
Topic: Script/GCode interface
Replies: 13
Views: 47809

Re: Script/GCode interface

yes sir, I am in the task of looking for and testing a postprocessor that will probe in the Z axis before turning on the torch and then turn on the torch with M3 and pause for 1 second depending on the thickness of the metal so that the Fire penetrate the material and start the cut.

MUCHAS GRACIAS ...
by Vangoth
Mon Apr 02, 2018 1:51 am
Forum: C Scripting - 101
Topic: Script/GCode interface
Replies: 13
Views: 47809

Re: Script/GCode interface

yes sir thank you very much, indeed the error was the code G4. edit it and it works

Does that mean that I must change the postprocessor for one that does not generate a g4?
by Vangoth
Sun Apr 01, 2018 11:57 pm
Forum: C Scripting - 101
Topic: Script/GCode interface
Replies: 13
Views: 47809

Re: Script/GCode interface

yes sir I did the test and the relay is turned on with: Pokeys1.SetRelay (3,1); and it shuts down with Pokeys1.SetRelay (3,0); .

When I run the G code when I reach the M3, the program turns on the N (3) relay and the system locks and the error LED on the screen turns on. Annex image of the error ...
by Vangoth
Sat Mar 31, 2018 6:33 pm
Forum: C Scripting - 101
Topic: Script/GCode interface
Replies: 13
Views: 47809

Re: Script/GCode interface

yes sir, I have it activated but when I load the code g and start doing the movement, it locks up when it finds the M3 code. and create a new script only with the option to turn on and off plasma with relay # 3 and it does not work either. Here I leave you the scrip that you wrote and the error that ...
by Vangoth
Sat Mar 31, 2018 12:36 am
Forum: C Scripting - 101
Topic: Script/GCode interface
Replies: 13
Views: 47809

Re: Script/GCode interface

Good night, a question my auggie does not activate the spindle with the M3 code. Should I add it?
by Vangoth
Sun Mar 18, 2018 9:54 pm
Forum: C Scripting - 101
Topic: how to make a script for plasma cnc?
Replies: 2
Views: 18450

Re: how to make a script for plasma cnc?

thank you very much sir. It's clear for me.
by Vangoth
Fri Mar 16, 2018 2:49 pm
Forum: C Scripting - 101
Topic: how to configure the encoder inputs for motors x, y, z. in auggie?
Replies: 1
Views: 17218

how to configure the encoder inputs for motors x, y, z. in auggie?

Good morning, I would like to know how to configure the encoder inputs for x, y, z motors. in auggie?

the encoders are 1000 pulses per revolution

many geracias for their response

att. Nestor Delgado
by Vangoth
Fri Mar 16, 2018 2:32 pm
Forum: C Scripting - 101
Topic: how to make a script for plasma cnc?
Replies: 2
Views: 18450

how to make a script for plasma cnc?

very good morning, I thank all the people that could somehow help me to make a script to activate a plasma using the G m3 code and the SSR2 relay output of the pokey57cnc card.

How would the script be if the plasma head before turning on did "probe input"?

Thank you very much for accepting me to ...