Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

X4 Post .err file from update


Tony35
 Share

Recommended Posts

gcode

i hear what you are saying but i have never used a post without some kinda tweaking added. as it looks only peon and me have some posts tweaked that are incorrect. so i guess we need some post school or something. we are apparently doing something wrong maybe i will send one to my reseller and have them take a peek at it and see what they have to say

Link to comment
Share on other sites
  • Replies 109
  • Created
  • Last Reply

Top Posters In This Topic

Good morning gentlemen, sorry it has taken so long for me to chime in here, I just got back from vacation and I'm still trying to catch up on everything that piled up while I was away.

 

Tony35, can you please send me a zip2go from X4 so I can take a look at your issues? The error log you displayed does not appear to contain any errors that should force it to appear unless you have the CD set to always display the error log.

 

Peon, your error log displays errors that ABSOLUTELY should force the log to pop up. In your case I am happy to see that it is functioning exactly as it should.

 

These lines:

 

08 Jun 2009 04:08:28 PM - <2> - PST LINE (734) - Missing a matching open bracket

 

08 Jun 2009 04:08:28 PM - <2> - RUN TIME - PST(785), NCI(94) - The math calculation/formula has an error

 

show me that you have bad logic in your post and those areas should be fixed to ensure that you do not have any issues. Feel free to email me a zip2go and I will take a look for you.

 

As far as the error "severity" changes go, gcode is correct, we fixed a bunch of issues relating to error reporting including adding in messages for errors that were previously missed.

 

The idea with the update post log is to report any issues that are found when the post is updated. Some of the warnings reported there are just that, warnings and some can be ignored. Errors on the other hand should be looked at, either by you or your dealer.

 

One of the biggest additions to the update post log is the parameter warnings. We felt that this was worth adding because the parameter values have changed over the past few versions and we wanted to ensure that you were at least notified that there may be an issue.

 

In looking at an issue this morning we discovered that we missed a few common parameter changes ourselves when we updated our posts and we're working on modifying those posts and the update.post scripts to fix those parameters automatically in the update post process. I'll post something as soon as we have something available.

Link to comment
Share on other sites

Guys,

 

just a head sup on the error reporting. If You are receiving actual errors in your log, then there was a problem with X3 post, maybe you just didn't notice.

 

The way MP works is that when you post it tries to interpret the logic and when it fins problems it should report them in the .ERR file, well in some cases it would never report them but just ignore the bad lines in the post which in turn really could create bad code. For the most part these errors may have been in lines that really didn't matter to your toolpaths or machines and the reason you never seen any problems in your code. The issue is they are still bad syntax errors and MP is now catching them.

 

I'm sorry if Ron thinks this was not smart, but we would prefer to trap the errors and help you get them fixed NOW then take a chance on you getting bad code in the future. So yes, it may be aggravating but you will get your post fixed and the logic straightened out and that is for the good going forward.

 

As far as the ERR file reporting fatal errors, is there an actual error message in Mastercam stating there were errors or are you just reviewing the log and seeing all the warnings?

 

The CD reinitializing warnings have been in the ERR file since X.

 

The idea of the error log is NOT just to report errors, but for post support folks to be able to track what is going on so the ERR file will continue more than just errors, it also includes warnings and status information for support and debugging purposes.

 

Long story short, if you are receiving ERRORS int he .ERR file, please, please get in contact with your reseller and get them addressed. 9 otu of 10 errors are real simple fixes and normally related to some type of syntax error.

Link to comment
Share on other sites

I got all my major errors cleaned up. I simply had to delete a bracket. I'll prolly still create new posts when I have the time. At least I don't get the error messages every time I post a toolpath.

 

On a good note. This new release is a rocket ship! I just ran the benchmark, without overclocking in 1:32. I'll post the specs in the benchmark thread when I get time.

Link to comment
Share on other sites

Peon,

 

I'm glad you didn't panic and run back to X3 over a few simple problems or you would have missed out on that speed improvement.

 

The update post utility can't fix everything, but it is designed to do it's best to resolve the error and notify the user that there was a problem. MP and Update post are joined at the hip so update post is looking for the things that MP will look for and update post will solve it the exact same way MP will do if it is processing it. In many cases, there isn't enough information to make the correct guess and it will require some user review and input.

 

For example in your case, there was an extra parenthesis. These () can only be used with logic and mathematical formulas or surrounded by "(" for output. Now when MP finds this () and it isn't used correctly it will interrogate the postline and try to determine what the intent was, but easier said then done. It does know that there is a problem with the usage and requires some human intervention. I know, shame on me for saying that.

 

Here is an example that came out of someone's supposedly perfectly working X3 post after running updatepost in X4 beta.

 

code:

#CNC<<ORIGINAL>>      *progno$, ( " ", scomm_str, sprogname$, scomm_end, e$ )

#CNC<<MSG-ERROR(2006)>> Label was expected but was not found[*33], Illegal character(s) encountered

#CNC<<MSG-ERROR(2006)>> Label was expected but was not found[*77], Illegal character(s) encountered

The above code will NOT work, period. Never should have and never will. in this case it looks like the intent was to have the () output as characters in the NC file but we can't be certain so Update posts solution to the fix was to remove them and created this line instead.

 

code:

       *progno$,   " ", scomm_str, sprogname$, scomm_end, e$  


