To generate lots of debug messages:
   In your.ini file section [RS274NGC] add the line
      LOG_LEVEL = 999
     
Then the file emc_log will get a log containing the interpreter activity 
regarding o-words, subroutines, etc. You probably don't want this 
enabled when you are doing something useful because the file will be 
very large.

I suspect that you will find that the file prefix is wrong. Put the log 
up on pastebin and we can take a look at it.

One neat thing you can do is load a file containing lots of subroutines. 
If you have enabled LAZY_CLOSE in your ini file, you will then be able 
to invoke the subroutines from the MDI.

Ken

Chris Epicier wrote:
> Dear Steve
>
> <Try removing the O<> sub/endsub lines and loading the files 
> <individually.  That should get you a line number where the error occurs 
> <(I hope).
>
> The files were actually "converted" into subfiles from "standalone" files. 
> The standalone files work without any error and do not show O<> sub/endsub 
> lines. They do actually also run w/o the M30 command at the end, so...
>
> <I glanced at the files and didn't see anything strange.
>
> ... confirmed, they run if loaded into axis as standalones, also the preview 
> is there and I can rotate the display or whatever.
>
> <One thing to note though, the interpreter behaves as though there were 
> <no spaces in the line.  When calling subroutines that take parameters, 
> <each parameter needs to be enclosed in [] to insure that it's treated as 
> <a separate entity.
> <
> <If there are any places where you have two numbers separated only by 
> <whitespace, that will be an error.  As an example, "1.25 3.99" will be 
> <interpreted as "1.253.99", which is a bad number format.
>
> there are only twowhitespaces in the sub files, seperating these two terms: 
> -O<labels> 
> -sub/endsub
>
> I have no parameters to pass from the master to the subs
>
> <I'm not sure where else to point you.
>
> Hope still this can be sorted out. It would be just great, If a coud have a 
> trace window to see what axis does when it loads a file and also when it 
> starts to interprete the file. Finally jan mentioned he could get a preview 
> of my files. So I should beleieve it is somewhere in my setup that runs 
> smootheley when using stabndrd individual files?
>
> chris
>
> PS: Ian, I hope that this message is in line with lists policy
>
>
>
>       
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay 
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>   

-- 
Kenneth Lerman
Mark Kenny Products Company, LLC
55 Main Street
Newtown, CT 06470
888-ISO-SEVO
203-426-7166

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to