total mill time
- Frederik
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
17 Jun 2012 21:24 #21047
by Frederik
total mill time was created by Frederik
Where can we see the total milling time on the Emc2?
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
18 Jun 2012 10:12 #21054
by BigJohnT
Replied by BigJohnT on topic Re:total mill time
If you mean the actual time it took to run a program you can add a cycle timer to your pyvcp panel using the time component.
linuxcnc.org/docview/html/man/man9/time.9.html
If you mean a sum of the moves without any acceleration/deceleration or blending considerations then in the Axis menu look at properties.
John
linuxcnc.org/docview/html/man/man9/time.9.html
If you mean a sum of the moves without any acceleration/deceleration or blending considerations then in the Axis menu look at properties.
John
Please Log in or Create an account to join the conversation.
- Frederik
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
18 Jun 2012 13:05 #21060
by Frederik
Replied by Frederik on topic Re:total mill time
Hello John,
I think it may be nice to know how long a milling takes before I begin.
I think it may be nice to know how long a milling takes before I begin.
Please Log in or Create an account to join the conversation.
- Frederik
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
18 Jun 2012 17:38 #21062
by Frederik
Replied by Frederik on topic Re:total mill time
TTG / Time to go
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
18 Jun 2012 20:51 #21066
by BigJohnT
Replied by BigJohnT on topic Re:total mill time
That is not available unless you run the program through a sim and use the time component. Otherwise you will have to look at the program properties in Axis to see a total of feed and rapid moves less acceleration.
John
John
Please Log in or Create an account to join the conversation.
- jmelson
- Offline
- Moderator
Less
More
- Posts: 810
- Thank you received: 153
19 Jun 2012 03:54 #21077
by jmelson
Replied by jmelson on topic Re:total mill time
Frederik wrote:
accurate.
Jon
Click on File / Properties in Axis, and it gives an estimate that is usually prettyHello John,
I think it may be nice to know how long a milling takes before I begin.
accurate.
Jon
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
19 Jun 2012 14:32 - 19 Jun 2012 14:34 #21102
by BigJohnT
Replied by BigJohnT on topic Re:total mill time
jmelson wrote:
It can be close when the moves are long and the file is short. The splash screen when ran is within a second or two of the properties estimate. However the following G code file reports a run time of 1 second when you look at properties to run but takes 21 times longer to run on my sim as it never reaches the requested speed due to the maximum acceleration of the config and the short moves. This is a typical of a CAM generated 3-D g code with millions of tiny moves.
John
Frederik wrote:
Click on File / Properties in Axis, and it gives an estimate that is usually prettyHello John,
I think it may be nice to know how long a milling takes before I begin.
accurate.
Jon
It can be close when the moves are long and the file is short. The splash screen when ran is within a second or two of the properties estimate. However the following G code file reports a run time of 1 second when you look at properties to run but takes 21 times longer to run on my sim as it never reaches the requested speed due to the maximum acceleration of the config and the short moves. This is a typical of a CAM generated 3-D g code with millions of tiny moves.
G20 F150
G0 X0 Y0 Z0
o<100> REPEAT [1000]
G1 X0.0005 Y-0.0005 Z-0.0005
X0 Y0 Z0
o<100> ENDREPEAT
M2
John
Last edit: 19 Jun 2012 14:34 by BigJohnT. Reason: ques
Please Log in or Create an account to join the conversation.
Time to create page: 0.209 seconds