Now if the user had reviewed the X3 post error log (actually Mastercam should have reported the errors but it didn't which is one of the fixes for X4 to improve the error reporting in Mastercam) they would have seen the error and fixed in earlier. Instead the user update to X4 got worried and aggravated just as you did. When in reality, it's a very simple mistake for a post writer to make and a very simple problem for someone to fix.

 

I hope this sheds some light on the process and what we are trying to do. We are not perfect, but the goal is to make sure we trap syntax errors and help users get them fixed. Guess it's working.

Link to comment
Share on other sites

These guys aren't the only ones

this is a post I just got working with Mastercam Guru

 

code:

 

09 Jun 2009 04:29:56 PM - <0> - Report created.

09 Jun 2009 04:29:56 PM - <2> - Initialize posting log file

09 Jun 2009 04:29:56 PM - <2> - Using MP run version 13.00 and post components version 10.00

09 Jun 2009 04:29:56 PM - <2> - Initiate opening the post processor file(s).

09 Jun 2009 04:29:56 PM - <2> - Post processor file name: C:MCAMX4MILLPOSTSMPMASTER 4 AXIS YASNAC MC-660VG.PST

09 Jun 2009 04:29:56 PM - <2> - The post processor file has been successfully opened.

09 Jun 2009 04:29:56 PM - <2> - Post version information (input):

09 Jun 2009 04:29:56 PM - <2> - UPDATEPOST Version 13. was used to modify this file.

09 Jun 2009 04:29:56 PM - <2> - The file was modified by this product on 09 Jun 09 08:17:14

09 Jun 2009 04:29:56 PM - <2> - The post was written to run with Mastercam Version 13.

09 Jun 2009 04:29:56 PM - <2> - The post product type is Mill.

09 Jun 2009 04:29:56 PM - <2> - Initialization of pre-defined post variables, strings, postblocks was successful.

09 Jun 2009 04:29:56 PM - <2> - Search for defined post variables, strings, postblocks was successful.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'maxrad$' was re-initialized from 999.9999 to 999.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'met_maxrad$' was re-initialized from 9999.999 to 9999.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'helix_tol$' was re-initialized from 0.0005 to 0.0001

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'met_helix_tol$' was re-initialized from 0.005 to 0.001

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'atol$' was re-initialized from 0.5 to 0.01

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'trunc_mtol$' was re-initialized from 0. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'dec_seq_right$' was re-initialized from 3. to 5.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'dec_seq_left$' was re-initialized from 3. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'spaces$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'omitseq$' was re-initialized from 0. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'tplanemode$' was re-initialized from 2. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'bldnxtool$' was re-initialized from 0. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'nobrk$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'nobrkxz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'nobrkyz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lnobrk$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lnobrkxz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lnobrkyz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'arctype$' was re-initialized from 2. to 3.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'arcoutput$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'arctypexz$' was re-initialized from 2. to 3.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'arcoutputxz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'arctypeyz$' was re-initialized from 2. to 3.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'arcoutputyz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'larctype$' was re-initialized from 2. to 3.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'larcoutput$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'larctypexz$' was re-initialized from 2. to 3.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'larctypexz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'larctypeyz$' was re-initialized from 2. to 3.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'larcoutputyz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'breakarcs$' was re-initialized from 0. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'breakarcsxz$' was re-initialized from 0. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'breakarcsyz$' was re-initialized from 0. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lbreakarcs$' was re-initialized from 0. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lbreakarcsxz$' was re-initialized from 0. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lbreakarcsyz$' was re-initialized from 0. to 2.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'do_full_arc$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'do_full_arcxz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'do_full_arcyz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'ldo_full_arc$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'ldo_full_arcxz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'ldo_full_arcyz$' was re-initialized from 1. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'rotfeed4$' was re-initialized from 2. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'feedtype5$' was re-initialized from 0. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'rotfeed5$' was re-initialized from 3. to 0.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lrotfeed4$' was re-initialized from 2. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'lfeedtype5$' was re-initialized from 0. to 1.

09 Jun 2009 04:30:12 PM - <2> - CONTROL DEFINITION - - Post variable 'sub_level$' was re-initialized from 0. to 0.

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(22) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(22) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(22) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(94) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(94) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(94) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(94) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(96) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(122) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(122) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(122) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(132) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(170) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(170) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(170) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(172) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(198) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(198) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(198) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(208) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(246) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(246) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(246) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(248) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(274) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(274) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(274) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(284) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(306) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(306) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(306) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(308) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(366) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(366) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(366) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(376) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(398) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(398) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(398) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(400) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(440) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(440) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(440) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(450) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(490) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(516) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(516) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(516) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(526) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(564) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(564) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(564) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(566) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(592) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(592) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(592) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(624) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(624) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(624) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(626) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(652) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(652) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(652) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(662) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(700) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(700) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(700) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(702) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(728) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(728) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(728) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(738) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(776) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(776) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(776) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(778) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(852) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(852) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(852) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(862) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(884) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(884) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(884) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(886) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(996) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(996) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(996) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1006) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1028) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1028) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1028) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1030) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1070) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1070) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1070) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1080) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1102) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1102) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1102) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1104) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1162) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1162) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1162) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1172) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1194) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1194) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1194) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1196) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1236) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1236) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1236) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1246) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1284) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1284) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1284) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(1286) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1314) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1314) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1314) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1324) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1346) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1346) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1346) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1348) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1372) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1372) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1372) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1428) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1428) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1428) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1498) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1520) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1520) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1520) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1546) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1546) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1546) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1658) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1658) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1658) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1714) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1714) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1714) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1774) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1774) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1774) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1784) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1806) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1806) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1806) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1808) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1832) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1832) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1832) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1888) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1888) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1888) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(1944) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(1944) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(1944) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2000) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2000) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2000) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2056) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2056) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2056) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2112) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2112) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2112) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2172) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2172) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2172) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2182) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2204) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2204) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2204) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2206) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2286) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2286) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2286) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2342) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2342) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2342) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2398) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2398) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2398) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2454) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2454) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2454) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2510) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2510) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2510) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2570) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2570) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2570) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2580) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2602) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2604) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2632) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2632) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2632) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2642) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2664) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2664) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2664) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2666) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2690) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2690) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2690) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2746) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2746) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2746) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2806) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2806) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2806) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2816) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2838) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2838) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2838) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2840) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2864) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2864) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2864) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2920) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2920) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2920) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(2976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(2976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(2976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3032) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3032) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3032) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3092) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3092) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3092) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3102) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3124) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3124) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3124) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3126) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3150) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3150) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3150) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3206) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3206) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3206) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3262) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3262) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3262) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3318) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3318) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3318) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3374) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3374) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3374) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3430) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3430) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3430) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3490) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3490) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3490) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3500) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3524) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3548) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3548) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3548) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3604) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3604) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3604) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3660) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3660) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3660) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3716) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3716) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3716) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3772) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3772) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3772) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3828) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3828) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3828) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3888) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3888) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3888) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3898) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3936) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3936) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3936) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(3938) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(3976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(3976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(3976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4046) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4046) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4046) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4116) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4116) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4116) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4184) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4184) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4184) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4256) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4256) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4256) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4326) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4326) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4326) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4396) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4396) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4396) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4470) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4470) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4470) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4480) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4502) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4502) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4502) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4504) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4542) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4542) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4542) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4612) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4612) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4612) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4684) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4684) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4684) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4760) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4760) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4760) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4770) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4794) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4834) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4834) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4834) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4906) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4906) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4906) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(4976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(4976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(4976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5050) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5050) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5050) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5122) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5122) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5122) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5198) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5198) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5198) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5208) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5232) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5274) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5274) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5274) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5348) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5348) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5348) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5420) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5420) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5420) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5496) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5496) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5496) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5570) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5570) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5570) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5648) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5648) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5648) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5658) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5696) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5696) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5696) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(5698) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5722) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5722) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5722) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5778) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5778) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5778) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5834) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5834) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5834) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5890) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5890) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5890) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(5946) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(5946) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(5946) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6002) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6002) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6002) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6058) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6058) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6058) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6114) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6114) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6114) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6170) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6170) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6170) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6226) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6226) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6226) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6282) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6282) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6282) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6338) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6338) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6338) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6394) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6394) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6394) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6454) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6454) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6454) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6464) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6486) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6486) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6486) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6588) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6588) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6588) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6654) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6654) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6654) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6720) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6720) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6720) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6786) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6786) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6786) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6852) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6852) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6852) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6918) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6918) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6918) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(6984) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(6984) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(6984) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7050) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7050) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7050) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7120) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7120) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7120) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7130) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7152) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7152) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7152) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7154) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7188) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7188) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7188) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7254) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7254) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7254) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7320) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7320) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7320) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7400) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7438) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7438) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7438) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(7440) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7474) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7474) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7474) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7540) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7540) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7540) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7606) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7606) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7606) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7672) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7672) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7672) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7742) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7742) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7742) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7752) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7790) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7790) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7790) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(7792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7830) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7830) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7830) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7900) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7900) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7900) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(7974) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(7974) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7974) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(7984) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8022) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8022) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8022) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(8024) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8048) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8048) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8048) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8104) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8104) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8104) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8160) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8160) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8160) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8220) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8220) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8220) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8230) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8252) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8252) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8252) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8254) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8278) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8278) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8278) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8334) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8334) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8334) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8446) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8446) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8446) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8506) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8506) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8506) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8516) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8538) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8538) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8538) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8540) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8564) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8564) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8564) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8620) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8620) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8620) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8676) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8676) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8676) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8732) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8732) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8732) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8792) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8802) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8824) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8824) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8824) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8826) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8850) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8850) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8850) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8906) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8906) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8906) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(8962) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(8962) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(8962) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9018) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9018) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9018) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9078) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9078) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9078) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9088) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9110) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9110) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9110) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9112) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9136) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9136) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9136) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9192) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9192) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9192) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9248) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9248) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9248) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9304) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9304) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9304) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9360) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9360) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9360) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9416) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9416) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9416) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9472) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9472) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9472) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9528) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9528) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9528) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9584) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9584) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9584) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9640) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9640) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9640) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9696) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9696) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9696) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9752) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9752) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9752) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9808) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9808) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9808) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9864) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9864) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9864) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9920) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9920) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9920) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(9976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(9976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(9976) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10032) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10032) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10032) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10088) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10088) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10088) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10144) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10144) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10144) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10200) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10200) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10200) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10256) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10256) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10256) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10312) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10312) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10312) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10368) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10368) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10368) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10424) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10424) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10424) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10484) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10484) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10484) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10494) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10532) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10532) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10532) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(10534) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10572) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10572) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10572) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10642) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10642) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10642) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10716) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10716) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10716) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10726) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(10764) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(10764) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(10764) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(10766) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(16030) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(16030) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(16030) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(16040) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(16062) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(16062) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(16062) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(16064) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(24192) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(24192) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(24192) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(24202) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(24224) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(24224) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(24224) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(24226) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32380) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32380) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32380) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32390) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32428) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32428) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32428) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(2058), NCI(32430) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32488) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32498) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32520) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32520) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32520) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32522) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32562) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32562) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32562) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32572) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32594) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32594) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32594) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32596) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32636) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32636) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32636) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32646) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1741), NCI(32668) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1753), NCI(32668) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32668) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - RUN TIME - PST(1511), NCI(32670) - The math calculation/formula has an error

