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

2071
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 09, 2018, 03:00:26 AM »
i think you are talking about PROMA THC.

on the PROMA Homepage:

http://proma-elektronika.com/index.php/en/products/thc-torch-height-control/compact-thc-150

are wiring digramms and Videos avalaiable as well.

i would start with tis stuff.

2072
G-Code, CAD, and CAM discussions / Re: Mach3 Error when running G-code
« on: February 09, 2018, 02:48:55 AM »
just in case,
i attached the Manual.

chapter 5.5 and next is your friend.

2073
G-Code, CAD, and CAM discussions / Re: Mach3 Error when running G-code
« on: February 08, 2018, 01:24:34 AM »
Position your machine at X0
Then MDI G50 G1 X6 F30
Measure how far the axis moved.
The G50 will cancel any scaling that may be in effect.

done ?
result ?

2074
After I pushed. My cnc out of form I disconnected the motors and put Some tape on the shafts. I wish I did that earlyer.:(
3.6 volts. You where both right!
The port I bought has A universal slot, for 3.3 and 5 volts. The slot in the computer is A long one so I expected it to be 5 volts. Nope!
By running A G-code  the voltage was 4.6 volts so when I jog the motors get powered bij the parallelport and running A G-code by the USB 5 volt connection.

Do I need A other motherboard? Or is there A way to fix this and get 5 volt on the port. The powersupply of the computer is 12 and 5 volts so somewere on the motherboard iTS being redused to 3.5.

Sorry i am Overwhelmed with my bad Bavarian English.

@Tweakie, i hope You can "jumpt in"

Thank You

2075
General Mach Discussion / Re: G49 on Mach3 Mill
« on: February 07, 2018, 09:49:31 AM »
glad to hear, that it's working now.

i never understood all this ddl and ocx confusion in window's,
but i know that is based on my unavalible knowledge about
this stuff.

2076
General Mach Discussion / Re: G49 on Mach3 Mill
« on: February 07, 2018, 07:22:52 AM »
have to leave my Office now, come back to you later.

btw, is any error message shown, if your run the code in vbscriper window?

2077
General Mach Discussion / Re: G49 on Mach3 Mill
« on: February 07, 2018, 06:05:56 AM »
have you tryed to run this code (sent this on page 4 of this thread):

Code: [Select]
'Make the MSComDlg.CommonDialog class available for use. Required for filedialog function.
function registerComDlg
    Set objRegistry = GetObject("winmgmts:\\.\root\default:StdRegProv")
    objRegistry.CreateKey &H80000001, "Software\CLASSES\Licenses\4D553650-6ABE-11cf-8ADB-00AA00C00905"
    objRegistry.SetStringValue &H80000001, "Software\CLASSES\Licenses\4D553650-6ABE-11cf-8ADB-00AA00C00905", "", "gfjmrfkfifkmkfffrlmmgmhmnlulkmfmqkqj"
end function

once in vbscripter window to Register MSComDlg ?

2078
G-Code, CAD, and CAM discussions / Re: Mach3 Error when running G-code
« on: February 06, 2018, 02:51:21 PM »
just have a look into your GCode file, for example the big circle:

N239020G2X0.3354Y-6.0715I-6.0636J0.4566F100.0
N239030G1Z-0.6450
N239040G1X0.1678Y-6.0785
N239050G1X0.0000Y-6.0808
N239060G1X-0.2938Y-6.0737
N239070G1X-0.5870Y-6.0524
N239080G1Z-0.7700F30.0
N239090G2X-6.0636Y-0.4566I0.5870J6.0524F100.0
N239100G1Z-0.6450
N239110G1X-6.0765Y-0.2284
N239120G1X-6.0808Y0.0000
N239130G1X-6.0764Y0.2313
N239140G1X-6.0632Y0.4623
N239150G1Z-0.7700F30.0
N239160G2X-0.6194Y6.0492I6.0632J-0.4623F100.0
N239170G1Z-0.6450
N239180G1X-0.4134Y6.0667
N239190G1X-0.2068Y6.0773
N239200G1X0.0000Y6.0808
N239210G1X0.2950Y6.0736
N239220G1Z-0.7700F30.0
N239230G2X6.0634Y0.4594I-0.2950J-6.0736F100.0

the ist nothing bigger than 6.something Inch

also if you have a look in Standard Screen set (1024 -> tool path)  for the
Programm Limits, they are +/- 6.08",

so why should  the result be bigger than this ?





2079
a first easy step would be,
to check the voltage with a Voltmeter
at the dir pin.
 

2080
General Mach Discussion / Re: G49 on Mach3 Mill
« on: February 06, 2018, 05:53:09 AM »
---
If it can take this many cycles to get a FileLoad screen right
---

i'm realy sorry, i needed so much tryes to get it working perfect.

Thomas