Hello Guest it is May 01, 2025, 09:40:22 AM

Author Topic: Macro/Script rodillos de sujeccion fresadora  (Read 2407 times)

0 Members and 1 Guest are viewing this topic.

Re: Macro/Script rodillos de sujeccion fresadora
« Reply #10 on: April 13, 2025, 03:44:47 AM »
With GetOEMDro(801), can I use it for the two functions shown in the attached files?

I need to work with those two, MaxY and MinY.

Offline TPS

*
  •  2,574 2,574
Re: Macro/Script rodillos de sujeccion fresadora
« Reply #11 on: April 13, 2025, 03:46:44 AM »
i mean:

ActY = GetOEMDro(801)

it will not effect the Min and Max.
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: Macro/Script rodillos de sujeccion fresadora
« Reply #12 on: April 13, 2025, 03:53:01 AM »
I need to compare the current position of the machine with the minimum and maximum Y values ​​in the G code, to raise or lower the rollers when they are close to the maximum and minimum Y limits.

Offline TPS

*
  •  2,574 2,574
Re: Macro/Script rodillos de sujeccion fresadora
« Reply #13 on: April 13, 2025, 03:56:12 AM »
I need to compare the current position of the machine with the minimum and maximum Y values ​​in the G code, to raise or lower the rollers when they are close to the maximum and minimum Y limits.
that is what the code does? if you are using G54,G55 .. it should do it during you run your G-code program.
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: Macro/Script rodillos de sujeccion fresadora
« Reply #14 on: April 13, 2025, 04:04:43 AM »
I'll try ActY = GetOEMDro(801).

Thank you.

If we are using G55 and G56