09 Jun 2009 04:30:12 PM - <2> - Successful completion of posting process!


Link to comment
Share on other sites

Ted, was that post working properly in X3?

 

Seems to me these errors are something only the debugger should show and are not vital to the posting and output of 'proper' Gcode that will run the machine. Thus creating problems that weren't really there in the first place and headaches on the user side and a flood of work for the dealer.

Link to comment
Share on other sites

The errors may look like a lot because it is looping through the bad lines on multiple NCI lines. The bad post lines look to be 1511, 1741, 1753 and 2058.

 

If you can post these lines and or preferable the postblock they are in I might be able to point you in the right direction. Without seeing them look for () combination to make sure there are matching pairs. Look to see if the mathematical functions are correct (=, <,> etc) or just email the post to [email protected] and I'll give it a look over.

 

If this is a X3 post, run the post in X3 and check your error log and I bet is the same as this one.

Link to comment
Share on other sites

walter,

 

How can a syntax error in the post that WILL produce the wrong code at some point be "problems that weren't really there in the first place"?

 

Amazing, just amazing! If this code was run and scrapped a part and we didn't report it like we are doing above, people would be jumping all over us for that. I'm just baffled.

 

it's a no win situation some times. frown.gif

 

I'm sure they are easy to fix just as PEON's and Tony35's were. If your reseller can't fix it or is too busy, send it our way and we will gladly give it a look over.

