Hello Guest it is April 25, 2024, 03:17:53 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

2061
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 14, 2018, 01:54:09 PM »
what are your Settings in

Config -> Ports&Pins - Mill Options -> THC Options ?

2062
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 14, 2018, 12:29:29 PM »
and what are the THC up and down LED show in diagnostic screen ?

2063
General Mach Discussion / Re: MACH3PLASMA LIMIT SWITCHES FOR G540/PROMA
« on: February 14, 2018, 09:28:04 AM »
ok just to confirm wiring:

power supply V+ -> G540 terminal 11
power supply GND -> G540 terminal 12
power supply GND -> Proma terminal COM
Proma terminal UP -> G540 terminal 1
Proma terminal DWN -> G540 terminal 2
Proma terminal ARC -> G540 terminal 3

Mach3 Config -> Ports & Pins -> Inputs
THC ON       - Enabled checked - Port 1 Pin 12
THC UP       - Enabled checked - Port 1 Pin 10
THC DOWN - Enabled checked - Port 1 Pin 11

Mach3 1024 Screen set -> diagostics -right hand side about middle

there are three LED's Torch ON , Torch UP , Torch Down

put just for test a wire from

power supply GND -> G540 terminal 1

now Torch Up LED should be on.


 




2064
Mach3 jog Speed is based on max Speed of Motor Tuning, not on any F command,

if you want to increase your jog Speed

hit tab key in 1024 Screen set

then hit + and - button in slow jog rate aeria.

example here:

http://www.jcopro.net/2012/03/07/change-your-cnc-router-jog-speed-with-mach3/

2065
General Mach Discussion / Re: setup for limit switches mach 3 USB board
« on: February 12, 2018, 11:43:44 AM »
can ou post the manufacturer an typ of your bob?
maye a small sketch from what you connected.

Thomas

2066
General Mach Discussion / Re: I Need a macro written will pay.
« on: February 12, 2018, 06:22:00 AM »
ok, we have the following things in the laser Parameters aeria:
laser raw value-> witch is the value comming from the analog Input (DRO 1000 regardin to the UC300 Manual)

multiplicator -> is the multiplicator to get mm from the raw value

actvalue -> is laser raw value * multiplicator

setpoint (the left one) -> is a known height whre you can "calibrate" the laser to your bed by putting the
laser to this known height an press the "set" button

act value with Offset -> is the result of all

setpoint (the right one) -> is just 1000.0 - setpoint (the left one) 


the main calculation is (see code for macropump):

        actmm = laser raw value * multiplicator
   act value with Offset = 1000.0 - actmm - Offset

i had to use this 1000.0 minus something, because the raw value will be bigger on a deep Point of your
bed then on a high Point.

so i had to reverse the measurement.

hope i could explain the idea in my bad englisch.

btw, after the laser is giving an voltage to the analog Input, the value in Parameter -> laser raw value should Change.

Thomas

 

2067
General Mach Discussion / Re: I Need a macro written will pay.
« on: February 12, 2018, 05:03:09 AM »
Got it --I think!
I have made the macropump.m1s in vb editor, there is just your code in that file, or should there be other code?

Tony

no no other code is needed.
you have to make sure,that macrupump is enabled in config -> General config.
if not enable it and restart mach.
Thomas

2068
Mach4 General Discussion / Re: ESS not communicating to Mach 4
« on: February 12, 2018, 02:48:11 AM »
i would start with a simple ping

2069
General Mach Discussion / Re: Bridgeport Knee Mill Conversion?
« on: February 11, 2018, 06:16:55 AM »
here:

https://www.machsupport.com/forum/index.php/topic,29032.0.html

is a thread about the same Situation.

2070
what is your Setup in:

Config -> General Config -> Tool Change ?

did you look in M6Start and in M6End macro file for any code ?