Hello Guest it is March 19, 2024, 12:28:26 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.


Messages - TPS

721
MACH TOOL BOX / Re: 4th axis digitizing WIZARD
« on: November 26, 2020, 06:55:55 AM »
Config -> Ports&Pins -> Mill Options -> Digitizing -> 4 Axis Point Clouds

722
hello Eric,

as Tweakie sayed any usage of S word or also a custom macro call will interupt constant movement.

so the only way is to use an "unused" axis and read the axis Position via macropump or a brain and
write the analog out manualy.

here:https://en.cs-lab.eu/digital-and-analog-ios-configuration-its-easy/
is a Diagramm, witch Shows the adresses and ranges of the analog Outputs.

a code example for macropump would be:

Code: [Select]

'convert B-axis Position 0-100 to 0-10V on analog output1
SetModOutput(81,GetDro(4)*4.095)


but the update time will be about 10ms


723
General Mach Discussion / Re: Looking for good DIY controller kit supplier
« on: November 26, 2020, 02:38:30 AM »
ok tryed to find an answer for the question:

why are we not able to run X-axis on the A channel?

here is the answer: https://www.machsupport.com/forum/index.php?topic=202.0

sorry did not know about this.

that means you have to get the X-channel back working.
i would start with the Change of the DM7400N, maybe the burnt TP120 has also destroyed the Output
of the DM7400N.

724
hello eric,

can you describe, what you want to do, for the Moment i am not able to follow.

analog Output of CSlab can be controlled within macros (M call's) for example)

725
General Mach Discussion / Re: Mach 3 tolerance problem
« on: November 25, 2020, 01:35:35 PM »
CSLAB recomends to use  R3.043.022 with their Controllers.
PLS Try this Version (fresh copy).

ftp://ftp.machsupport.com/Mach3/

from CSLAB Homepage:

...., it’s enough to install older Mach3 release (03.043.022 to 03.043.044). I recommend 03.043.022 release. It’s the most reliable in our opinion. It’s here: ftp://www.machsupport.com/Mach3/Mach3Version3.043.022.exe
 Run the installer and re-instal it (it will replace the version you have).

726
General Mach Discussion / Re: Looking for good DIY controller kit supplier
« on: November 25, 2020, 01:22:08 PM »
sorry, was off a few days.
can you pls post the actual XML file, will have a look tomorrow.


727
General Mach Discussion / Re: PWM vs Analog output for spindle control?
« on: November 23, 2020, 05:23:36 AM »
are you sure your pullex Settings match to the real Speed of your spindle?

728
General Mach Discussion / Re: Looking for good DIY controller kit supplier
« on: November 23, 2020, 05:17:19 AM »
for a correct Motor Tuning we Need to know how the Motor are connected to the machine.
direct via ballscrew ? via teethbelt ?
the we Need to know what one Rotation of the Motor is the real distance of traffel?

than we can further on to get the correct Settings for Motor Tuning.

729
General Mach Discussion / Re: Looking for good DIY controller kit supplier
« on: November 22, 2020, 04:49:21 AM »
today i had a look to your Motor setting's, i think a couple of the setting's are not "real", but this is a Point later on the road.

730
General Mach Discussion / Re: Looking for good DIY controller kit supplier
« on: November 21, 2020, 11:29:16 AM »
anyway, had a look to your Profile file. nothing Special in there, so swapping X and A should  be running like suggested.