¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Speed control RC servo control of DC spindle

 

Nattyone960 thank you for bring this up. Can you or someone else
explain to me the difference between an inrunner and an outrunner?
Which would be best for a spindle?

Mike

--- In mach1mach2cnc@..., "nattyone960" <nattyone960@...>
wrote:


I am not a expert but outrunners need escs.
The brused motor can use the traditonal Speed Controllers.


--- In mach1mach2cnc@..., "Ron" <veeguy@> wrote:

Hello, I'm a brand new member here, so forgive me if I've missed
the
point of this discussion completely! (It wouldn't be the first
time...!)

It wouldn't be as elegant a solution, but why not just use one of
the
cheap old Tamiya or Associated mechanical speed controls turned
by a
small servo or stepper motor, instead of trying to integrate an
electronic speed control into the mix? You would surely get more
than
9 steps , you would get however many "native" steps the axis
would
supply divided by the 80 or 90 degree "sweep" of the speed
control.

-Ron


Re: Mach 3 spindle

zcases
 

I verified both of your suggestions Art (step/dir selected, and laser
mode not selected). Still no spindle, but everything else is fine so
far. I keep checking back in M2 and all is well there. Would a
screenshot of some config screens help? What about a re-load of M3 -
does that make any sense?

Thanks again.......
Scott

--- In mach1mach2cnc@..., art <fenerty@...> wrote:

Scott:

In the spindle setup make sure you dont have Laser Mode checked,
and make
sure Step/dir motor is checked..


Re: User Button activation from an input

 


Two possible routes:

(a1) Set the input to be an OEM trigger with code 301

(a2) Use the SetTriggerMacro in your initialisation to link all
buttons with 301 into a given macro (say M991.m1s)

(a3) In this macro put the code you want your button to execute.

or

(b1) Inspect the input with a IsActive(ss) call in a Macropump and
if
so do your own code.

