Hello Guest it is April 24, 2024, 05:06:33 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 - TPS

711
hello Eric,

here: https://www.machsupport.com/forum/index.php?topic=9312.0

is a oemdro list.

correct code would be:
Code: [Select]
SetModOutput(81,GetOemDro(804)*4.095)

UserDro's are for free usage.

what do you mean with the full scale of the B-axis range?
 

712
Hello Eric,

will have a look this afternoon at my machine.
i have used a analog Output there.
let you know.

Regards Tom

713
can you pls post one of your files, and describe where (line) it stops?

714
you can write a custom macro for this for example M400.M1s

and in Gcode it is yust called be using M400

715
General Mach Discussion / Re: Macro pauses my program
« on: December 01, 2020, 02:03:28 AM »
you can use macropump macro to do this.

716
GetDro(5) is the right value for B-axis.
have you enabled macropump macro in General cofig?

717
if you want to run W10 you have to look for a external Motion Controller, i simple BOB for PP will not work.

718
General Mach Discussion / Re: Macro pauses my program
« on: November 30, 2020, 02:17:20 AM »
simple answer: no

every macro call will Interrupt continious movement. so only Chance is to to call the teh macro
when your bit it not cutting material.

719
General Mach Discussion / Re: Looking for good DIY controller kit supplier
« on: November 28, 2020, 07:45:25 AM »
-in your Special case (MaxNC controler board) the PIC is reading and handling the encorder, and only the PIC,
Mach3 knows nothing about this Encoder.

-in a good tuned stepper System it is normaly not necessary to use encoder's

-anyhow there there are stepper Motor drivers on the market witch can handle Encoders. then they are
closed Loop. Leadshine is only one example:
http://www.leadshine.com/ProductSubType.aspx?type=products&category=closed-loop-steppers&producttype=closed-loop-stepper-drives&subtype=general-closed-loop-stepper-drives

but also here, only the stepper drives reads/handles the Encoder, not Mach3

720
if you put the code in a custom macro like M100, it Needs to be called in G-Code every time you want to Change
the analog Output, and Motion will stop on every macro call.

that is why i was talking about macropump macro, this is a macro witch is running in Background, and it will
read the B-Axis Position every 10ms and write the analog Output, and because it is running in Background,
it will not pause Motion.