Link to comment
Share on other sites

code:

# Parameter read postblocks:

# --------------------------------------------------------------------------

pprep$ #Pre-process postblock - Allows post instructions after the post is parsed but before the NC and NCI file are opened.

param_read$ = 1

#DO NOT ATTEMPT TO OUTPUT TO THE NC FILE IN THIS POSTBLOCK (OR ANY POSTBLOCKS YOU MAY CALL FROM HERE) BECAUSE THE NC OUTPUT FILE IS NOT YET OPENED!

rd_mch_ent_no$ = 0 #Read only the machine base parameters (use to collect common parameters from CNC_MACHINE_TYPE)

rd_md$ #Read machine definition parameters

 

pparameter$ # Run parameter table

if opcode$=13 | opcode$=14, result = fprm (opcode$)

if prmcode$ = 10000,

#CNC<<ORIGINAL>> if prmcode$ = 10000, stoper = ucase(sparameter$)

#CNC<<MSG-ERROR(1566)>> Label has not been defined[*49], Label was expected but was not found[*56]

#CNC<<MSG-ERROR(1566)>> Illegal character(s) encountered

if ? ,

#CNC<<ORIGINAL>> if stoper=snull, stoper = snullop

#CNC<<MSG-ERROR(1570)>> Label has not been defined[*31], Label has not been defined[*45]

#CNC<<MSG-ERROR(1570)>> Label was expected but was not found[*52], Illegal character(s) encountered

if prmcode$ = 10020, clearinc = rpar(sparameter$,1) #param 10020 is clearance now and 10021 indicates abs or inc

if prmcode$ = 15100, clearflg = rpar(sparameter$,1)

if prmcode$ = 15339, clearstrt = rpar(sparameter$,1)

if prmcode$ = 15346, comp_type = rpar(sparameter$,1)

if prmcode$ = 15182, miscvalon = rpar(sparameter$,1)

if prmcode$ = 20010,

#CNC<<ORIGINAL>> if prmcode$ = 20010, sconstplname = ucase(sparameter$)

#CNC<<MSG-ERROR(1579)>> Label has not been defined[*49], Label was expected but was not found[*62]

#CNC<<MSG-ERROR(1579)>> Illegal character(s) encountered

if prmcode$ = 20011,

#CNC<<ORIGINAL>> if prmcode$ = 20011, sconstplcomm = ucase(sparameter$)

#CNC<<MSG-ERROR(1583)>> Label has not been defined[*49], Label was expected but was not found[*62]

#CNC<<MSG-ERROR(1583)>> Illegal character(s) encountered

if prmcode$ = 20012,

#CNC<<ORIGINAL>> if prmcode$ = 20012, stoolplname = ucase(sparameter$)

#CNC<<MSG-ERROR(1587)>> Label has not been defined[*49], Label was expected but was not found[*61]

#CNC<<MSG-ERROR(1587)>> Illegal character(s) encountered

if prmcode$ = 20013,

#CNC<<ORIGINAL>> if prmcode$ = 20013, stoolplcomm = ucase(sparameter$)

#CNC<<MSG-ERROR(1591)>> Label has not been defined[*49], Label was expected but was not found[*61]

#CNC<<MSG-ERROR(1591)>> Illegal character(s) encountered

if prmcode$ = 20014,

#CNC<<ORIGINAL>> if prmcode$ = 20014, swcsplname = ucase(sparameter$)

#CNC<<MSG-ERROR(1595)>> Label has not been defined[*49], Label was expected but was not found[*60]

#CNC<<MSG-ERROR(1595)>> Illegal character(s) encountered

if prmcode$ = 20015,

#CNC<<ORIGINAL>> if prmcode$ = 20015, swcsplcomm = ucase(sparameter$)

#CNC<<MSG-ERROR(1599)>> Label has not been defined[*49], Label was expected but was not found[*60]

#CNC<<MSG-ERROR(1599)>> Illegal character(s) encountered

if prmcode$ = 20016,

#CNC<<ORIGINAL>> if prmcode$ = 20016, smatlname1 = ucase(sparameter$)

#CNC<<MSG-ERROR(1603)>> Label has not been defined[*49], Label was expected but was not found[*60]

#CNC<<MSG-ERROR(1603)>> Illegal character(s) encountered

if prmcode$ = 20017,

#CNC<<ORIGINAL>> if prmcode$ = 20017, smatlname2 = ucase(sparameter$)

#CNC<<MSG-ERROR(1607)>> Label has not been defined[*49], Label was expected but was not found[*60]

#CNC<<MSG-ERROR(1607)>> Illegal character(s) encountered

if prmcode$ = 20018, stpgrpname = ucase(sparameter$)

if prmcode$ = 12025, rotary_axis2 = rpar(sparameter$, 1) #Capture the axis of rotation in Multiaxis Drill and Curve 5 Axis

if prmcode$ = 15371, axissubdir = rpar(sparameter$,1)

if prmcode$ = 12628, hststyle = rpar(sparameter$,1)

 

