this works great both in screen and in the 3 way touch plate ive used mach3 as a controller thanks
@0800Kiff25 күн бұрын
Hi, i love the DarkScreen screen set u using but when i use the "Auto X/Y/Z" button, the machine starts with Z, after that it goes to probe X but randomly it went up and not towards the probe plate. Sometimes it works. Do you know what that might cause? I'm using Mach 3 with a UC300 on my Ultimate Bee. Help much appreciated :)
@alexsohrabkhani57823 жыл бұрын
It helped a lot. Thanks for saving me a lot of time.
@akisdrosos Жыл бұрын
Great video and screenset! One question....there is not script for the center finding on a circle? Mine is empty! I have the EC300 and i have tested every macro and gcode that is on the internet but nothing works with this board! The XYZ you make works perfectly and i thank you for that!
@WillemvanLonden2 жыл бұрын
Great work. Very helpful.
@rodrigocortat29613 ай бұрын
Muito obrigado por compartilhar seu conhecimento e os arquivos necessários!
@craigshira99574 жыл бұрын
Anyone have an inch copy of the script ?
@DjSoNiX387 ай бұрын
How do you connect the xyz probe to the xpro v5 controller
@td3dp5334 жыл бұрын
Great video mate.
@IllDoItMyself4 жыл бұрын
Thanks my man!
@perro00764 жыл бұрын
Good morning. After retrofitting my WorkBee with the Novusun V2 and Stepperonline closed loop motors it is now running on steroids!! So I have had to tune back the motors to get rid of the whiplash!! The Mach3 simulation tells me it will shave an hour on the jobs I run. So happy days. But the question I have is regarding that 'Manual XYZ Macro for NVUM controller'. The 'Digitize' LED is working, I have my test piece loose on the table and the router finger tight on its clamps. So holding the test piece down by hand during the test. The test script worked first time like a dream, but then I repositioned the test piece by 15 mm or so and manually moved the machine roughly above the touch plate, the same as before, and tried again. Just as well my Z was loose in its clamp as the Z kept going down and had to hit the E stop. Now it fails more often than works. I have the Ethernet Novusun V2.
@443057alex3 жыл бұрын
I have the same isue does anyone have a solution. the cutter stops on the probe pauses for a few seconds then sometimes goes down instead of up crashing the machine!
@IllDoItMyself3 жыл бұрын
Yes I have found a bug. Standby for a fix
@443057alex3 жыл бұрын
@@IllDoItMyself I think I have found a fix, hope you don't mind . If you open Mach3 click on operator and select edit the button script. Then select auto tool zero. scroll down and change (Code "G0 Z" & (GetDro(2) + Abs(10)) & " F400" 'Move off the plate 10mm ) to ( Code "G01 Z25 F500" 'Move off 0 25mm). This has to be done on both auto tool zero buttons one on the program page and the other on offsets page. I have not had any problems since doing this. And for some strange reason the Auto xyz button works every time after doing this. will be interesting to see if this works for anyone else.
@IllDoItMyself3 жыл бұрын
Yes but you can use the variable in there to handle the different heights people can use.
@perro00763 жыл бұрын
@@443057alex I will give it a crack. At the moment my work-around is to power cycle the Novusun, driver and motors. The existing script works first time by doing this, but I also have to take the machine to 'zero' before I switch it off as I also lose the zero position when I do that. But I think that could be something else. Thankfully the over current protection in the drivers are set correctly to protect the motors and driver.
@ronsayer10573 жыл бұрын
Hi just one problem when I select/use a different tool it goes down too far so that the flutes are touching on the wrong part of the tool would I have to alter the script or is there a setting in mach3 to use .the tool is shorter than 12mm on the cutting edge/flutes
@naseralariar9698 Жыл бұрын
thank you for video but where i put the micro file in mach 3 i'm new in cnc world
@T3slanik2 жыл бұрын
Hi, this script worked when I was using the NVUM and it worked, but since switching to AXBB-E, it doesn't work correctly. It either randomly stops probing, or doesn't stop when touching the plate. Any ideas on what I need to change?
@akisdrosos Жыл бұрын
I have the same issue with the EC300
@paulcarter88773 жыл бұрын
Hi. great step by step videos but im a bit confused with electronics, if i were to make this probe plate could i wire it up to a PRT-E1500W control box for a 6040 cncest machine, if so any information about how to would be greatly appreciated.
@AR_Aero_Engineering Жыл бұрын
For my uc300 controller and mach3 I have to double the z height of touch probe plate to get it to actually go to z0, simple solution but idk why
@dennismarsh7504 жыл бұрын
Great video, Will this work for inch units if so what needs to be changed?
@IllDoItMyself4 жыл бұрын
It should work for inches yes you will just need to change the distances in the top of the script to something similar in inches.
@maxcox60192 жыл бұрын
On a spiral fout endmill like that should be able to set it in any direction the tool is in as Ling as it drops down enough. The diameter needs to be measured though or it can be off a little but on a small machine it won't be enough to notice.
@IllDoItMyself2 жыл бұрын
Yeah good point if you go low enough.
@maxcox60192 жыл бұрын
@@IllDoItMyself I'm actually going to make one myself I need to start a Channel on here I'm putting a szgh industrial controller on my 3040 cnc I don't know on your setup but when I programmed my plate I used a cutter comp on my sidewalls so I can comp for sidewall ware on my tool so I can rerun it to get my x and y the same size
@perro00764 жыл бұрын
Hi. Sorry to be a pain. Is this the script for just the probe? I.E. without the different screenset. "Manual XYZ Macro for NVUM controller". Where does it go? I think I found the answer to my own question. Open it with Notepad and paste it behind the 'Auto Tool Zero' button. Enter X and Y plate dimensions manually in the script. Not sure yet whether it picks up existing means to enter Z thickness of plate and tool diameter.
@IllDoItMyself4 жыл бұрын
Hey sure, you can use it in your macros folder or you can edit a button and paste the script in to it.
@perro00764 жыл бұрын
@@IllDoItMyself BTW. Before I got into IT (I wish I played with VB though!!!) I used to be an Electrical Engineer. I reeeeally like your workmanship and attention to detail. Thank you for your help so far.
@IllDoItMyself4 жыл бұрын
Thankyou I really appreciate that!!
@ЮрийАблицов4 жыл бұрын
Hi, Can I somehow modify the script to define 0 in 5 axis CNC? Perhaps there are some tutorials about this?
@IllDoItMyself4 жыл бұрын
Sorry I don't have access to a 5 axis machine so I can't help you.
@chrisdebeer7134 жыл бұрын
After loading the Dark screenset and completed the settings, why is all the actions downward into the material, that is while doing the AUTO TOOL ZERO and the AUTO XYZ
@IllDoItMyself4 жыл бұрын
Do your machine coordinates go - when your move z down? And what do your work cooridnates do when you move z down?
@melissalazar35283 жыл бұрын
on the dark screen - where is the 'regen tool path' button ????? cant for the life of me find it
@akashsaini1003 жыл бұрын
hi great video !! can we do the edge finding so that xy plane rotates and adjust its travel pattern to match workpiece gemoetry ? like center finding
@accentpoint65674 жыл бұрын
I like this screen set , but how do you get to settings (alt 6) for axis calibration?
@IllDoItMyself4 жыл бұрын
Yeah that is removed from this screenset. You can do it manually by doing a movement of 100 then dividing that by the measured movement and finally times by the current steps. The. Set the result in your motor page. That is all the script actually does anyway. Or just simply load up the old screen set do the calibration and load this one back up. It's all saved in the setting page.
@perro00764 жыл бұрын
Hi. Many thanks. The best one I have come across so far. I am about to run with that Novusun NVEM v2 flavour, so this is very interesting however. I work in mm. Would I need to change the script in any way?
@IllDoItMyself4 жыл бұрын
Thanks, everything is do in this channel is metric so you will have no problems.
@perro00764 жыл бұрын
@@IllDoItMyself Ah cool. I thought to ask just in case as when you were going through the script you mentioned 'inches'. So all good then!! :-)
@mywoodencreations4 жыл бұрын
Hey nice layout for the darkscreen thanks i installed it. The software for the probe was installed, this works well, but how can you also only measure the z axis?
@IllDoItMyself4 жыл бұрын
Thanks I only added to the original work. Use auto tool zero for just z
@GrumpyHeadDesigns4 жыл бұрын
I have tried to use this script for the probe tool and it probed fine and then instead of raising, it went further into the probe plate and broke my bit, gouged plate and messed up the material :( I have gone through your complete series of this machine setup and have followed everything to a T. Only difference is my machine is the 1500x1500 and my home is the RR. I have also been pulling my hair out trying to get my Fusion 360 PP setup to work properly with Mach3. Every time I load the file in Mach3, the work piece is opposite of my table and my movements also show opposite when viewing table display. Any and all help would be greatly appreciated PLEASE! TIA
@IllDoItMyself4 жыл бұрын
Oh no. Start by making sure mach3 moves the machine the direction the arrows point. Then work from there. It is possible to have this backwards and still working but things will be reversed. If that's the case this script will fall for sure. Remember when working with anything new keep one hand on the e-stop.
@GrumpyHeadDesigns4 жыл бұрын
@@IllDoItMyself Thanks. Got it figured out (I think). I THINK I may have used the "Auto Tool Zero" instead of the "Auto X/Y/Z". Now onto tramming.. Any tips tricks or video showing how you did it for this machine? Thanks again for the help and vids!
@hkinkade5495 Жыл бұрын
Hopefully someone can help. The screen and interface is excellent, well done! My challenge is when probing I receive the following error " no input set for probing! ". My machine is connected to a pokey57 controller. When I turnoff the controller and press probe it proceeds, but of course nothing physically moves
@SoleilCustomGuitars2 жыл бұрын
I would suggest using a steel dowel instead of a bit. The bit would need to be placed exactly on the tips of the cutting edge where as the dowel is dimensionally accurate on all sides
@GrumpyHeadDesigns4 жыл бұрын
I have the exact same setup as yours and I was wondering about the script. I am using your Screenset and wondered if I also have to load in the script for the auto probe or is that baked into the program? If I DO have to use your script also, how do you upload script? Sorry, I am new to Mach3. TY for all of your videos!!
@IllDoItMyself4 жыл бұрын
No worries the screen set has it all built in.
@GrumpyHeadDesigns4 жыл бұрын
@@IllDoItMyself What dust collection setup do you use on your machine? Links please :)
@IllDoItMyself4 жыл бұрын
This is one I made, I'm selling them ready to go for $50 usd. I will be working on a proper post for these soon but let me know if your interested.
@psychopathfpv11413 жыл бұрын
I´ve seen that you use NVEM controller, are you having any problems with that BoB? I´ve read several forums about novusun BoB´s and there are bad reviews about them. did you have any problem with that Bob? where did you bought it from? thanks, great video!
@IllDoItMyself3 жыл бұрын
Hey so this is the NVUM which has now been replaced by the NVEM. That being said I have had no problems other than having to write a custom probing script which I have in one of my other videos.
@psychopathfpv11413 жыл бұрын
@@IllDoItMyself great! Where did you get it from? There are tons of sellers and it seems to be a copy of another copy, i cant find any trusted seller or the manufacturer. Thanks.
@IllDoItMyself3 жыл бұрын
Hey this is from bulkman3d use the link in the description to find their store and you can order it from there.
@MateuszManaj4 жыл бұрын
Can you tell us why you use relay? What for?
@IllDoItMyself4 жыл бұрын
Hey Mateusz, I use one of them to run my air pump for a bit of chip evacuation when aluminium cutting.
@davelukens25213 жыл бұрын
@@IllDoItMyself I downloaded the Dark screen set but when I open it on my computer it stretches over the entire screen and there doesn't appear to be any way to access the control buttons that normally appear across the top of my screen. Can you suggest anything to correct this? I am only seeing a portion of the Mach 3 screen.
@chrisdebeer7134 жыл бұрын
As always great work and excellent video!, I have been using a screenset and XYZ probe on my Mechmate router, the screenset and settings has been put together by PEU and Ernie bro for Mach3 ( ohh this date back about 11 years) I wonder if this probe settings will work with Novusun controller, may I ask if any of the clever people here can look at the settings code to see if it is compatible!
@IllDoItMyself4 жыл бұрын
Thankyou! I would imagine it won't just work. This really is a non standard way of probing and just a work around for the NVUM.