Hello Guest it is April 26, 2024, 04:40:11 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bryannab

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »
61
General Mach Discussion / Re: Win7 and the parallel port
« on: September 05, 2018, 10:37:37 AM »
Update:

A recent Windows 7 security update has affected those who use Mach3 and Mach4 with a parallel port connection. Basically, when the parallel port is used to control your machine it "takes over" the operating system and the new update does not like it, so it crashes the whole system. The following is a fix that does not require you to uninstall any updates or upgrade to an external motion controller. These are still valid options, but this is quick, easy, and should have you back up and running in no time. Here are the instructions, which I'll break down for you below:

 

Go into command prompt with administrator rights and paste and add the below registers.

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverride /t REG_DWORD /d 3 /f

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v FeatureSettingsOverrideMask /t REG_DWORD /d 3 /f

Restart the computer for the changes to take effect.

(You do not have to change MinVmVersionForCpuBasedMitigations.)

https://support.microsoft.com/en-us/help/4073119/protect-against-speculative-execution-side-channel-vulnerabilities-in

 

You can follow along with these instructions at our support video here: https://youtu.be/C_O6TQhgMlA

1.) Go to your start menu and start typing 'cmd'. The command prompt (or cmd) option should appear right away. Right click and select 'Run as Administrator.' You need to be using an administrator account as well.

2.) Once you've opened the command prompt and see 'Administrator' along the top, you're almost there. Copy the first line that starts with 'reg add'. Right click in the command window and select 'Paste'. Then hit your 'enter' key.

3.) Repeat the previous step with the second line of code: copy and then paste into the command prompt window on the next line. Hit 'enter'.

4.) You should received a successful message after each line. If you see an error message regarding your access being denied, you should double check that you are logged in to an account with administrative privileges and that you are running the command prompt as an administrator (see step 1).

5.) Restart your computer.

6.) Open Mach3 and get to work.

7.) Happy CNCing!


Thank you to MachMotion for sharing this fix with us.
-Bryanna

62
Let's try something new then. Open up the Script Editor, go into the Wizards folder, and find mcCvTuningWizard.mcs. Open that and find the UI information (starts around line 132). You can change the values in wx.wxSize ( , ) to make the wizard window larger. You may also need to change the wx.wxSize( , ) in the line below as well. Give that a try and let me know if it allows you to see and use the buttons at the bottom.

Thank you,
Bryanna

63
What is your scaling set to? I had another user in the past with this issue (Win10 computer) and they had to adjust their scaling in order to see the entire wizard window. You can search 'scaling' or look in the Display settings.

-Bryanna

64
Good morning,

This has to do with your settings in Windows. You may need to play around a bit with your resolution/scaling settings. If you are using scaling to "zoom in" that can cause part of the wizard window to be cut off, as you're seeing.

-Bryanna

65
Mach4 General Discussion / Re: Toolpath not showing on custom profile
« on: August 06, 2018, 02:26:17 PM »
Hello Oscar,

Is your machine homed and zeroed before you load the g code file? Have you tried regenerating the toolpath? Have you tried zooming in or out in the toolpath window? If the g code is loading, a toolpath should be generating. I'm wondering if it is just "out of sight".

-Bryanna

66
Newfangled Mill Wizard / Re: So a PC failed
« on: August 06, 2018, 09:40:59 AM »
So if your PC that running mill wizard fails, you must buy a new license even though existing license is no longer in use?

That is completely untrue. If you've purchased your license in the last few years, you can log in to your account at machsupport.com and go to 'Manage my Licenses' to enter in the new PC ID shown in the Help>About menu in Mill Wizard--once you've installed it on your new computer. This will generate a new license and send out an email with a link to download the file. If you bought your license more than 2 or 3 years ago, you are most likely in our old system, but we can still get you a license for your new computer. If you submit a ticket at support.machsupport.com that includes enough information to locate your purchase (email, approximate date of purchase, name on license) and your new PC ID, we can dig you up in the old system and get you taken care of.

-Bryanna

67
Mach4 Videos / Mach4 Basics: Work Offsets
« on: August 03, 2018, 04:56:29 PM »
Hello everyone,

Here's the latest video in our Mach4 Basics series: https://www.youtube.com/watch?v=0aRifYB70Mc

This one covers work offsets on a beginner level and should help you get started.

Have a great weekend,
Bryanna

68
Mach4 General Discussion / Re: configure menu greyed out!
« on: July 30, 2018, 03:44:29 PM »
Hello,

I sent out a response to your ticket, but I wanted to share the solution here in case others have this same issue. When OP lost power, Mach4 had to close unexpectedly. This can cause some funky things to happen to your profile. What happened here is that the Operation Lock setting was turned on in his Machine.ini file. The fix was to open up the Machine.ini file and change OpLock=1 (on) to OpLock=0 (off).

-Bryanna

69
Mach4 Videos / Mach4 Basics: Safely Run a G Code File
« on: July 30, 2018, 09:21:23 AM »
Hello everyone,

Our latest support video is up on our YouTube channel. This is a continuation of our Mach4 Basics series and it demonstrates some safe practices to use when running a g code file for the first time.

https://youtu.be/U0sKTGCtod0

Enjoy!
-Bryanna

70
Mach4 General Discussion / Re: Mach4 demo will not load
« on: July 26, 2018, 08:19:52 AM »
Hello Mike,

There was a Windows 10 issue with Mach3, but that was corrected when a new patch was created and included in that installer. I have not heard of any other issues with Mach4 and Windows 10. If you'd like to send in a quick ticket at support.machsupport.com one of our techs can remote connect to your computer and try to diagnose what's going on.

Thank you,
Bryanna

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »