Keyboard Shortcuts
Likes
- MachCNC
- Messages
Search
Re: Using mach 3 Demo mode
Rex,
toggle quoted message
Show quoted text
just an FYI the older original serial ports were also 25pin D-SUB connectors on the rear of the PC, the main physical difference was the PP had holes(female) and the serial had pins(male). Chuck ----- Original Message -----
From: "REX SMITH black33ford@... [mach1mach2cnc]" <mach1mach2cnc@...> To: <mach1mach2cnc@...> Sent: Saturday, February 07, 2015 1:15 PM Subject: Re: [mach1mach2cnc] Re: Using mach 3 Demo mode The 25 pin port is the parallel port, the one you want. The serial port is a much smaller port/connector. With a serial port, all the data goes over one pin/wire in serial fashion. With a parallel, each bit has it’s own pin/wire and all the bits in each byte go over together (in parallel). That’s why it requires more pins. rex On Feb 7, 2015, at 10:05 AM, mattcrowe20@... [mach1mach2cnc] <mach1mach2cnc@...> wrote: |
||
Re: Using mach 3 Demo mode
开云体育It may or may not be pink in color, but it will be a 25-pin Female connector on the PC(it will have holes instead of pins) ? If you find a PC with a Male 25-pin port, that IS a serial connector, and will not work with Mach3. ? Andy Wander From:
mach1mach2cnc@... [mailto:mach1mach2cnc@...] ? ? Thanks Rex,? ? I think I got confused because of people interchanging the terms via a google search when looking for the proper cable.? ? I actually have the original 25 pin cable, now I just need an old computer to plug it into.? ? Thanks ? Matt. |
||
Re: Using mach 3 Demo mode
REX SMITH
开云体育The 25 pin port is the parallel port, the one you want. ?The serial port is a much smaller port/connector.With a serial port, all the data goes over one pin/wire in serial fashion. ?With a parallel, each bit has it’s own pin/wire and all the bits in each byte go over together (in parallel). ?That’s why it requires more pins. rex
|
||
Re: Using mach 3 Demo mode
Ok, so it won't work it seems. I will find an old desktop.?
Just to be perfectly clear, (sorry, I'm not a computer guy) I want a computer with the "hot pink" 25 pin port at the back? ?I thought that was called serial, sorry.? Thanks again for helping get this off the ground. |
||
Re: Using mach 3 Demo mode
Matt,
toggle quoted message
Show quoted text
you are confusing a serial port with a parallel port. mach3 will not work on a serial port or a vga port. Chuck ----- Original Message -----
From: "mattcrowe20@... [mach1mach2cnc]" <mach1mach2cnc@...> To: <mach1mach2cnc@...> Sent: Saturday, February 07, 2015 12:23 PM Subject: Re: [mach1mach2cnc] Using mach 3 Demo mode Thanks for clearing that up. I knew it was to good to be true. |
||
Re: Using mach 3 Demo mode
开云体育
Hi Matt, In no way can I be called an expert in this but have been down your road earlier myself. After buying and throwing and buying and throwing; I have come to firmly believe that the only problem free solution is the basic ?under the desk“ mini tower or whatever they call it with XP. None of the fancy doo dahs on laptops are wanted and should be removed or disarmed.? Remove everything else from its Apps list and make sure it does not have an internet (bug) connection. To load a G-Code file, create it on your ?inside“ computer then virus scan the file and load it into the computer which drives the CNC machine with a thumb drive. I don’t need or want upgrades or antivirus or powersaving. All of that is disarmed and / or removed. Since I did this I have never missed a beat in either the mill or lathe computers. ? Russell Dunn Ferlach Austria |
||
Re: Using mach 3 Demo mode
Thanks for clearing that up. I knew it was to good to be true.?
Will a 25 pin to the smaller 9 pin serial work? I have another laptop with that. I think it's a VGA cable port or something. ?Will that work? Otherwise I will have to scrounge for an old desktop or laptop running XP with a printer port.? Thanks again, Matt. |
||
Re: Out of Ideas need help
?
toggle quoted message
Show quoted text
Sam:
?
? >>Thanks to everyone for your suggestions. Art was on the
money as it
turned out to be the anti backlash nut was moving in the holder ?
? Its rare.. but sometimes the error tells you
where it is.. I could easily picture that nut moving up and down..
lol
?
?
Thanks,
Art ?
?
?
?
|
||
Re: G-code not working with tool 1
What ls the length of tool 1 in the tool table, and what is the length of the other tools that work? From: "'Andre Schoonbee' andresch@... [mach1mach2cnc]" To: mach1mach2cnc@... Sent: Saturday, February 7, 2015 12:53:37 AM Subject: [mach1mach2cnc] G-code not working with tool 1 I have a funny problem with mach3 In my tool table I did not define specific tools and tool diameters – hope this is not a problem (but also tried the same code with the tools diameter defined in the tool table) ? Am an running this code and with the first tool change, the Z-axis limit switch is triggered time and time again. But when I use the same code and change the tool to 07 or another number, then it works fine. Why ? % O0001 N10 (PROGRAM PRODUCED? - 06 FEB 15) N20 G21 G90 (UNITS METRIC) N30 G40 G91.1 N40 T01 M06 G43 H01 N50 S18000 M03 N60 G0 X424. Y261.35 N70 G1 G42 D17 X380. Y255. Z8.5 F2000 N80 X305. F10000 N90 G2 X255. Y305. I0. J50. N100 G1 Y455. N110 G3 X205. Y505. I-50. N120 G1 X55. N130 G3 X5. Y455. J-50. N140 G1 Y55. N150 G3 X55. Y5. I50. N160 G1 X455. N170 G3 X505. Y55. J50. N180 G1 Y205. N190 G3 X455. Y255. I-50. N200 G1 X380. N210 X367.3 N220 G40 X323.3 Y261.35 Z22. N230 G0 X424. Y261.35 N240 G1 G42 D17 X380. Y255. Z0. F2000 N250 X305. F10000 N260 G2 X255. Y305. J50. N270 G1 Y455. N280 G3 X205. Y505. I-50. N290 G1 X55. N300 G3 X5. Y455. J-50. N310 G1 Y55. N320 G3 X55. Y5. I50. N330 G1 X455. N340 G3 X505. Y55. J50. N350 G1 Y205. N360 G3 X455. Y255. I-50. N370 G1 X380. N380 X367.3 N390 G40 X323.3 Y261.35 Z13.5 N400 M05 M30 %
|
||
Re: Using mach 3 Demo mode
开云体育Conflicting information about laptops is because some work better than
others. The ones that don't, have eco settings that will kick in a screw things
up.?If you've got a laptop with a printer port it's worth a shot if you
disable all power saving. Safer to start with a PC. Even a cheap old one. The
spec needed isn't high.
?
A motion controller is needed to run from a USB or even better Ethernet
port like a Smooth Stepper.
?
Any old printer cable would do as long as it's pin to pin and there's no
crossing over going on.
?
Probably best to start with an old PC.
?
Dave
?
?
?
?
?
In a message dated 06/02/2015 21:34:10 GMT Standard Time,
mach1mach2cnc@... writes:
|
||
G-code not working with tool 1
开云体育I have a funny problem with mach3 In my tool table I did not define specific tools and tool diameters – hope this is not a problem (but also tried the same code with the tools diameter defined in the tool table) ? Am an running this code and with the first tool change, the Z-axis limit switch is triggered time and time again. But when I use the same code and change the tool to 07 or another number, then it works fine. Why ? % O0001 N10 (PROGRAM PRODUCED? - 06 FEB 15) N20 G21 G90 (UNITS METRIC) N30 G40 G91.1 N40 T01 M06 G43 H01 N50 S18000 M03 N60 G0 X424. Y261.35 N70 G1 G42 D17 X380. Y255. Z8.5 F2000 N80 X305. F10000 N90 G2 X255. Y305. I0. J50. N100 G1 Y455. N110 G3 X205. Y505. I-50. N120 G1 X55. N130 G3 X5. Y455. J-50. N140 G1 Y55. N150 G3 X55. Y5. I50. N160 G1 X455. N170 G3 X505. Y55. J50. N180 G1 Y205. N190 G3 X455. Y255. I-50. N200 G1 X380. N210 X367.3 N220 G40 X323.3 Y261.35 Z22. N230 G0 X424. Y261.35 N240 G1 G42 D17 X380. Y255. Z0. F2000 N250 X305. F10000 N260 G2 X255. Y305. J50. N270 G1 Y455. N280 G3 X205. Y505. I-50. N290 G1 X55. N300 G3 X5. Y455. J-50. N310 G1 Y55. N320 G3 X55. Y5. I50. N330 G1 X455. N340 G3 X505. Y55. J50. N350 G1 Y205. N360 G3 X455. Y255. I-50. N370 G1 X380. N380 X367.3 N390 G40 X323.3 Y261.35 Z13.5 N400 M05 M30 %
|
||
Re: Out of Ideas need help
开云体育Hey Art ? I am not saying it is your PC, but I had a similar problem. (LOL still having problems). I used an old PC I had (about 200 model) with windows XP on and the machine was just not stable. Sometimes I even could not zero the axis. Or in runs it started to ac really weird. I then replaced the PC with a new proper PC and those troubles ended. ? So my advice would be, try to borrow/use a new pc and see if it solve your problem. ? Hope it helps ? From: mach1mach2cnc@... [mailto:mach1mach2cnc@...]
Sent: 06 February 2015 09:13 PM To: mach1mach2cnc@... Subject: Re: [mach1mach2cnc] Out of Ideas need help ? ? ? >>at .57 and about 1/3 of the way into the cut dropped to .71 for the duration of the cut. ? ? This is really only likely possible for mechanical reasons..?it may be an axis that is weak and cannot get past some tough spot, or the ballscrew holder may be shifting upwards when the motor tries to drive it down. ? If it were electronics the Z would be further off at the end, the move in the middle of the run suggests strongly its mechanical.... Id check that Z ballscrew mounting carefully.. ? Thanks, ? ? ? ?
|
||
Re: Out of Ideas need help
mmmm try to reset z after the 2nd sheet I had a problem that the z axis lost steps on the change of direction . It took a while for it to add up ! so I wrote a program with lots of peck drilling and found it . in the end I changed to servo drives and motors
?
? -----Original Message----- From: OzzieII@... [mach1mach2cnc] To: mach1mach2cnc Sent: Sat, 7 Feb 2015 6:14 Subject: [mach1mach2cnc] Re: Out of Ideas need help
?
My wild guess is that it is the computer and you have either RAM or a hard drive starting to fail. Since it runs okay for a while it might be heat; check for dust.
Ozzie
|
||
Re: Using mach 3 Demo mode
?
toggle quoted message
Show quoted text
>>Right
now I have mach 3 running in demo mode, but it doesn't have any affect on the
lathe
?
? You cannot use a 25 pin to usb. USB cannot
be used at all. It needs to plugin into an actual 25 pin printer port. Nothing
short of that will do, either a plugin pci card with a printer port on it, or a
native printer port, USB convertors will not work..
?
?
Thanks,
Art ?
?
?
?
|
||
Re: Using mach 3 Demo mode
Matt,
toggle quoted message
Show quoted text
I can answer the first 2 questions. Yes Mach3 will send outputs in demo mode the only limitation of demo mode is the 500 lines of gcode. Mach3 will run on laptops the main limitation is if you're using the Parallel Port the voltage on some newer ones is only 3volts which wont drive most PP controllers. as far as the actual hook up to the Emco lathes I have no experience or knowledge of the interface. Chuck Smalfus ----- Original Message -----
From: "mattcrowe20@... [mach1mach2cnc]" <mach1mach2cnc@...> To: <mach1mach2cnc@...> Sent: Friday, February 06, 2015 4:34 PM Subject: [mach1mach2cnc] Using mach 3 Demo mode Hello there! This is my first post regarding Mach 3 and its capabilities, so please bear with me. I am a high school Metal Shop teacher trying to get some CNC going for the class. |
||
Re: Using mach 3 Demo mode
开云体育Mach3 will NOT work with a USB to parallel converter cable. It needs a real parallel port, or a 3rd party motion controller like a UC100 or Smoothstepper.If you can find an older PC with a parallel port, Mach3 will run the machine in Demo mode. Gerry On 2/6/2015 4:34 PM,
mattcrowe20@... [mach1mach2cnc] wrote:
|
||
Using mach 3 Demo mode
Hello there! This is my first post regarding Mach 3 and its capabilities, so please bear with me. I am a high school Metal Shop teacher trying to get some CNC going for the class. I have a few EMCO compact 5 pc lathes I am trying to get running. They have not run since the late 90's but do turn on and the spindle turns with the key and switch. I have modified the U3 board by removing the chip with the octal latch and jumped the wires as per the instructions in the "digital machinist, 2007" write up. I have the lathe hooked up to a 25 pin serial port connector to a USB connector, and into a fairly new IBM thinkpad laptop running window XP.? I downloaded mach 3 in the demo mode to see if i could get something to happen, before I spring for the full version of Mach3. My first question: Will the "demo" mode actually move the stepper motors if connected correctly?? Second question: Will Mach 3 run off a laptop? I have seen conflicting information regarding this... ? ? third question: Is the serial cable connector going from the lathe to the computer something special? I just bought one for a printer to usb so I can connect it to my laptop computer. I'm not 100% sure its the right one, hence nothing happening with the lathe. It would be a big help getting started if I can get these 3 things figured out. Then i can start configuring mach 3 and see if there is any movement. Right now I have mach 3 running in demo mode, but it doesn't have any affect on the lathe. I have all the settings set as the article in the digital machinist says.? So? what should I do?? Thanks in advance,? Matt. |