(a) is messy because of all the steps setting it up and the fact
that
the macro needs to find which input caused it to run (if you have
several. (b) is messy because you usually have to notice changes
of
the input as you will not want to run the code everytime the
Macropump runs - only when the button goes down (or sometimes up)

Have a look at section 4.2 of



for the OEM trigger technique and



for the Macropump. Bot relate to inputs via ModIO but there is
nothing special other than defining the input port as 0 rather
than 1
or 2.

Let me know if you need more detailed pointers

John Prentice
John: Thanks. I read and posted to Art's response and then read
yours. I'll have a look at both your approaches. I just assumed
there would be a easy way to run custom buttons you can
write....silly me!!


Re: User Button activation from an input

 

--- In mach1mach2cnc@..., art <fenerty@...> wrote:

Hi Tom:

Sorry, I meant to respond to this earlier. You need the
SetMacroTrigger()
script call. Calling a user script is a bit of a kludge. You call
SetTriggerMacro( MacroNumber) , the macronumber is the file number
like
m666.m1s woudl be SetTriggerMacro( 666 );

Then you use OEMTrigger on function #301 to actiavate that file.
The
SetMacroTrigger must be called before the OEMTrigger on function
301 will
work.

(Im thinking of a new way to do that which is easier, but its a
bit of a
bitch to get user buttons, they dont exist till the program is
fully
iniitialised..)

Thanks,
Art
www.artofcnc.ca

Can I assume that the above process is limited to one custom button?
I don't know if it would work but having a stored parameter for a
button such as ID # that could be assigned in the item details so a
direct call would activate the button would be nice from the outside
world. If user buttons are dynamic objects then it could be a
challenge on your part. There is always the nightmare of assigning
the same number to multiple buttons (like duplicate IP addresses)
and REALLY confuse things (:-)

Would it be easier to just call a specific Macro directly from the
input? If so what would the syntax look like for a call from a port
pin activation to a macro?


Re: Driver problem new computer

art
 

Eric:

The on-board video could be the issue. Do you have a cheap plugin card that can be tested? If so, make sure you turn off the old on in the bios..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "elaurijsen" <elaurijsen@...>
To: <mach1mach2cnc@...>
Sent: Friday, June 02, 2006 8:25 PM
Subject: [mach1mach2cnc] Re: Driver problem new computer


Just forgot to say that i installed the newest version of Mach3 and
Mach2...
An i have a onboard videocard... could that be a problem?

Eric


--- In mach1mach2cnc@..., "elaurijsen" <elaurijsen@...> wrote:

Hi all,

I just bought a new computer for Mach3: Pentium 4 3.0 GHz HT with 512
Mb ram. I have installed Windows XP (as a standard pc, so disabled ACPI)
The LPT-port is running on 378 (=standard value)
When i run the drivertest, i get only a APIC timing constant of 50
and no pulses at all! Also i tried installing Mach2 but got the same
results...
In Device manager the pulse engines for Mach3 and Mach2 are running
correct according to Windows...

I tried disabling Hyperthreading with no result.
I tried setting the LPT-port to output only with no result.

Does someone knows what can be wrong. On my older pc everthing did run
very well (only too slow)... but it was only a Pentium 3 733 MHz...

Does anybody know what to do now?
The computer is a brandnew modern pc so that should be no problem i
think?

Thanks for your help,

Eric







www.machsupport.com - Web site Access
Yahoo! Groups Links






Re: Just upgrade mach, no job screen dispay coming up.

art
 

Peter:

Yes, probably worth a try.. I cant think why it wont display on yours..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "Peter Megan Isabella" <apalais@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 7:15 PM
Subject: Re: [mach1mach2cnc] Re: Just upgrade mach, no job screen dispay coming up.


Art,

I have tried the 1024.set and it comes out fine. You also said to check
that the toolpath display box was checked, I have done that and it still
makes no difference.

Should I download the screen .set from bob campbell and try it again? Maybe
I should try one of caudlets screens?

Peter
Australia




www.machsupport.com - Web site Access
Yahoo! Groups Links





Re: Mach 3 spindle

art
 

Scott:

In the spindle setup make sure you dont have Laser Mode checked, and make sure Step/dir motor is checked..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "zcases" <zcases@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 5:14 PM
Subject: [mach1mach2cnc] Mach 3 spindle


I am converting to M3, and trying to control a spindle with
step/direction and a VFD. I have the pins set to the same pins as M2
and active low, duplicating my functional M2 setup, but I get no
spindle rotation. Is there another option or setting in M3 I may be
missing?

What are


Re: Turn Zero part button

art
 

Steve:

Putting it in the X DRO will set the G54 offset, normal zeroing. Puttin it in Part zero, will store it so the PartZero button can modify the tool length..


Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:

----- Original Message -----
From: "Steve Vagg" <steve_vagg@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 5:44 PM
Subject: Re: [mach1mach2cnc] Turn Zero part button


Yup done that Art.

But tell me whats the difference between putting the number in the Part zero
offset dro and putting it staight in the X axis dro? (when on part co-ords)


----- Original Message -----
From: "art" <fenerty@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 9:40 PM
Subject: Re: [mach1mach2cnc] Turn Zero part button


Steve:

Did you name the modded screen .lset? Im wondering if your in Turn mode,
the .lset is what switches it to Turn..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "Steve Vagg" <steve_vagg@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 4:17 PM
Subject: [mach1mach2cnc] Turn Zero part button


The zero part offset button works on the Lathe screen that comes with
Mach, but on my modded screen I can't get the damn thing to work, I only
copied the buttons from the original to my screen :-( All it does is
zero the DRO's...

all input appreciated
Steve





www.machsupport.com - Web site Access
Yahoo! Groups Links







www.machsupport.com - Web site Access
Yahoo! Groups Links









www.machsupport.com - Web site Access
Yahoo! Groups Links


Re: Slow computer

Lester Caine
 

Rich Crook wrote:

I've also got a Taig machine, and have a similar effect from the PC I built to run it...
The steppers "stutter" slightly, causing them to stall very easily.
I have a distinct jump in the timing on the driver test wave form - *something* is interrupting the pulse train.
That is the one :(
Kurt's new closed loop system does not like it one bit, skips things and then runs on.
Since I'm about to start supporting them in Europe I need to get to the bottom of things, and I've got a few options on machines here I can try.
I am being silly, since I don't need the hardware to run the test program ;) So I'll set up here and have a play with the software. I'm still trying to clear space in the workshop to get the demo machine in but I should be clear later today.
Once I've got things in my own environment I should be able to work out where the problem is :)

--
Lester Caine - G8HFL
-----------------------------
L.S.Caine Electronic Services -
Model Engineers Digital Workshop -
Treasurer - Firebird Foundation Inc. -


Re: Speed control RC servo control of DC spindle

nattyone960
 

I am not a expert but outrunners need escs.
The brused motor can use the traditonal Speed Controllers.


--- In mach1mach2cnc@..., "Ron" <veeguy@...> wrote:

Hello, I'm a brand new member here, so forgive me if I've missed the
point of this discussion completely! (It wouldn't be the first
time...!)

It wouldn't be as elegant a solution, but why not just use one of the
cheap old Tamiya or Associated mechanical speed controls turned by a
small servo or stepper motor, instead of trying to integrate an
electronic speed control into the mix? You would surely get more
than
9 steps , you would get however many "native" steps the axis would
supply divided by the 80 or 90 degree "sweep" of the speed control.

-Ron


Speed control RC servo control of DC spindle

Ron
 

Hello, I'm a brand new member here, so forgive me if I've missed the
point of this discussion completely! (It wouldn't be the first
time...!)

It wouldn't be as elegant a solution, but why not just use one of the
cheap old Tamiya or Associated mechanical speed controls turned by a
small servo or stepper motor, instead of trying to integrate an
electronic speed control into the mix? You would surely get more than
9 steps , you would get however many "native" steps the axis would
supply divided by the 80 or 90 degree "sweep" of the speed control.

-Ron


Re: Slow computer

 

Spent some time yesterday playing with a TaigCNC machine and comparing
Mach3 with the DOS package that normally drives it. The original control
program is running on an old machine that would probably not even load
W2k so I had taken along an ITX box with W2k already installed. Only
problem is that it is an 800MHz C3 processor, but since this is intended
to be an embedded computer to go with the machine nothing else was
installed on it.

Operation from the DOS program is smooth and clean, but running the same
tests in Mach3 give a number of problems. Even slowing things down,
running just 25kHz and slower feed rates we have a decided 'pattern' to
the noise from the stepper, like something is sticking every couple of
seconds, while the DOS has none even at a faster rate.
I've also got a Taig machine, and have a similar effect from the PC I built to run it...
The steppers "stutter" slightly, causing them to stall very easily.
I have a distinct jump in the timing on the driver test wave form - *something* is interrupting the pulse train.
In my case also, there is nothing else running - I don't have a floppy drive, so I can't run the DOS controller as a test.
(The motors run nice and smooth with the DOS program on an old 333 MHz PC, however.)
I suspect a motherboard chip set incompatibility somewhere... It's got me (and Art) baffled.
I tried it with & without a 5v output breakout board, with & without HT enabled, with & without the network adapter enabled, with & without the integrated video adapter ... nothing made any difference, for better or worse.

I posted a message here on 5/22 with all the technical details, if you're interested in them. (Subject: Stuttering motors)

I've ended up ordering a Dell Dimension 1100 to run the mill (~$300 w/o monitor) & will use the custom built machine for Cad & other power-hungry app's.
Running the driver test on another new Dell 1100 (fully loaded - virus scanner, firewall, network adapter on "auto", integrated video, the works) gave a flat test wave form, so that should certainly workwith a stripped down setup.

= Rich =


Re: powermax 1000 machine interface connector

 

Gents

I bought a connector for the Powermax 1000 machine interface and have it installed. Just thought I'd
pass on the part numbers that I used. Per my previous posting, I was not sure I had the proper part number for
the plasma interface but now have them installed to the THC SENSOR card inside my Powermax.

The mating (male pinned connector) seems to be an:

Amp/Tyco 14 pin part 26044-1 or (DigiKey Part A1358-ND)
Male pins( 5ea.) I used were: Amp/Tyco 66099-4 or (DigiKey Part A1340-ND) and will take 16-18awg wire
The matching Size 17 cable clamp for the exiting wires is Amp/Tyco 206070-1 or (DigiKey Part A1332-ND)


Should you need the existing connector:
The square flanged Connector on the back of the Supply is Amp/Tyco 206043-1 or (Digi-Key Part A1362-ND)
The female pins for this connector I have are Amp/Tyco 66101-4 or (Digi-Key Part A16080-ND)

These pins are 30u Gold over 50u Nickel crimp style pins and sockets.

I've uploaded 2 photos showing the connector I've added and The Connection to the THC sensor board that's mounted
nearby inside the Supply. I hope they made it to the proper location.


Brian

----- Original Message -----
From: JCullins
To: mach1mach2cnc@...
Cc: Bob Campbell ; tom@...
Sent: Friday, April 07, 2006 8:42 AM
Subject: Re: [mach1mach2cnc] Re: powermax 1000 machine interface connector


Good idea Paul, Bob, Tom and I will pass that idea along to other customers.
Jim
----- Original Message -----
From: paul_hvidston
To: mach1mach2cnc@...
Sent: Thursday, April 06, 2006 9:39 PM
Subject: [mach1mach2cnc] Re: powermax 1000 machine interface connector


Brian,

That's the part number I landed on, but never bought one. I ended up
going a different route. I mounted my THC300 sensor board inside there
via its DB-9 connector on a plate machined to fit the original
connector hole (completely reversible should it require service).

BTW, To run a hand torch, all you need to do is add a jumper to the to
the torch connector (cable-side) between pins 9 and 11 (need to add
another connector pin). Maybe I'll purchase the machine torch someday...

Regards,
Paul H.

--- In mach1mach2cnc@..., "Brian" <lhm332@...> wrote:
>
> Hi,
> I have the Powermax1000-G3. Does anyone know what the circular
> connector part number is for the machine interface? I'm looking for
> just the plug end to bring out the THC start signal and torch switch
> connections.
>
> So far I've found an AMP/TYCO 14 pin part# 206044-1 but I'm not sure
> the keying of the shell is proper.
>
> Anyone know the proper part number?
>
> Thanks,
> Brian
>






www.machsupport.com - Web site Access



SPONSORED LINKS Craft hobby Hobby and craft supply Cnc controller
Mach2 Machine controller


------------------------------------------------------------------------------
YAHOO! GROUPS LINKS

a.. Visit your group "mach1mach2cnc" on the web.

b.. To unsubscribe from this group, send an email to:
mach1mach2cnc-unsubscribe@...

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------


This message has been processed by Firetrust Benign.





www.machsupport.com - Web site Access



------------------------------------------------------------------------------
YAHOO! GROUPS LINKS

a.. Visit your group "mach1mach2cnc" on the web.

b.. To unsubscribe from this group, send an email to:
mach1mach2cnc-unsubscribe@...

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


------------------------------------------------------------------------------


Re: Just upgrade mach, no job screen dispay coming up.

 

--- In mach1mach2cnc@..., "Peter Megan Isabella"
<apalais@...> wrote:

Art,

I have tried the 1024.set and it comes out fine. You also said to
check
that the toolpath display box was checked, I have done that and it
still
makes no difference.

Should I download the screen .set from bob campbell and try it
again? Maybe
I should try one of caudlets screens?

Peter
Australia
MP1000-THC Screen Sets will not work with THC300. There are whole
sections for the THC interface that will be inoperable.


Re: RC servo signal - R/C brushless / brushed spindle motor speed controller

 

Hi Hugh,

Thanks for your reply. You have answered al my questions.

Many years ago when I was playing around with RC cars, the Speed controller I used was an OS 19 motor. Messier than an EMC but a lot of fun mechanically. :-) It was what got me into machining in the first place.

I built the 1/8 scale car from scratch. I used a PCB for the chassis to provide the suspension.

Ah, the memories.

Cheers,

Peter.

Hugh Prescott wrote:

> Do the RC motor controllers use 1mS as off and 2ms full throttle, or
> 1.5mS is
> off, 2mS is full throttle, and 1mS is full reverse.
The transmitters can be set either way to match up with the speed controller. I have never seen a standard published so you should probabbly design for either.
Some do not have reverse and use the full span for forward, most are adjustable by using the ESC programing function built into most of the new ones.

> As I understand, a connection to the servo , or motor controller is
by a 3
> wire connector, Gnd, +5V and the control signal. For the motor
> controllers,
> how much current does the +5V connector draw? For a standard servo,
the +5V
> supplies the servo power. For a motor controller, my guess is that it
> supplies
> only a reference or just small amount for the logic circuitry.
Every speed controller I have tested or serviced has SUPPLIED 5 - 6 volts on the +5 wire to run the receiver and other servos. This feature is called a BEC (Battery Elimnator Circut). Amp capacity ranges up to 1 amp on some of the new ESCs.
You do not need to (you may damage the ESC or BEC circut if you do) provide 5 volts to the ESC on the control cable just ground and the standard control signal.
On our bench testers (my design, not commercially available) at work (we own a large hobby shop that does lots of repair work) I installed a separate lead for testing ESC's that does not provide 5 volts but instead applies a variable load and displays the BEC output voltage.
Servo output pulse is a standard 5 volt pulse of 1 - 2 MS occuring every 16 MS.
Hugh
www.machsupport.com - Web site Access Yahoo! Groups Links
--
------------------------------------------------------------------
Web: www.homanndesigns.com
email: homann@...
Phone: +61 421 601 665
www.homanndesigns.com/ModIO.html - Modbus Interface Unit
www.homanndesigns.com/DigiSpeedDeal.html - DC Spindle control
www.homanndesigns.com/TurboTaig.html - Taig Mill Upgrade board


Re: RC servo signal - R/C brushless / brushed spindle motor speed controller

nattyone960
 

You are right about the BEC and the ability to setup the controllers
in any fashion.


--- In mach1mach2cnc@..., Hugh Prescott <hugh345@...>
wrote:


> Do the RC motor controllers use 1mS as off and 2ms full
throttle, or
> 1.5mS is
> off, 2mS is full throttle, and 1mS is full reverse.

The transmitters can be set either way to match up with the speed
controller. I have never seen a standard published so you should
probabbly design for either.

Some do not have reverse and use the full span for forward, most
are
adjustable by using the ESC programing function built into most of
the
new ones.

> As I understand, a connection to the servo , or motor controller
is
by a 3
> wire connector, Gnd, +5V and the control signal. For the motor
> controllers,
> how much current does the +5V connector draw? For a standard
servo,
the +5V
> supplies the servo power. For a motor controller, my guess is
that it
> supplies
> only a reference or just small amount for the logic circuitry.

Every speed controller I have tested or serviced has SUPPLIED 5 - 6
volts on the +5 wire to run the receiver and other servos. This
feature
is called a BEC (Battery Elimnator Circut). Amp capacity ranges up
to 1
amp on some of the new ESCs.

You do not need to (you may damage the ESC or BEC circut if you do)
provide 5 volts to the ESC on the control cable just ground and the
standard control signal.

On our bench testers (my design, not commercially available) at
work (we
own a large hobby shop that does lots of repair work) I installed a
separate lead for testing ESC's that does not provide 5 volts but
instead applies a variable load and displays the BEC output voltage.

Servo output pulse is a standard 5 volt pulse of 1 - 2 MS occuring
every
16 MS.

Hugh


Re: RC servo signal - R/C brushless / brushed spindle motor speed controller

Manu CNC
 

Art,

The generated pulses ARE good! :-))) My mistake when testing it on a
RC-servo was that I attached it to a separate 4.8V battery! When I use the 5
V from the PC it works!! For now I only have 9 steps to move the servo in
its full range. I will try to get a better resolution tomorrow. Its too late
now, but I can dream now!