pwrttparam$ #Information from parameters

if prmcode$ = 15346, comp_type = rpar(sparameter$, 1)

if prmcode$ = 20004, slot = rpar(sparameter$, 16)

if prmcode$ = 20006, cut_ability = rpar(sparameter$,8)

if prmcode$ = 20007, pilot_dia = rpar(sparameter$, 11)

if prmcode$ = 12628, hststyle = rpar(sparameter$,1)

 

# --------------------------------------------------------------------------

code:

 

# Machine definition and control definition parameter capture:

# --------------------------------------------------------------------------

pmachineinfo$ #Machine information parameters postblock

#rd_md is used to call pmachineinfo postblock and read the parameters of the selected axis combination machine entity set in rd_mch_ent_no

#rd_cd is used to call pmachineinfo postblock and read the active control definition parameters

#rd_tlpathgrp is used to call pmachineinfo postblock and read the active toolpath group parameters

#"-->pmachineinfo", ~prmcode$, " ", ~sparameter$, e$ #Do not uncomment if being called from pprep$ - see pprep comment

 

#Read parameter lookup tables -

if prmcode$ >= 17000 & prmcode$ < 18000, result = fprm(1) #Run the parameter table for Machine Definition Parameters

#Leave lines below commented until you enter values in related lookup tables

if prmcode$ >= 18000 & prmcode$ < 19000, result = fprm(2) #Run the parameter table for Control Definition Parameters

#if prmcode$ >= 19000 & prmcode$ < 19900, result = fprm(3) #Run the parameter table for Toolpath Group Parameters

 

#Count rotary axis and output error message if more than one is found in the active axis combination

if prmcode$ = 19958,

[

component_type = rpar(sparameter$, 1) #Component type

if component_type = 5,

[

rot_ax_cnt = rot_ax_cnt + 1 #Rotary component

if rot_ax_cnt = 2, rotaxerror = rotaxerror + 1 #Post only supports 1 rotary per axis combination

]

]

 

if prmcode$ = 17406 & component_type = 5, sav_lim_lo = lim_lo

if prmcode$ = 17407 & component_type = 5, sav_lim_hi = lim_hi

 

#Determine if operation parameters are being written or not

if prmcode$ = 18171, write_ops = rpar(sparameter$, 1) #Write NC operation information (True/False)

 

#Determine Z direction - set vmc

if prmcode$ = 17392 & axis_label = 3,

[

z_dir = rpar(sparameter$, 1) #Z axis direction - +X=1,+Y=2,+Z=3,-X=7,-Y=8,-Z=9

if z_dir <> 3 & z_dir <> 9, vmc = 0 #0 = Horizontal Machine, 1 = Vertical Mill

else, vmc = 1

]

 

#Set axis of rotation for rotary component

if prmcode$ = 17399,

[

last_rot_axis = rot_axis

rot_axis = rpar(sparameter$, 1) #Axis of rotation - +X=1,+Y=2,+Z=3,-X=7,-Y=8,-Z=9

if rot_axis > 3, rot_axis = rot_axis - 6 #Keep value positive (+X,+Y,+Z) for use in rot_on_x

]

 

if prmcode$ = 18161,

[

sdll = ucase(sparameter$)

 

#Parse sroot from MP.DLL location

result = strstr(smpname,sdll)

sroot = sdll

stemp = brksps(result,sroot)

 

#CNC<<ORIGINAL>>

#Replace %MCAMDIR% with sroot in post name string

#CNC<<ORIGINAL>> #Replace %MCAMDIR% with sroot in post name string

result ?

#CNC<<ORIGINAL>> result = strstr(smcamdir,spostname)

#CNC<<MSG-ERROR(1800)>> The formula/boolean does not terminate properly, Label has not been defined[*50]

if result = 1,

[

result = strlen(smcamdir) + 1

stemp ??

#CNC<<ORIGINAL>> stemp = spostname

#CNC<<MSG-ERROR(1806)>> The formula/boolean does not terminate properly, Label has not been defined[*35]

spostname_sav = brksps(result,stemp)

spostname_sav = sroot + spostname_sav

]

else, spostname_sav ??

#CNC<<ORIGINAL>> else, spostname_sav = spostname

#CNC<<MSG-ERROR(1812)>> The formula/boolean does not terminate properly, Label has not been defined[*47]

]

 

#Read Linear Axis parameters - capture lowest feedrate value of all linear axis

if maxfeedpm > prv_maxfeedpm, maxfeedpm = prv_maxfeedpm

if maxfeedpm_m > prv_maxfeedpm_m, maxfeedpm_m = prv_maxfeedpm_m

!maxfeedpm, !maxfeedpm_m

 

# --------------------------------------------------------------------------

 


code:

 

phsm1_on #High speed functions before G43

if opcode$ = 3 | opcode$ = 16,

[

mr1$ = 0

mr2$ = 0

]

if mr1$ = 1 & mr1_flg <> 1, #Advanced Preview (look-ahead) control - G08 P1

[

pbld, n$, "G8", "P1", e$

mr1_flg = 1

]

if ? ,

#CNC<<ORIGINAL>> if opcode <> 2,

#CNC<<MSG-ERROR(2114)>> Label has not been defined[*26]

[

mr1$ = 2

mr2$ = 0

]

if mr1$ = 2, #AI-NANO 2, AI(nano)CC output (Artificial Intelligence Contour Control) - G05.1 Q1

[

#pbld, n$, *sg49, e$ #Must be in G49 and remain before G43

if ipr_type > 1, ipr_type = 0 #Must be in G94

#pbld, n$, sgfeed, e$

pbld, n$, "GON", "(","LOOK AHEAD ON",")", [if mr2$, "R", no_spc$, *mr2$], e$ #Mr2 gives accel/decel value/coefficient, usually R or P

mr1_flg = 2

]


