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

461
Config -> Ports&Pins -> Turn Options -> X-Mode may help?

462
General Mach Discussion / Re: Probing accuracy measurements
« on: March 13, 2021, 04:54:31 AM »
think a easy way would be to write machine coord's int a file (directly after probing code) like:

Code: [Select]

Open "C:\Mach3\probecoords.txt" For Append As #1 ' Open to write file.

'write machine coord's
Write #1,"X: " & GetOEMDro(83) & " Y: " & GetOEMDro(84) & " Z: " & GetOEMDro(85)

Close #1




463
General Mach Discussion / Re: circles not round
« on: March 13, 2021, 02:25:16 AM »
IMHO you should find the reason first, before putting weird numbers into backslash compendation.
it is not only on circles, your first Picture Shows, that the rectangle is also not closed at the lower
right Corner. it Looks like the same amount like at the circle.

464
General Mach Discussion / Re: How to Sett Tool #1 on Startup in Mach3
« on: March 11, 2021, 06:21:30 AM »
a:
Code: [Select]
  SetOEMDro(824,1)

should set everything.

can also set in Config -> General Config -> ToolDro persistent

465
if nothing help's put this code in a M31.M1s in c:\Mach3\macros\your Profile Name

Code: [Select]
Sub Main()
Code "G31 Z-150 F300.0"
While IsMoving()
WEnd
Sleep(200)
SetOEMDro(802, -3.4)
Sleep(200)
Code "G00 Z3.0000"
While IsMoving()
Wend
End Sub


and the the c-gode would be:
Code: [Select]
G00 Z10.0000
X11.6124 Y15.7764

M31

M30

just an other way for the sam thing

466
if you run this test and have a look to diagnostic page, what does G92 Offset Show?

467
General Mach Discussion / Re: need help offset 5-axis cnc
« on: March 09, 2021, 10:12:17 AM »
if you put a sensor for homing this will not affect during normal run.

468
for the basic test to check the status of the pins the “Plugin control->UC100 I/O monitor” screen can be
used.

there should pin 10 Change if you use X-Motor Input (pin2 on Motor connector)
if nothing happens, disconnect your Switch then:
1st test make a wirelink from GND to Pin2
2nd test make a wirelink from 24V to Pin2 (GND wirelink must be removed)

469
there are a couple of LED on the MX4660, what are they doing?

https://www.kocomotion.de/webshop/MX4660.pdf

chapter 7.1 Led light location

470
General Mach Discussion / Re: MPG x1 x10 x100
« on: March 08, 2021, 08:03:49 AM »
link is strarting a download of a list with all function's called:

Mach3 OEM FUNCTIONS
Buttons, Dros, Leds
V1.01

maybe check your download Folder.