Any suggestions from the others are wellcome,

Thanks to all,

Manu (@manu, manutoys, vantiv)

-----Original Message-----
From: mach1mach2cnc@...
[mailto:mach1mach2cnc@...]On Behalf Of Manu CNC
Sent: Saturday, June 03, 2006 8:58 PM
To: mach1mach2cnc@...
Subject: RE: [mach1mach2cnc] RC servo signal - R/C brushless / brushed
spindle motor speed controller


Ok Art, I will further investigate. I will keep you informed.

Thanks a lot for answering my questions,

Manu (@manu, manutoys, vantiv)


-----Original Message-----
From: mach1mach2cnc@...
[mailto:mach1mach2cnc@...]On Behalf Of art
Sent: Saturday, June 03, 2006 4:01 PM
To: mach1mach2cnc@...
Subject: Re: [mach1mach2cnc] RC servo signal - R/C brushless / brushed
spindle motor speed controller


Hi Manu:

If setting the scope to 2ms shows the right signal, and otrher setting do
not, then the scope is confusing you a bit. (Mach's not going to change the
signal based on the scope setting..:) )
So it sounds liek you need a 25ms base PWM freq. So set it to 40hz. That
at least will bring it in line. RC SErvos can be picky I thnk about the
signal they recieve, the PWM is not really designed for them, all you can
really do is experiment to see what the effect is. Hopefully youll find some
setting of that which is usefull..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "Manu CNC" <mansys@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 4:46 AM
Subject: RE: [mach1mach2cnc] RC servo signal - R/C brushless / brushed
spindle motor speed controller