I believe this is what you were asking for

Link to comment
Share on other sites

Ted Download the mpmaster X4 and look to those sections in it and then just copy and paste them out of it and see if that fixes your problems.

 

code:

#CNC<<ORIGINAL>>      if opcode <> 2,  

This one is missing the $ sign and that is why it shows as an error.

 

code:

if opcode$ <> 2,  

You may have never used it in X3 so it never showed up as error. In X4 this does not fly and the new update utility is catching that problem. Just like the other example he showed if the logic is wrong this new updater is showing it.

 

I went from X2MR2SP1 and had and having a lot more things to address. Had I gone to X3 it probably would have caught them, so going from the older version to the newer made more problems for me. I am in the process of updating all of our post to the X4 and finding a lot of my mistakes I never caught along the way.

 

HTH

 

[ 06-09-2009, 07:16 PM: Message edited by: Ron Branch V & M Precision ]

Link to comment
Share on other sites

Ted, nothing like a challenge!!! smile.gif

 

First the Label has not been defined errors like this one.

 

code:

  #CNC<<ORIGINAL>>           if prmcode$ = 10000, stoper = ucase(sparameter$)

#CNC<<MSG-ERROR(1566)>> Label has not been defined[*49], Label was expected but was not found[*56]

I find it hard to believe but MP thinks you have a bunch of undefined variables. A varible must be defined with either a initialization or a format statement. In the above error I'm guessing it doesn't like the stoper variable because it wasn't defined. Now I find it hard to believe that all these variables (stoper, snull, sconstplame,sconstplcomm, etc) are not defined, but hey, stranger things have happened. If you are not a post guy and not familiar with declaring or initializing a string variable, then please send me the post and I can rip through them for you. [email protected]

 

Now "The formula/boolean doesn not terminate properly" issue.

code:

if prmcode$ = 18161,

[

sdll = ucase(sparameter$)

 

#Parse sroot from MP.DLL location

result = strstr(smpname,sdll)

sroot = sdll

stemp = brksps(result,sroot)

 

#CNC<<ORIGINAL>>

#Replace %MCAMDIR% with sroot in post name string

#CNC<<ORIGINAL>> #Replace %MCAMDIR% with sroot in post name string

result ?

#CNC<<ORIGINAL>> result = strstr(smcamdir,spostname)

#CNC<<MSG-ERROR(1800)>> The formula/boolean does not terminate properly, Label has not been defined[*50]

This looks like there is a missing closing bracket ] somewhere in this postblock with the IF logic in this area and that is causing all the formula/boolean not terminating properly errors. Again, if you don't know what I am talking about please send it to me. (Tony35 had a similar problem with his post). I just can't see it looking at it in the post. I might need to post to make it easier for me.

 

Now for the last Label has not been defined error.

code:

#CNC<<ORIGINAL>>      if opcode <> 2,

#CNC<<MSG-ERROR(2114)>> Label has not been defined[*26]

opcode needs a $ added to the end in the above If statement as shown here.

code:

if opcode$ <> 2,


If you decide to send me the post, please email me the X4 .PST and the X3.PST or the .pst_vx3 backup that the update post would have created.

Link to comment
Share on other sites

Ted,

 

i was able to find your post on the FTP site using another thread where you asked for post help. From a quick look, all the errors in the log are valid.

 

There is a bunch of String variable definitions commented out which is producing all the LAbel not defined errors. Actually almost all your errors

 

code:

#snocomm   "DEFINE TOOL NAMES"

#stoper "" # String for tool notes

#spostname "" # Post name

#snullop "UNDEFINED OPERATION"

#slicense "IN-HOUSE SOLUTIONS"

 

#sconstplname #20010 - Construction Plane Name

#sconstplcomm #20011 - Construction Plane Comment

#stoolplname #20012 - Tool Plane Name

#stoolplcomm #20013 - Tool Plane Comment

#swcsplname #20014 - WCS Plane Name

#swcsplcomm #20015 - WCS Plane Comment

#smatlname1 #20016 - Material Comment

#smatlname2 #20017 - Material Comment

 

 


Removing the # sign from in front of all these variables above will fix the first set of problems and most of the others.

 

You also have a problem with your parameter table shown here.

code:

# Machine Definition Parameters 

fprmtbl 1 41 #Table Number, Size

#CNC<<MSG-ERROR(1627)>> The table 'number of entries' does not match the records counted,

#CNC<<MSG-ERROR(1627)>> The table entry count has been re-calculated

# Param Variable to load value into

#17004 allinax #Apply feedrates limits to all linear axes

#17005 alrotax #Apply feedrates limits to all rotary axes

#17006 alinvax #Apply inverse feedrate limits to all axes

#CNC<<FAIL>> 17008 spostname #Post Processor Filename

#CNC<<MSG-ERROR(1634)>> An item in the parameter has failed to process, The target variable/string is missing or not defined

17054 minfeedpm #Limit for feed in inch/min -was17038

17055 maxfeedpm #Limit for feed in inch/min

 


In this case the problem is related to the variable definition for spostname in the table above not being defined (see the first issue in this post). This is one of the original variable I mentioned above. The first fix will allow this to work.

 

