Hello Guest it is May 04, 2024, 08:39:41 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

421
Mach3 under Vista / Re: Setting up mach 3 on good used cpu win7
« on: April 06, 2021, 01:22:40 AM »
wonder witch Version you installed

this: https://www.machsupport.com/wp-content/uploads/2013/04/Mach3Version3.043.exe

should run if you install it as admin

422
Mach3 under Vista / Re: Setting up mach 3 on good used cpu win7
« on: April 05, 2021, 11:48:06 AM »
cpu voltage does not matter. it is only the voltage from parallel port from interest.

here:

https://www.youtube.com/watch?v=uglCm_qsojk

is a good tutorial what we mean.

423
try to use machscreen.

https://kd-dietz.com/download/MachScreenV1.72a.exe

never had a Problem like this

425
what screeneditor did you use to make the changes?
and the modified file set is still ...lset ?

426
General Mach Discussion / Re: Mach3 wont reference all home
« on: April 04, 2021, 03:46:45 AM »
have you worked through Homing algorithm configuration like described in Manual?

427
is this what you are looking for to invert sign:

Code: [Select]
Xdro = GetOEMDRO (800)  'Get X DRO current working offset
Ydro = GetOEMDRO (801)  'Get Y DRO current working offset
Zdro = GetOEMDRO (802)  'Get Z DRO current working offset
SetUserDRO (1100, Xdro * -1.0)
SetUserDRO (1101, Ydro * -1.0)
SetUserDRO (1102, Zdro * -1.0)

428
General Mach Discussion / Re: Mach 3 rapid clearance question
« on: April 03, 2021, 11:37:04 AM »
maybe THC is enabled?

429
General Mach Discussion / Re: Violentlt fast "to home movement".
« on: April 03, 2021, 11:27:58 AM »
i would suspect metric and imperial Units mixed up.

430
in the work Offset table are no  G52 values, only G54 ...

G52 values are only avaliable in Vars (5211 ...)

so what is the problem to have these offset's stored in UserDro's like you did?
and why are you trying to store G52 offset's in work offset table?
for the moment i can't catch the entire Problem.