Hello Guest it is April 20, 2024, 02:22:46 AM

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.


Topics - adiniz

Pages: 1
1
Mach4 General Discussion / RefAllHome in Gcode end
« on: February 08, 2024, 04:02:24 AM »
Hi all guys!
A help please!
I need to perform a RefAllHome at end of my Gcode.
I did a macro m300:
Macro 300 --> RefAllHome ao fim do corte
function m300()
mc.mcCntlSetLastError(inst, "Referenciando eixos")   
wait = coroutine.create (RefAllHome) -- Referencia eixos
mc.mcCntlSetLastError(inst, "Referência completada")
end
But it doesn't work!
I think to create a macro that simply make a click in the button for RefAxis in the Mc4, bbut... I don´t know how i can make a 'click' in button through a macro!
Waiting for suggestions...!
Thank you in advance!

2
Mach4 General Discussion / Mach4 Hobby losing Tangential settings
« on: September 04, 2023, 09:31:23 AM »
Hi all that uses Tangential mode in Mach4!!
My machine running Mach4 Hobby in Win10 with a CSMIO/IP-A controller is losing tangential settings in the Tangential tab!  >:(
If I put the adjustments manually, they don't have any effect when restarting Mach4!
My output is being to replace the entire C:\Mach4Hobby folder with an old one!
Has anyone had this problem?!
Thank's in advance!

3
Mach4 Plugins / Persistent value 163 after homed axis A
« on: May 11, 2023, 09:06:22 PM »
Hi guys!
I'm a problem in my machine running in Mach4 and CSMIO-IP/A plugin.
My machine have 3 axis: X, Y and C1 (C1 = A configured in tangential mode rollup X).
Wen i do a REF all Axis,  The DRO X and Y  comes to zero! OK!
But the C1 Axis DRO after homing procedure shows 163 !
The CSMIO plugin is set to 0 in the option "Move axis after home" or "Ofset after Home"!
On page Homing and Limits in Mach4 also.
Can anyone help me?

4
I´m using Mach4 hobby tangential mode, knife (axis A following X axis),with CSMIO-IP axis controller.
I need to mirror the tool path. I do this scaling to -1 the X axis (G51 X-1).
This looks OK, but when cutting in X direction, the knife run with its back side towards in front !
Has anyone had this problem ?
I'm not find in configurations anything that solve this issue!!
Help please!!

5
LazyCam (Beta) / Coolant control on Lazy Cam Gcode
« on: May 30, 2020, 01:59:07 PM »
Hi all!
I´m trying to generate my G-code with the M7,M8 and M9 on Lazy Cam to Mach3.
I have checked the box "Coolant" on 'POST OPTIONS' in the SETUP tab in Lazy Cam! But in the generated G-code the coolant ctrl M7,M8 and M9 don´t appears!
 Anyone can help-me?
 Thank´s in advance!!

Pages: 1