Hello Guest it is April 23, 2024, 04:12:02 AM

Recent Posts

Pages: « 1 2 3 4 5 6 7 8 9 10 »
51
Mach4 General Discussion / Re: Load Gcode File not working in macro
« Last post by mediumSasuage on April 12, 2024, 04:36:45 AM »
Right, thanks cncmagic, very useful.

I will add that I am using Mach4 to control an additive manufacturing research platform. I am using in-situ sensing to dynamically adjust print parameters to create smart machinery. The problem here being our initial decision to use Mach4... the most stupid software ever built.
52
Mach4 General Discussion / Re: Load Gcode File not working in macro
« Last post by cncmagic on April 11, 2024, 10:33:34 PM »
sounds like some SCI-FI movie... as mankind wrecks havoc on earth.. a beautiful chemist, a by the book army major, a  programmer with mommy issues and and three fun loving astronauts fly the most sophisticated spacecraft ever developed into the unknown with the hope of finding a new planet... on the way, the chemist finds that all the food contains a strange chemical that's turning all the crew psychotic.. while trying  to determine where the chemical is coming from she falls in love with astronaut #2... however astronaut#1 is secretly in love with her and kills astronaut#3 by accident... meanwhile the programmer is a 'plant' from the earths major corporations who don't want anything to upset the stranglehold they have on earths dwindling resources.. while attempting to reprogram the spacecrafts computer he allows the programming code to edit itself.. and in turn 'Big Bertha' becomes self aware and also determines that all life must be extinguished.. starting with the crew.. any chance that the chemist is able to stop the major (who is also mad).. save her love before astronaut#1 kills him.. get the programmer to program her apple watch 3000maxi to connect to the ships main computer and destroy its cpu before the ship fly's into the sun? and still have time to get into the escape pod? self editing G-Code.. now that's something I never thought of... maybe Mach4 can make the parts it needs to kill everyone in the shop and then on to the town.. the city... the state.. can the beautiful sheriff's deputy (who's in love with the plants general manager) stop Mach4.. save the town before the giant Mach4 'battle-bot' kills everyone? ok.. I'm laughing too hard now.. time to leave.  :P
53
General Mach Discussion / Re: M98 Subroutine Directory
« Last post by iluvemybike on April 11, 2024, 09:04:16 PM »
Roger, Thank you very much, yes I should read the manual.
I have a guy that work with that found this for me.
I am heading downstairs now to try this out.
Hope I have luck. I will let you know.
Thank You
Doug
54
General Mach Discussion / Re: M98 Subroutine Directory
« Last post by rcaffin on April 11, 2024, 05:50:48 PM »
Yes, you do need the parentheses, AND the minus sign
m98 (-c:\Projectdir\Project1.txt)   or .tap

Macvh3Mill.pdf, section 10.8.7, re M98, option b),

Cheers
Roger
55
General Mach Discussion / Motor running screen won’t open?.
« Last post by johndolecki on April 11, 2024, 04:41:34 PM »
Just transferred my mach3 folder from my old computer to new one.

New computer is and intel Nuc I5 with win 11 pro.

All the other screens open but when I click on motor tuning nothing happens

And machine runs fine.

I’m stumped and rather not install Mach 3 again
56
General Mach Discussion / Re: M98 Subroutine Directory
« Last post by iluvemybike on April 11, 2024, 09:27:55 AM »
Roger, I have been looking for this. Thank You so much, I know years later. LOL
Do I need the parenthesis or no parenthesis?
Thank You again.
Doug

Update, for anyone searching this:

You can have your external subroutine anywhere you like, including in your current directory (c:\Projectdir). For some utterly weird reason, you must prefix the text string with a minus sign to make this work:
m98 (-c:\Projectdir\Project1.tap)

Cheers
Roger
57
Mach4 General Discussion / Mach4 random crash
« Last post by RmaR on April 10, 2024, 11:15:21 AM »
Hi all,

So just to make it easy and understandable i'm going to post the same message as i've put into the ticket I opened;

I'm running a retrofit EMCO120 with a Pokeys57cnc controller and Mach4 Build4612. The machine is equipped with a 8 slot tool changer, this is controled with an arduino and a custom pcb to control the DC motor and read the sensor positions. In order to know which tool to load, the arduino receives a signal from mach4 over Luars232. Overall this functions fine, sometimes there are no problems and I can run the same program more then 10 times without any shutdowns. However, at other moments Mach4 shuts down after 5 minutes and does this 3 times in a row and then it will work for an hour again just fine. What does seem to cause an issue is that it always shuts down at the moment a tool change takes place. So the program will run a first cut and then have the M6 command to change a tool. The toolchange will always complete but during the toolchange the program shuts down. What I mean with that is that the arduino will still take care that the right tool is in place so I know it has received the correct signal from the PC. The pokeys board is connected to the PC with an ethernet cable and the arduino is connected with a USB cable. Also, the machine is equipped with a touchscreen interface. I tought that maybe there was a mismatch with the communication between the USB of the arduino and the touchscreen but I've run some test without the touchscreen and the problem is still there.

Are there any known fixes for this problem? Any help will be greatly appreciated.

I've also added the M6 macro and a recent crash report, maybe this can clarify things.



--> To clarify, this crash does not happen with the supplied  'empty' M6 script.


I got this answer from them;

If the default M6 doesn't exhibit the behavior it's due to your custom programming which I can't really help with.

However with a random crash of this nature I would immediately assume you're having a memory error, or trying to access data that isn't available when you're checking.


Soooo, it's unfortunate that they could not help, and I've also spend a lot of time already trying to solve this issue but without success. I'm wondering if somebody also has run into this issue and successfully solved this. Or even if you didn't run into this problem but might have a clue whats happening please share it with me.

Thanks for the response!


58
General Mach Discussion / Re: cncest 6040 limit switch function & config
« Last post by TPS on April 10, 2024, 06:05:56 AM »
without knowing the exact hardware of your control box it will be hard to help.
maybe this:

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

can help.
59
Mach3 under Vista / Re: New setup for USB board by BSMCEO4U-PP Bitsensor
« Last post by spanky on April 09, 2024, 04:58:13 PM »
Hello Wvancura,
What a great help to receive these settings for my machine!  ;D
I will reset my Ports and Pins as shown and report the results ASAP.
I can see that this information will be a real boon to all the many frustrated Mach3-ers who have faced this information vacuum.

Many thanks for taking the trouble to put us on the right track, at last  :)
Scintilla.

did you get your limits to work?
60
General Mach Discussion / fusion 360 gcode post processor
« Last post by comet on April 09, 2024, 04:41:20 PM »
Hi im using mach3 where might I get a post processor to suit fusion 360 mill and plasma ? or will standard fanuc g gode work
regards
Pages: « 1 2 3 4 5 6 7 8 9 10 »