The problem below is also caused by spostname not being defined (commented out as shown in the first example.

 

code:

      if prmcode$ = 18161,

[

sdll = ucase(sparameter$)

 

#Parse sroot from MP.DLL location

result = strstr(smpname,sdll)

sroot = sdll

stemp = brksps(result,sroot)

 

#CNC<<ORIGINAL>>

#Replace %MCAMDIR% with sroot in post name string

#CNC<<ORIGINAL>> #Replace %MCAMDIR% with sroot in post name string

result ?

#CNC<<ORIGINAL>> result = strstr(smcamdir, spostname spostname)

#CNC<<MSG-ERROR(1800)>> The formula/boolean does not terminate properly, Label has not been defined[*50]

if result = 1,

[

result = strlen(smcamdir) + 1

stemp ??

#CNC<<ORIGINAL>> stemp = spostname

#CNC<<MSG-ERROR(1806)>> The formula/boolean does not terminate properly, Label has not been defined[*35]

spostname_sav = brksps(result,stemp)

spostname_sav = sroot + spostname_sav

]

else, spostname_sav ??

#CNC<<ORIGINAL>> else, spostname_sav = spostname

#CNC<<MSG-ERROR(1812)>> The formula/boolean does not terminate properly, Label has not been defined[*47]

]

 


Here is what I would do to make your life easier.

 

Kill the X4 version of the post. There should be a X3 backup of the post with an extension like .pst_vx3. You can either rename this by removing the _vx3 or delete it if you still have the X3 post around. Now edit the X3 post with your X4 post and remove the # comment symbol from the string variables shown in the begining on this post. Save the file and then run updatepost in X4 on the edited file and this should, I repeat should, clear up all your issues except the one shown below. I suggest fixing the problem below in X3 as well.

 

code:

# J Offset String Table for Offset Calls

sjwcs00 : "G54"

sjwcs01 : "G55"

sjwcs02 : "G56"

sjwcs03 : "G57"

sjwcs04 : "G58"

sjwcs05 : "G59"

sjwcs06 : "G54J2"

sjwcs07 : "G55J2"

sjwcs08 : "G56J2"

sjwcs09 : "G57J2"

sjwcs10 : "G58J2"

sjwcs11 : "G59J2"

sjwcs12 : "G54J3"

sjwcs13 : "G55J3"

sjwcs14 : "G56J3"

sjwcs15 : "G57J3"

sjwcs16 : "G58J3"

sjwcs17 : "G59J3"

sjwcs18 : "G54J4"

sjwcs19 : "G55J4"

sjwcs20 : "G56J4"

sjwcs21 : "G57J4"

sjwcs22 : "G58J4"

sjwcs23 : "G59J4"

sjwcs24 : "G54J5"

sjwcs25 : "G55J5"

sjwcs26 : "G56J5"

sjwcs27 : "G57J5"

sjwcs28 : "G58J5"

sjwcs29 : "G59J5"

sjwcs30 : "G54J6"

sjwcs31 : "G55J6"

sjwcs32 : "G56J6"

sjwcs33 : "G57J6"

sjwcs34 : "G58J6"

sjwcs35 : "G59J6"

sjwcs36 : "G54J7"

sjwcs37 : "G55J7"

sjwcs38 : "G56J7"

sjwcs39 : "G57J7"

sjwcs40 : "G58J7"

sjwcs41 : "G59J7"

sjwcs42 : "G54J8"

sjwcs43 : "G55J8"

sjwcs44 : "G56J8"

sjwcs45 : "G57J8"

sjwcs46 : "G58J8"

sjwcs47 : "G59J8"

sjwcs48 : "G54J9"

sjwcs49 : "G55J9"

sjwcs50 : "G56J9"

sjwcs51 : "G57J9"

sjwcs52 : "G58J9"

sjwcs53 : "G59J9"

sjwcs : ""

fstrsel sjwcs00 p_wcs sjwcs 54 -1

#CNC<<ORIGINAL>>fstrsel sjwcs00 p_wcs sjwcs 55 -1

#CNC<<MSG-ERROR(746)>> The count passes the target string or target is before the start,

#CNC<<MSG-ERROR(746)>> The item count has been re-calculated

 

]


Count the strings you have defined here up to the target string (sjwcs) and there are 54, but the string selector definition has 55 so MP fixed the string selector definition to match the actual number of strings in the selector.

 

This problem is because the first line "All coolant off with single off code here" should be a comment.

code:

#CNC<<ORIGINAL>>          all coolant off with a single off code here

#CNC<<MSG-ERROR(2223)>> Label has not been defined[*27], Label has not been defined[*31], Label has not been defined[*39]

#CNC<<MSG-ERROR(2223)>> Label has not been defined[*43], Label has not been defined[*48], Label has not been defined[*50]

#CNC<<MSG-ERROR(2223)>> Label has not been defined[*57], Label has not been defined[*61], Label has not been defined[*66]

 


Fix it by adding ther # sign to the line.

code:

    #all coolant off with a single off code here


All these are simple mistakes, but I have to say, whom ever made these edits (commenting out string variable definitions) doesn't understand the basic rules of MP posts and has caused you lots of headaches for no reason. I'm not trying to pick on anyone, but we've been slammed pretty hard for reporting these errors and this just proves that updatePost and the error reporting are doing their designed job and for that I am happy. Check your X3 error log (.err) and you will see the same errors.

 

If you still need help, email me the X3 version of the post and I will take care of these issues for you.

 

Sorry for the aggravation here.

Link to comment
Share on other sites

Looks like somebody was trying to reduce the amount of "useless" comments that are generated by Ted's mpmaster post and went about it the wrong way.

 

 

code:

 

#snocomm "DEFINE TOOL NAMES"

#stoper "" # String for tool notes

#spostname "" # Post name

#snullop "UNDEFINED OPERATION"

#slicense "IN-HOUSE SOLUTIONS"

#sconstplname #20010 - Construction Plane Name

#sconstplcomm #20011 - Construction Plane Comment

#stoolplname #20012 - Tool Plane Name

#stoolplcomm #20013 - Tool Plane Comment

#swcsplname #20014 - WCS Plane Name

#swcsplcomm #20015 - WCS Plane Comment

#smatlname1 #20016 - Material Comment

#smatlname2 #20017 - Material Comment

Kudo's to Jim for fixing him up biggrin.gif

 

 

Go to pcomment3 and "#" the lines that you want removed.

code:

 

