Hello Guest it is March 29, 2024, 03:11:27 AM

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 - Olavi

Pages: 1 2 »
1
I run cnc on single drive until now. There was several reason why it took so long. But I have to say it worked, but there was serious resonances at specific speeds. Also it was possible that CNC machine didnt stop in case one of one motor stopped working by some reason.

Now we have 2 drives again and machine is working fine.

Thanks for answers and recommendations.

2
General Mach Discussion / Create option for Mach3
« on: January 31, 2022, 01:52:59 AM »
Hi.

I have created M1030 script to automatically close toolpath file after its finished. (DoOemButton(169)). Mostly I dont need to run same file several times on row.

But sometimes its needed and I thought about creating checkbox on screen to disable autoclose of file. At moment I dont have any idea how to do it without modifying a code or delete a file. Can somebody help me with some reference?

I am familiar with machscreen program and able to create object for mach3.

3
I found out that Mach3 dont try to change existing tool when using auto tool changer (instead of stop spindle option). So I am making script by this way.

4
You should then change M6start macro, through which you can skip all unnecessary movements if loaded tool is the same as commanded tool.
You have right.

Also I am looking for mach4 which skips tool change when it is not needed.

Ty for your answers, ZASto. :)

5
It seems that people are too spoiled. When we had computers running DOS, from floppies, on 8086 processor, all was fine, nowadays, AMD Threadripper with ultrafast SSD is "slow" :D
ZASto is so spoiled. When my grandmom was young, she delivered letters around country with horses and everybody was happy. Nowadays ppl are not happy when getting so many emails. :D

Its not very big deal, I can skip any movements when tool is already loaded, just hitting cycle start twice. I personally think it is a bit strange why not to skip it. But it is ok.

Does same thing happen when using auto tool changer? CNC drops tool and reloads it?

6
Hi Gerry,

Thanks , I am a total novice in this field and trying to learn so please excuse me if I am asking dumb questions .

What if the tool change is asking for the same tool , how does it ignore that and keep cutting until a different tool is required .

As the " Tool Change Macro " Download does not appear to have any code I have had to print screen from the tutorial into paint and print the code which I am now manually typing into Note , and then try to modify to suit .

What I am trying to do is :

M6 Tool Change request ... Ignore if same tool ... Go to change position if tool New Tool is needed at safe height .... Then Do Manual Change and Re - Zero tool " .... enter new tool number  is stored either manually or changed to the tool requested number when cycle start is hit ...( If tool 0 is entered to ignore tool change) not really sure on that one .

I have same question - why Mach3 tries to change tool when required tool is already installed?

I know I can disable M6 at the beginning of job, but I dont want to do that. Is it possible to configure mach to change tool at the begin of job when it is needed only? At moment there are pretty useless movements before job can start. Also my CAD program (Aspire) cant know which tool may be used, so it will add that codeline just in case.

7
Do you want these coordinates are displayed as message or you want some moves at the end of script?

If you want a move to the location at x50.05 y76.25 then you can do something like this:

While IsMoving()
Wend
Code "G0 X50.05 Y76.25"

If you add this part to the end of your script then after you get Message("A = " & roun(angle) & "°") from your script and all moves are done your cnc goes to the given location. Z is not moving.

I am newbie, so dont expect truth. :S

8
VB and the development of wizards / Shorten "File" label
« on: June 03, 2018, 05:08:02 PM »
Hello

My cnc running pc use shared folders from another pc and mach3 displays full local network path + folders + running file. Sometimes File label string is too long to fit into label and most important part of it (file name) is not visible anymore.

Is it somehow possible to shorten file path by cutting off first part of File string in case it is too long?

9
It is clear now left side motor's drive cause it.

10
joeaverage, thank you for your reply, but at the moment it seems that motion card cant cause y-axis malfunction.

About what I tried now ...

 I installed latest version of Mach3. Nothing changed. And I removed latest mkx driver because I cannot it work properly.

Now I am 100% sure that right side is working properly and left side does wrong work. Today I switched Y-axis motors, but nothing changed, still left side makes problem. So motors are correct.

I saw that both y-axis drives getting their signal from same connection from motion card output, so it seems like something goes wrong between motion card output and motor output. I checked wires and all seems good. I suspect that drive cause it.

Today I switched all plugs from left drive to the right drive and from right drive to the left drive. I ran one job but nothing wrong happened while doing this job. Tomorrow I will run it again until I see which side goes wrong now.

Since I need to do some cuts my boss said I should connect both motors to the same drive. Is it ok to do it?

Pages: 1 2 »