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

1201
General Mach Discussion / Re: Newbie with a few questions
« on: June 27, 2019, 02:35:36 PM »
I also purchased the system set-up to use Mach3 USB Controller


USB Controller makes me a Little "nervious",
the rest Looks ok.

1202
General Mach Discussion / Re: Linear cutting guidance
« on: June 27, 2019, 02:30:34 PM »
ok i think we are talking about soemthing like this:

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

maybe i was not able t catch the entire Problem depending on my bad Bavarian english.

just to make sure we are talking about the same Thing.

1203
Mach3 and G-Rex / Re: shape doesnt come out exactly as designed
« on: June 26, 2019, 05:20:28 AM »
Looks like backslash in X/Y axis

1204
sorry my fault, not tested

Code: [Select]
Open "C:\Mach3\Lasterrors.txt" For Input As #2 ' Open to read file.
Do While Not EOF(2)
Line Input #2, FileData ' Read a line of data.
LineN_1 = LineN
LineN = FileData
Loop
Close #2
SetUserLabel(151,LineN_1)
SetUserLabel(150,LineN) 

1205
this should work without filckering

Code: [Select]
Open "C:\Mach3\Lasterrors.txt" For Input As #2 ' Open to read file.
Do While Not EOF(2)
Line Input #2, FileData ' Read a line of data.
LineN_1 = GetUserlabel(150)
LineN = FileData
Loop
Close #2
SetUserLabel(151,LineN_1)
SetUserLabel(150,LineN)   




1206
don't know a possibility to Show more than one line in Standard errorlabel.

but you can run a small code in macropump and Show Messages N and N-1 in two userlabels

Code: [Select]
Open "C:\Mach3\Lasterrors.txt" For Input As #2 ' Open to read file.
Do While Not EOF(2)
Line Input #2, FileData ' Read a line of data.
SetUserLabel(151,GetUserlabel(150)) ' save message N-1 to userlabel151
SetUserLabel(150,FileData)                ' save message N   to userlabel150
Loop
Close #2

1207
General Mach Discussion / Re: Mach3/MX4660 Zero-Plate Issues
« on: June 15, 2019, 11:07:53 AM »
so you have made

a link from +12V out to OPTO2
and connected your touch plate to Input4 ?

1208
General Mach Discussion / Re: Mach3/MX4660 Zero-Plate Issues
« on: June 15, 2019, 10:53:03 AM »
you are absolutly right, thank you for correction.

1209
i use a 80€ XHC USB MPG on my Weyrauch, and does exacly the selected step's.

1210
General Mach Discussion / Re: Mach3/MX4660 Zero-Plate Issues
« on: June 15, 2019, 02:57:36 AM »
if you have a look to the Manual, you will see that I1-I4 are internal hardwire by an or gatter to the estop Input.

so you have to use one of the other Inputs.