Hello Guest it is March 19, 2024, 04:41:15 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

891
General Mach Discussion / Re: Motors Not Turning But Are On
« on: July 13, 2020, 03:07:19 AM »
the 5v supply Need to go to the power terminals.

the enable Needs to be bridged with a wire like on the Picture or has to be supplied by macropump.

all this is explained inthe Manual:

http://cnc4pc.com/Tech_Docs/C11G-R9_USER_MANUAL.pdf

892
General Mach Discussion / Re: Motors Not Turning But Are On
« on: July 13, 2020, 02:41:37 AM »
have you set the enable on the c11g?

893
here:

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

is a Video about the Connections, well it is a arduino, but the Prinzipals are the same.

894
General Mach Discussion / Re: Motors Not Turning But Are On
« on: July 13, 2020, 02:20:04 AM »
are the axis dro's changing if you use the jog keys?


896
General Mach Discussion / Re: Locking a Mach3 setup
« on: June 28, 2020, 02:04:59 PM »
if you Google for sysinternals filemon, it might be a help to find who is changing the file.

897
you can do this with a few lines in macropump macro. make sure it is enabled in General config, and you remove Output3
in spindle tab.

Code: [Select]
'turn output ON
If GetDro(2) < -0.01 Then
ActivateSignal(OUTPUT3)
End If

'turn output OFF
If GetDro(2) >= 0.0 Then
DeactivateSignal(OUTPUT3)
End If

898
General Mach Discussion / Re: Locking a Mach3 setup
« on: June 27, 2020, 03:06:11 AM »
sorry no real idea,

i run 022 on all my machines, and never had any issue

899
General Mach Discussion / Re: Locking a Mach3 setup
« on: June 26, 2020, 03:21:36 PM »
hello Dave,
witch Version?

900
German / Re: gerader Moment in Kreisfahrt auf Eigenbau CNC - Anlage
« on: June 21, 2020, 03:36:21 AM »
ich meine velocity und acceleration in den Motor Tuning Seiten der Achsen.
velocity für x und y/a gleich stellen
acceleration für x und y/a gleich stellen

ist der Zahnriemen der Y/A Achse 1:1 übersetzt?