Hi David, I see I have not replied to you, thanks again for all the help. I will test all of this in the future, but for now, I have decided to go another way with the machine, due to my deadline. All the best and thank you again.
Hi, I have just downloaded this software. I am new to CNC world. My machine is not connected through Serial port. It is connected to my home network. There is an option to connect through a Network Port. How to connect through it? Thx
what controller do you have? OpenBuildsCOMTROL works with GRBL and grblHAL based controllers, and grblHAL controllers can be on the network in which case t will use a telnet connection.
Quick question. When the changing GRBL settings within the CONTROL software, there is a restart. I understand the restart updates the controller, if I am not mistaken. What I want to confirm is does the power get cut to the stepper motors during the restart? I am asking as I am concerned if this make cause the stepper motors to move/change position during restart. I just wanted to understand what happens during this restart phase. Thank you.
Yip resets cuts the Enable. Remember to rehome if needed. Restart needed because some Grbl Settings take effect at start up. During restart firmware isn't running yet so don't have control over signals until booted back up. Pretty logical
Thank you, for letting me know Peter. Fanatastic software and controller. I am enjoying it more and more, everytime, I use it.
A few questions; Is there a way in Openbuilds Control to run gcode commands 'on connect', 'before start job', 'after start job' ?For example, i'd want the spindle light (on M8) to turn on on connect, as a reminder that we have a live tool. (blinking would be even better, just like the alarm button on the interface, but theres no gcode for that ...as fas ar i know) Openbuilds Control keeps forgetting the USB port every time i want to connect (and i have a bunch of them. Cant it just remember the last one it connected to? (FTDI USB to serial COM 3 in my case). For some reason Openbuilds Control doesnt respect the setting in Windows Taskmanager --> Startup. When you disable autorun on boot (as i use my laptop for other things as well), as soon as you launch it, startup on boot is enabled again. (Win 10 home and pro edition). This happens every time, not just after an update. When you abort the probe run, the XYZ zero gets reset; to a definite wrong value, as you aborted. Would be handy to have a remark popup on that. As you just might think 'i aborted, so nothing changed'
I believe you can use the GRBL $N settings to run Gcode on startup for things like that (I wouldn't use it for anything that produces motion though.) grbl/doc/markdown/commands.md at master · gnea/grbl
Can also add the M8/M9 to your CAM workflow (Header and Footer gcode) that way the job can control it (say on at start, off at end or whatever)
2) There was a macro somewhere here 3) It runs a service so the integrations can work. It uses no active resources while sitting in the tray, UI is spawned in seperate process when brought up by api, icons, etc 4) Always double check positions, and let the probe finish
Looking for some help. I have a Lead 1010 that I just upgraded the controller on to the X32 and added a rotary axis in the Y2 motor position. When I run a single line of gcode (G1A255.5816S255F59.1) the machine rotates to the expected point but when I run it within a code the A axis just rotates and never stops. Below is the test file trying to get everything working but no luck so far. T1 G17 G20 G90 G0A0.0000Y0.0000 G0A253.5282Y0.0721 G1F59.1 M4S0 G1A255.5816S255F59.1 M5 Any thoughts as to why it would just rotate and never stop? -Blake
What is the value of you $376 setting in Grbl Settings? $376 - Settings_Axis_Rotational Designate ABC axes as rotational by \ref axismask. This will disable scaling (to mm) in inches mode. Set steps/mm for the axes to the value that represent the desired movement per unit. For the controller the distance is unitless and and can be in degrees, radians, rotations, ... Should be $376=1 if its not.
Going to ask one more question. My laser on command has M3S0 to turn the laser on but VCarve is outputting the next line with "S1000" instead of "S255" is there another setting that needs to be modified or do I need to do a work around in VCarve. I am using the laser module in VCarve and it's outputting power percentages instead of the RPM approach with 255. -Blake
You can change the output in Vectric's post to be whatever you need it to be. 1000 is the default (as $30=1000 in default grbl settings) but your choice, if you set $30 to 255 for some reason, you will have to modify Vectric post to suit : Look at the Power Variable Adapting a post-processor for Lasers
My machine stopped in the middle of executing a program. Error message I get: PORT ERROR: Writing to COM port(GetOverLappingResult): Unknown error code 433. Could someone interpret this for me??
Has it happened before? Most likely caused by the computer/laptop disconnecting the usb port, a bad usb cable/loose connection or electromagnetic interference (EMI). Did you remember to do docs:blackbox-x32:install-windows-selective-suspend [OpenBuilds Documentation]
To whom it may concern: I had a strange event occur. Please take a look at the image attached. I was making small slow consistent movements in the Z-direction. I then clicked on one of the lines in the serial/log console and the next thing I knew it did a jog move in the Y-direction. See below. Why would this happen? I am quite sure the mouse didn't move to go over the +/- Y jogging! What is particularly interesting is it did a positive and negative movement. Do you know if this behaviour has been seen before? I must make sure I have a G-code program that I stop and start rather than trying to run this manually! Thanks again for the support. Regards, Gary
Is it possible to change the shortcuts for the jogging etc? I messed up a job hitting the down-arrow on the keyboard... My bad! Thanks again for the great software and controller.
Yes - go to 'Wizards and Tools' then 'Customize Keyboard Shortcuts' (I did exactly the same thing - well broke a tool, anyway.)