Hello Guest it is April 25, 2024, 07:25:00 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 - DataDyne

Pages: 1
1
General Mach Discussion / Re: Mach 3 Screen Lockout Buttons/Customize
« on: November 16, 2020, 01:12:30 PM »
have you tryed the Operator -> Lock and Operator -> Unlock ?

this is only for menuu functions, the rest Needs to be done with a customized screenset.

No I haven't tried the operator lock/unlock. I see there is a password to lock it out. Is it a default password?

2
General Mach Discussion / Mach 3 Screen Lockout Buttons/Customize
« on: November 12, 2020, 10:41:55 AM »
Hi,

Is there any way I can customize or lockout certain buttons on the Mach 3 screen? For example, I would need full access to all of the buttons/menu items when troubleshooting/debugging. However an operator running the machine in production would only need access to the cycle start/stop, pause, load g-code buttons. Since there are so many buttons and menu items, the operator could easily press something by accident and cause a mess. I would like to prevent this from happening.

Thanks in advance!

3
General Mach Discussion / Re: Mach 3 Programming Question
« on: October 23, 2020, 01:36:00 PM »
It simulates normally.
Two passes over same geometry at 0.0625 and 0.125 depth.
Could not find any errors in your code.

Bingo! I think this is the problem. I only need one pass at 0.125 depth. Thanks.
I'll update the coding and hopefully it solves my problem

4
General Mach Discussion / Re: Mach 3 Programming Question
« on: October 23, 2020, 11:11:01 AM »
That's perhaps not that helpful.
If you attach the complete problem file then it can be run here to see if there is an issue with the Gcode itself. At least that would rule out one possibility.

Here you go

5
General Mach Discussion / Re: Mach 3 Programming Question
« on: October 23, 2020, 08:26:58 AM »
Could you attach your problem Gcode file.

Attached is the last bit of coding.
Line N247741 is when the air turns off but then after that it repeats the cycle.

6
General Mach Discussion / Re: Mach 3 Programming Question
« on: October 22, 2020, 08:16:50 AM »
No. it has an M09 to turn off the air. Then some coordinates to go back to the start and home position. Then an M30.

7
General Mach Discussion / Mach 3 Programming Question
« on: October 21, 2020, 04:03:07 PM »
Hi,

I have 2 programs that are nearly identical to each other (mirror images). The designs were made in Cut2D and then the coding was transferred over to Mach 3.

Program 1 does what it's supposed to at the end. Air turns off, tooling stops and goes back to the home position.

Program 2 for some reason does not stop at all. Instead it goes back to the start point (not even the home position) and starts over. It's like it's stuck on repeat.

Any idea why this would be happening? Is it a bug in the code? A setting in Mach 3 that would make the program start over automatically? I'm sure you can tell by now that I'm new to this software so any help would be appreciated.

Thanks!

Pages: 1