pcomment3 #Comment from manual entry

if toolchng,

[

spaces$=0

# if swcsplname <> snull, pbld, n$, pspc, scomm_str, "WCS NAME - ", swcsplname, scomm_end, e$

# if swcsplcomm <> snull, pbld, n$, pspc, scomm_str, "WCS COMMENT - ", swcsplcomm, scomm_end, e$

# if rot_on_x & stoolplname <> snull, pbld, n$, pspc, scomm_str, "TOOLPLANE NAME - ", stoolplname, scomm_end, e$

# if rot_on_x & stoolplcomm <> snull, pbld, n$, pspc, scomm_str, "TOOLPLANE COMMENT - ", stoolplcomm, scomm_end, e$

# if rot_on_x & sconstplname <> snull, pbld, n$, pspc, scomm_str, "CPLANE NAME - ", sconstplname, scomm_end, e$

# if rot_on_x & sconstplcomm <> snull, pbld, n$, pspc, scomm_str, "CPLANE COMMENT - ", sconstplcomm, scomm_end, e$

# if stpgrpname <> snull, pbld, n$, pspc, scomm_str, "TOOLPATH GROUP - ", stpgrpname, scomm_end, e$

if opcode$ <> 3 & opcode$ <> 16, pbld, n$, pspc, scomm_str, "COMPENSATION TYPE - ", *scomp_type, scomm_end, e$

spaces$=sav_spc

]


And from pheader$ and under NC Output in the Control Def

Link to comment
Share on other sites

should I be concerned about this?

 

code:

   1 - 10 Jun 2009 06:18:26 AM - UpdatePost Utility

2 - 10 Jun 2009 06:18:26 AM - ***** Starting update processing *****

3 - 10 Jun 2009 06:18:26 AM - The user has chosen the selected post(s) type as: MILL

4 - 10 Jun 2009 06:18:26 AM - The user has chosen the selected post(s) version as: 10.00

5 - 10 Jun 2009 06:18:26 AM - Option to create the Machine Definition is: Off

6 - 10 Jun 2009 06:18:26 AM - Option to create the Control Definition is: Off

7 - 10 Jun 2009 06:18:26 AM - Option to silently overwrite existing files is: Off

8 - 10 Jun 2009 06:18:26 AM - Processing a single post processor file.

9 - 10 Jun 2009 06:18:26 AM - The original file: C:MCAMX4MILLPOSTSMPFANX.PST

10 - 10 Jun 2009 06:18:26 AM - Backed up as: C:MCAMX4MILLPOSTSMPFANX.PST_vX

11 - 10 Jun 2009 06:18:26 AM - Initialize processing the post

12 - 10 Jun 2009 06:18:26 AM - Post processor file name: C:MCAMX4MILLPOSTSMPFANX.PST

13 - 10 Jun 2009 06:18:26 AM - The post processor file has been successfully opened.

14 - 10 Jun 2009 06:18:26 AM - Post version information (input):

15 - 10 Jun 2009 06:18:26 AM - UPDATEPOST Version 10. was used to modify this file.

16 - 10 Jun 2009 06:18:26 AM - The file was modified by this product on 11 Nov 05 10:22:41

17 - 10 Jun 2009 06:18:26 AM - The post was written to run with Mastercam Version 10.

18 - 10 Jun 2009 06:18:26 AM - The post product type is Mill.

19 - 10 Jun 2009 06:18:26 AM - Initialization of pre-defined post variables, strings, postblocks was successful.

20 - 10 Jun 2009 06:18:26 AM - Search for defined post variables, strings, postblocks was successful.

21 - 10 Jun 2009 06:18:26 AM - Initiate writing the post processor file(s).

22 - 10 Jun 2009 06:18:26 AM - Post version information (output):

23 - 10 Jun 2009 06:18:26 AM - Post processor file name: C:MCAMX4MILLPOSTSMPFANX.PST

24 - 10 Jun 2009 06:18:26 AM - UPDATEPOST Version 13. is processing this file.

25 - 10 Jun 2009 06:18:26 AM - The post is targeted to run with Mastercam Version 13.

26 - 10 Jun 2009 06:18:26 AM - The post product type is Mill.

27 - 10 Jun 2009 06:18:26 AM - Writing the post was successful.

28 - 10 Jun 2009 06:18:26 AM - PARAMETER DATA - - This 'parameter read' postblock was found in the post: pparameter$, Parameters are changed in Mastercam X. Reference the post update guide or contact your reseller.

29 - 10 Jun 2009 06:18:26 AM - ***** End of update processing *****

The only part that looks funny to me is where it refers to the 'parameter read' postblock. Is this normal?

Link to comment
Share on other sites

JMC,

 

The parameter warning is just that. Basically parameter usage was found in your post and there may be some updates needed to this section. From the log above this post was written for the initial X release and never updated to X2.

 

code:

17 - 10 Jun 2009 06:18:26 AM - The post was written to run with Mastercam Version 10.


For X2 only 5 axis posts really needed updating so this makes sense. But since X there have been plenty of updates to the parameter numbers. If you would like, you could post the entire pparameter postblock and we can review it for you or you can compare the parameter numbers in your post with the "Mastercam X4 NCI Parameter Reference Guide.PDF" file found in your X4documentation folder and make the necessary changes to your post yourself. Remember to always backup your post before doing any post edits.

 

If you need help you can contact your reseller or if he is tied up, email us the post and we can take a quick look for you.

Link to comment
Share on other sites

Hello guys,

 

we're getting also X4 Post error files from update.

I've uploaded the posts in Cadcam's FTP folder Text_&_post_files_&_misc.It's called chesters_posts_x3.zip

Hope that someone can fix it, because i can't post programming.

 

By the way, i also uploaded a new machsim for x4 into X4_Add_Ons

 

Thanks

chester

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...