RC-Servo signal:


Manu (@manu, manutoys, vantiv)


-----Original Message-----
From: mach1mach2cnc@...
[mailto:mach1mach2cnc@...]On Behalf Of Manu CNC
Sent: Saturday, June 03, 2006 9:39 AM
To: mach1mach2cnc@...
Subject: RE: [mach1mach2cnc] RC servo signal - R/C brushless / brushed
spindle motor speed controller


Hi Art,

My setup :
Kernel: 25,000Hz
Spindle Base Freq: 50Hz
Min, - Max Pully ration: 1 to 10,000

After scope measurements I get this !

If I set the scope resolution to 2ms/div I do get the correct signal!!


_|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|__
_|_ 2ms/div
0 2 4 6 8 0 2 4 6 8 0 2 4 6 8 0 2 4
6 8
1 2 3
rpm
200 _||______________________________________||__________________________

300 _||____________________________________||________________________

400
_||___________________________________||________________________


BUT, if I zoom out to 0.2 SECONDS/div I get this: distance between the
pulses 1.5 SECONDS !!!
Zooming into a pulse, I get the signal as above!

rpm
200
_||______________________________________||_________________________________
_________

4000_||___________________||__________
______________

9000_|||
|_____

Mybe my scope is confusing me

Anyway, I also attached a RC-servo motor to it and it moves in an
accelerated way to one extreme, whatever rpm speed setting: start slowly
and
accelerate at the end.

I can confirm that an RC-PWM-signal are Pulses of 1 to 2 msec long
repeated
every 20-30 msec!


Manu (@manu, manutoys, vantiv)


-----Original Message-----
From: mach1mach2cnc@...
[mailto:mach1mach2cnc@...]On Behalf Of art
Sent: Saturday, June 03, 2006 1:03 AM
To: mach1mach2cnc@...
Subject: Re: [mach1mach2cnc] RC servo signal - R/C brushless / brushed
spindle motor speed controller


Manu:

Well, if you select 50hz as the base frequency, and set the Max Pulley
ratio to 10,000 and only select speeds from 200 - 400RPM thats abotu what
you woudl get. A 1 - 2ms pulse every 20ms.
:)

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "Manu CNC" <mansys@...>
To: <mach1mach2cnc@...>
Sent: Friday, June 02, 2006 6:04 PM
Subject: RE: [mach1mach2cnc] RC servo signal - R/C brushless / brushed
spindle motor speed controller


Grrrrrrr,

Is it possible ? yes :-) or no :-/


_|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|___|__
_|_ 2ms/div
0 2 4 6 8 0 2 4 6 8 0 2 4 6 8 0 2
4
6 8
1 2 3
RC-Signal every 20mS generate a pulse between 1ms and 2ms:
10% _||______________________________________||__________________________
50% _||____________________________________||________________________
100%_||___________________________________||________________________


