Re: [Emc-users] Big files

2010-02-02 Thread Gene Heskett
On Tuesday 02 February 2010, Евгений Александрович wrote:
>Hello guys
>
>I have G-CODE program about 70 Mb and 230 lines.
>EMC loads it very very slow.
>Any ways to do system faster?
>
1. emc executes the program looking for show stopper errors as it loads, 
assuming instant moves & without output to the machinery.  I have a bit of 
gcode only 90 lines long that has a recursive subroutine as its heart that 
takes over a minute to load.  And about 42 hours to run on my micromill.

2. At 2.3 million lines of code, you might be running out of memory & hitting 
swap.  However, with the overall at 70 megabytes, that doesn't seem likely if 
it has enough to install and run from the gui's.  You could monitor that by 
running (h)top on another console window.

I believe it is the "1." above that is slowing the loading.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

"There is nothing new under the sun, but there are lots of old things 
 we don't know yet."
 -Ambrose Bierce


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Big files

2010-02-02 Thread j...@coats.org
If you are hitting swap, adding more real memory can help.  If it is
the pre-scan that is
slowing things down, only a faster processor will really help.  Even a
slow disk drive
or SD card doesn't seem like it would cause the slowness you mentioned.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Big files

2010-02-02 Thread Neil Baylis
On Tue, Feb 2, 2010 at 7:53 AM, Gene Heskett  wrote:

> 1. emc executes the program looking for show stopper errors as it loads,
> assuming instant moves & without output to the machinery.

Is it possible that this behavior could be made optional? For example,
there's no point in doing this check on a file that is known to be
good.

Neil

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Big files

2010-02-02 Thread Евгений Александрович

-Original Message-
From: "j...@coats.org" 
To: "Enhanced Machine Controller (EMC)" 
Date: Tue, 2 Feb 2010 10:44:21 -0600
Subject: Re: [Emc-users] Big files

> If you are hitting swap, adding more real memory can help.  If it is
> the pre-scan that is
> slowing things down, only a faster processor will really help.  Even a
> slow disk drive
> or SD card doesn't seem like it would cause the slowness you mentioned.

I will try to use swap. Thanks.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Big files

2010-02-02 Thread Chris Radek
On Tue, Feb 02, 2010 at 08:52:55AM -0800, Neil Baylis wrote:
> On Tue, Feb 2, 2010 at 7:53 AM, Gene Heskett  wrote:
> 
> > 1. emc executes the program looking for show stopper errors as it loads,
> > assuming instant moves & without output to the machinery.
> 
> Is it possible that this behavior could be made optional? For example,
> there's no point in doing this check on a file that is known to be
> good.

http://www.linuxcnc.org/docs/devel/html/gui_axis.html#r1_11_7

(AXIS,stop)

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Big files

2010-02-02 Thread Kenneth Lerman
The problem is the Axis interface, not the interpreter.

I believe that there is a special comment format that will disable 
previewing parts of the file. Doing that will speed things up -- at the 
cost of not being able to preview those parts.

Ken

??? ? wrote:
> Hello guys
>
> I have G-CODE program about 70 Mb and 230 lines.
> EMC loads it very very slow.
> Any ways to do system faster?
>
>
>
> --
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>   

-- 
Kenneth Lerman
55 Main Street
Newtown, CT 06470
203-426-3769

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users