NEWS
LinuxCNC 2.5.2 Release
LinuxCNC 2.5.2 Update Released (changelog).
 
LinuxCNC 2.5.1 Release

LinuxCNC 2.5.1 Update Released (changelog). If the Package Manager does not prompt you to upgrade see this page.

 
LinuxCNC 2.5.0 Release
New major release (changelog). See the instructions to update your system from EMC 2.4 to LinuxCNC 2.5.
 

Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: total mill time

total mill time 17 Jun 2012 14:24 #21047

  • Frederik
  • Frederik's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 0
Where can we see the total milling time on the Emc2?
The administrator has disabled public write access.

Re:total mill time 18 Jun 2012 03:12 #21054

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 5082
  • Thank you received: 102
  • Karma: 136
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
The administrator has disabled public write access.

Re:total mill time 18 Jun 2012 06:05 #21060

  • Frederik
  • Frederik's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 0
Hello John,
I think it may be nice to know how long a milling takes before I begin.
The administrator has disabled public write access.

Re:total mill time 18 Jun 2012 10:38 #21062

  • Frederik
  • Frederik's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Karma: 0
TTG / Time to go
The administrator has disabled public write access.

Re:total mill time 18 Jun 2012 13:51 #21066

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 5082
  • Thank you received: 102
  • Karma: 136
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
The administrator has disabled public write access.

Re:total mill time 18 Jun 2012 20:54 #21077

  • jmelson
  • jmelson's Avatar
  • OFFLINE
  • Moderator
  • Posts: 279
  • Thank you received: 10
  • Karma: 32
Frederik wrote:
Hello John,
I think it may be nice to know how long a milling takes before I begin.
Click on File / Properties in Axis, and it gives an estimate that is usually pretty
accurate.

Jon
The administrator has disabled public write access.

Re:total mill time 19 Jun 2012 07:32 #21102

  • BigJohnT
  • BigJohnT's Avatar
  • OFFLINE
  • Administrator
  • Posts: 5082
  • Thank you received: 102
  • Karma: 136
jmelson wrote:
Frederik wrote:
Hello John,
I think it may be nice to know how long a milling takes before I begin.
Click on File / Properties in Axis, and it gives an estimate that is usually pretty
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 07:34 by BigJohnT. Reason: ques
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 1.953 seconds
Powered by Kunena Forum
© 2013 LinuxCNC.org
Joomla! is Free Software released under the GNU General Public License.