Mach3 signal ?
10% _||______________________________________||__________________________
50%
_||___________________||______________
__________

100%_|||
|_____


Manu (@manu, manutoys, vantiv)


www.machsupport.com - Web site Access
Yahoo! Groups Links









www.machsupport.com - Web site Access
Yahoo! Groups Links









www.machsupport.com - Web site Access
Yahoo! Groups Links






www.machsupport.com - Web site Access
Yahoo! Groups Links









www.machsupport.com - Web site Access
Yahoo! Groups Links


Re: Just upgrade mach, no job screen dispay coming up.

 

Art,

I have tried the 1024.set and it comes out fine. You also said to check that the toolpath display box was checked, I have done that and it still makes no difference.

Should I download the screen .set from bob campbell and try it again? Maybe I should try one of caudlets screens?

Peter
Australia


Precision Gearheads

cwj872
 

Hello All,

I purchased 2 CGI Precision gearboxes, a while ago and probably
will never get to the project I had in mind for them so I am offering
them up for sale to a good home. The gearboxes are NEMA 23 frame,
22:1 ratio. The model # is: 023PNX0220-XX-23N08. The gearboxes cost
over $600 each new. I am willing to let them go for $450 each. If
you are interested please email me: casey@... Thanks.

Casey


Re: Turn Zero part button

Steve Vagg
 

Yup done that Art.

But tell me whats the difference between putting the number in the Part zero
offset dro and putting it staight in the X axis dro? (when on part co-ords)

----- Original Message -----
From: "art" <fenerty@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 9:40 PM
Subject: Re: [mach1mach2cnc] Turn Zero part button


Steve:

Did you name the modded screen .lset? Im wondering if your in Turn mode,
the .lset is what switches it to Turn..

Thanks,
Art
www.artofcnc.ca

Videos And Support Forums
Users Map:
----- Original Message -----
From: "Steve Vagg" <steve_vagg@...>
To: <mach1mach2cnc@...>
Sent: Saturday, June 03, 2006 4:17 PM
Subject: [mach1mach2cnc] Turn Zero part button


The zero part offset button works on the Lathe screen that comes with
Mach, but on my modded screen I can't get the damn thing to work, I only
copied the buttons from the original to my screen :-( All it does is
zero the DRO's...

all input appreciated
Steve






www.machsupport.com - Web site Access
Yahoo! Groups Links







www.machsupport.com - Web site Access
Yahoo! Groups Links