Hello Guest it is April 18, 2024, 01:18:22 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pedropin

Pages: 1 2 »
1
General Mach Discussion / Re: program micro injector 12 nozzles
« on: June 17, 2023, 01:45:38 PM »
thank you Tweakie.cnc
I will take your ideas into account
to inject the ink it is operated with a pneumatic system (air, solenoid valves, etc.) but I am concerned about the programming, with macros but I don't know how to start

2
General Mach Discussion / Re: program micro injector 12 nozzles
« on: June 16, 2023, 08:38:48 PM »
Thanks for answering
  in mach4 it is better I would buy Mach4 hobby

3
General Mach Discussion / program micro injector 12 nozzles
« on: June 16, 2023, 06:41:27 PM »
Good afternoon, my name is Peter.
I have a project that consists of using Mach3 to create a micro injector of 6 or 12 colors to create figures in plastisol. but i have no idea how to start i use vectri aspire to generate the G code
If any of you can give me ideas to start I would appreciate it.
a hug to all
  I attached a video
https://www.youtube.com/watch?v=_piddTq3cEA&ab_channel=FactorysupplyPVCSiliconeRubberMachine

4
ahhh I understood thank you sir

5
Thank you very much this is what I need, how good the help of this forum.
why in the last line of the code you write?
  Code "G59P7"

have a good day and thank you again

6
Hello, how are you? I have built a machine that has 7 heads,
I would like to know if you can create a macro that when reading a tool change in g code, the macro calls the offset in the X and Y axes of that tool.
I tried but I don't understand any programming and
I've seen videos of machines doing it but I can't.
I only have this macro M6 star but it does not work well for me
Thank you
attentively

'get new tool number
   newtool = GetSelectedTool()

       'select Offset by toolnumber
       If newtool = 1 Then
           Code "G54"
       Else         
           Code "G55"
           
      End If
   
           
        If newtool = 2 Then
           Code "G55"
         Else       
           Code "G56"       
   
       End If       
       
       
        If newtool = 3 Then
           Code "G56"
       Else   
       
           Code "G57"   
     
   
       End If




7
General Mach Discussion / Re: macro help
« on: July 10, 2019, 07:29:18 PM »

good day
I really appreciate your help.
Is it possible to insert this macro into the postprocessor? to do it automatically.
the output file is; Mach3 ATC mm (* .txt). from Vectri Aspire.
Attached example of the file (* .txt)

again thank you very much

8
General Mach Discussion / macro help
« on: July 09, 2019, 11:38:06 PM »
good day to all
I have 2 spinlles in my cnc separated 100mm on the X axis.
I need to write a macro to use 2 tools / tool 1 and tool 2 /
if the gcode calls the tool 1 activate the output # 1
if the gcode calls the tool 2 deactivate the output # 1 and activate the output # 2, now correct the offset of 100mm on the X axis
I do not know how to write this macro for mach3
I appreciate a help
thank you

9
General Mach Discussion / Re: it is possible with Mach3
« on: May 07, 2019, 09:58:17 PM »
TPS
thank you very much for your help.
I did not know about G54 and I investigated but I did not understand
Greetings to all

10
Hello, I always work with these steps
click on View select Load Screens and select 1024.set and open it.
I hope you work

Pages: 1 2 »