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:

X-L Engineering Corp

Verified Members
  • Posts

    338
  • Joined

  • Last visited

Posts posted by X-L Engineering Corp

  1. Need some help this morning?

    A job we’ve been running for the past 10 years for one of our customers with coolant now they want to run it with out "coolant" Has anybody work with this stuff before with out coolant or suggest a coolant. Right now they can’t even tell us why they don’t want coolant or just tell us what can’t be in the coolant. cuckoo.gif

     

    TIA

  2. CNC Apps guy

    that looks good but for one problem

    code:

    phsm1_on         #High speed functions before G43 

    # 1 = Look Ahead - G8P1

    # 2 = SHPCC or AI-NANO1 - G5.1 Q1

    # 3 = HPCC or AI-NANO2 - G5 P10000

    #*******************************************

    if opcode$ <>3, mr1$=2 #Current State - Forcing AI-NANO on

    if mr1$ = 1 & mr1_flg <> 1, #Advanced Preview (look-ahead) control - G08 P1

    it's turning on with every tool that has contour turned on even the ones I don't have the "look ahead" turned on in?

  3. Matt,

    That didn't work

     

    Tony,

    No the only thing I can think it might have to do with is "ptlchg" or "pretract"

     

    When I use 1 in the misc values "reals" it works but when I use 2 it doesn't it should work the same no matter what.

    code:

    ptlchg_com      #Tool change common blocks

    if force_output | sof,

    [

    result = force(ipr_type,ipr_type)

    result = force(absinc$,absinc$)

    result = force(plane$,plane$)

    ]

    pcom_moveb

    pcheckaxis #Check for valid rotary axis

    c_mmlt$ #Multiple tool subprogram call

    #ptoolcomment

    if sof & scomm_sav <> snull,

    [

    spaces$ = 0

    n$, pspc, scomm_str, *scomm_sav, scomm_end, e$

    spaces$ = sav_spc

    ]

    if sof = 0, scomm_sav = snull

    #comment$

    #pcomment3

    pmisccheck

    pcan

     

    if stagetool >= zero,

    [

    if omitseq$ = 1 & tseqno > 0,

    [

    if tseqno = 2, n$ = t$

    pbld, *n$, *sgabsinc, *t$, "M6", ptoolcomm, e$

    ]

    else, pbld, n$, *t$, "M6", ptoolcomm, e$

    ]

    spaces$=0

    if output_z = yes$,

    [

    preadbuf5

    if (opcode$ > 0 & opcode$ < 16) | opcode$ = 19,

    [

    n$, pspc, scomm_str, "MAX - ", *max_depth, scomm_end, e$

    n$, pspc, scomm_str, "MIN - ", *min_depth, scomm_end, e$

    ]

    ]

    spaces$=sav_spc

    pstock

    if plane$ < 0 | opcode$ = 3 | opcode$ = 16, plane$ = 0

    sav_absinc = absinc$

    if wcstype > one, absinc$ = zero

    pindex

    if safe_index,

    [

    #if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    pcan1, pbld, n$, *sgcode, sgfeed, sgplane, [if not(index), sgabsinc, pwcs], pfcout, strcantext, e$

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, "(", 34 , "A", 34 , " UNCLAMP)", e$

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    pbld, n$, sgcode, [if gcode$ = 1, sgfeed], pfxout, pfyout, pfspindleout, [if gcode$ = 1, *feed], e$

    ]

    else,

    [

    #if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    pcan1, pbld, n$, *sgcode, sgfeed, sgplane, [if not(index), sgabsinc, pwcs], [if gcode$ = 1, sgfeed], pfxout, pfyout, pfcout,

    pfspindleout, pstage_t, [if gcode$ = 1, *feed], strcantext, e$, #next_tool$,

    #if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    ]

    #phsm1_on #must remain before G43

    #pbld, n$, "G43", *tlngno$, pfzout, scoolant, next_tool$, e$

    pbld, n$, "G43", *tlngno$, pfzout, *scoolant, [if coolant$ = 3, coolthru_flg=1, pbld, n$, "(", "HIGH PRESSURE ON", ")", ], e$

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *slock, "(", 34 , "A", 34 , " CLAMP)", e$

    #phsm1_on #must remain before G43

    pcan2 #Added so M and G codes in canned text will output before phsm2_on

    #phsm2_on #must remain after G43

    #if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    sav_coolant = coolant$

    if coolant$ = 1, sm09 = sm09_0

    if coolant$ = 2, sm09 = sm09_1

    if coolant$ = 3, sm09 = sm09_2

    if coolant$ = 3, coolthru_flg=1

    absinc$ = sav_absinc

    pcom_movea

    phsm1_on

    toolchng = zero

    c_msng$ #Single tool subprogram call

    plast

     

    ptlchg0$ #Call from NCI null tool change (tool number repeats)

    toolchng0 = one

    if op_id$ <> last_op_id,

    [

    rd_params$ # Read parameters - pparameter

    pmisccheck

    ]

    pcuttype

    toolcount = toolcount + 1

    if toolcountn <= tooltotal, nexttool = rbuf(4,toolcountn)

    else, nexttool = first_tool$

    retractflg = 0

    if (mi10$ & (op_id$ <> last_op_id | (op_id$ = last_op_id & xform_op_id$ <> op_id$)))

    | ((tlplnno$ <> last_tlplnno | rotary_type$ <> last_rotary_type) & ret_on_indx),

    [

    phsm_off

    if mi10$,

    [

    pretract

    n$, *sm00, e$

    result = force(spdir2,spdir2) #Force spindle output after M00

    result = force(speed,speed) #Force speed output after M00

    ]

    else, pretract0

    retractflg = 1

    ]

    else,

    [

    # if mr1$ <> last_mr1 | mr2$ <> last_mr2, phsm_off

    ]

    pcom_moveb

    pcheckaxis #Check for valid rotary axis

    c_mmlt$ #Multiple tool subprogram call

    #comment$

    #pcomment3

    pcan

    if plane$ < 0 | opcode$ = 3 | opcode$ = 16, plane$ = 0

    if op_id$ <> last_op_id, pbld, n$, sgplane, e$

    pspindchng

    if coolant$ <> 0 & coolant$ <> sav_coolant & sav_coolant, pbld, n$, sm09, e$

    #pbld, n$, sccomp, scoolant, psub_end_mny, "S200", e$

    pbld, n$, scoolant, e$

    sav_coolant = coolant$

    if coolant$ = 1, sm09 = sm09_0

    if coolant$ = 2, sm09 = sm09_1

    if coolant$ = 3, sm09 = sm09_2

    if coolant$ = 3, coolthru_flg=

    if op_id$ <> last_op_id, pstock

    if sav_mi9 = 1, workofs$ = sav_workofs

    if (wcstype > one & workofs$ <> prv_workofs$) | (tlplnno$ <> last_tlplnno) | retractflg,

    [

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    sav_absinc = absinc$

    absinc$ = zero

    pindex

    if retractflg,

    [

    if safe_index,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    pbld, n$, *sgcode, [if not(index), sgabsinc, pwcs], pfcout, e$

    if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    pbld, n$, pfxout, pfyout, e$

    ]

    else,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    pbld, n$, *sgcode, [if not(index), sgabsinc, pwcs], pfxout, pfyout, pfcout, e$

    if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    ]

    # phsm1_on #must remain before G43

    pbld, n$, "G43", *tlngno$, pfzout, *scoolant, [if coolant$ = 3, coolthru_flg=1, pbld, n$, "(", "HIGH PRESSURE ON", ")", ], e$, #scoolant, e$

    # phsm2_on #must remain after G43

    ]

    else,

    [

    if fmtrnd(prv_cabs) <> fmtrnd(cabs),

    [

    if safe_index,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, [if not(index), sgabsinc, pwcs], pfcout, e$

    if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    pbld, n$, pfxout, pfyout, e$

    ]

    else,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, "(", 34 , "A", 34 , " UNCLAMP)", e$

    pbld, n$, [if not(index), sgabsinc, pwcs], pfxout, pfyout, pfcout, e$

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *slock, "(", 34 , "A", 34 , " CLAMP)", e$

    ]

    #pbld, n$, pfzout, e$

    ]

    else,

    [

    pbld, n$, sgabsinc, [if not(index), pwcs], pfxout, pfyout, pcout, e$ #pfzout,

    ]

    ]

    pe_inc_calc

    ps_inc_calc

    absinc$ = sav_absinc

    ]

    if lock_codes = one & cuttype <> last_cuttype & cuttype > 0, pbld, n$, *sunlock, sunlockcomm, e$

    if cuttype = zero, ppos_cax_lin

    if lock_codes = one & cuttype <> last_cuttype & cuttype = 0 & fmtrnd(prv_cabs) = fmtrnd(cabs), pbld, n$, *slock, slockcomm, e$

    if gcode$ = one, plinout

    else, prapidout

    pcom_movea

    if retractflg = 0, #output if not forced output above with the G43

    [

    phsm1_on

    # phsm2_on

    ]

    c_msng$ #Single tool subprogram call

    plast

    toolchng0 = zero

     

    plast

    last_op_id = op_id$

    last_cuttype = cuttype

    last_rotary_type = rotary_type$

    last_tlplnno = tlplnno$

    last_mr1 = mr1$

    last_mr2 = mr2$

     


    code:

    pretract        #End of tool path, toolchange

    phsm_off

    sav_absinc = absinc$

    absinc$ = one

    sav_coolant = coolant$

    coolant$ = zero

     

    # if nextop$ = 1003, #Uncomment this line to leave coolant on until eof unless

    # [ # explicitely turned off through a canned text edit

    if all_cool_off,

    [

     

    #all coolant off with a single off code here

    if coolant_on, pbld, n$, *sall_cool_off, e$

    coolant_on = zero

    ]

    else,

    [

    local_int = zero

    coolantx = zero

    while local_int < 20,

    [

    coolantx = and(2^local_int, coolant_on)

    local_int = local_int + one

    if coolantx > zero,

    [

    coolantx = local_int

    pbld, n$, scoolantx, e$

    ]

    coolantx = zero

    ]

    coolant_on = zero

    ]

    # ]

     

    #cc_pos is reset in the toolchange here

    cc_pos$ = zero

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    else, gcode$ = zero

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, "(", 34 , "A", 34 , " UNCLAMP)", e$

    pbld, n$, sccomp, psub_end_mny, *scoolant, "S200", e$

    pbld, n$, sgabsinc, sgcode, [if gcode$ = 1, sgfeed], *sg28, "Z0.", *sm05, [if gcode$ = 1, feed], scoolant, e$

    if coolthru_flg=1, pbld, n$, *pcthru, e$

    pbld, n$, *scc0, *sg49, e$

    #if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    #pbld, n$, *sg28, "Y0.", protretinc, e$

    #if lock_codes = one & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    if abs(fmtrnd(cabs)) > 360 & nextop$ <> 1003 & not(index),

    [

    if lock_codes = one, pbld, n$, *sunlock, sunlockcomm, e$

    rotretflg = 1

    pbld, n$, `sg28, protretinc, e$

    rotretflg = 0

    if lock_codes = one & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    ]

    absinc$ = sav_absinc

    coolant$ = sav_coolant

     

    pretract0 #End of tool path, null toolchange

    phsm_off

    sav_absinc = absinc$

    absinc$ = one

    # sav_coolant = coolant$

    # coolant$ = zero

     

    ## if nextop$ = 1003, #Uncomment this line to leave coolant on until eof unless

    ## [ # explicitely turned off through a canned text edit

    # if all_cool_off,

    # [

    # #all coolant off with a single off code here

    # if coolant_on, pbld, n$, *sall_cool_off, e$

    # coolant_on = zero

    # ]

    # else,

    # [

    # local_int = zero

    # coolantx = zero

    # while local_int < 20,

    # [

    # coolantx = and(2^local_int, coolant_on)

    # local_int = local_int + one

    # if coolantx > zero,

    # [

    # coolantx = local_int

    # pbld, n$, scoolantx, e$

    # ]

    # coolantx = zero

    # ]

    # coolant_on = zero

    # ]

    ## ]

     

    #cc_pos is reset in the toolchange here

    cc_pos$ = zero

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    else, gcode$ = zero

    # pbld, n$, sccomp, *sm05, psub_end_mny, e$

    #pbld, n$, sccomp, psub_end_mny, e$

    pbld, n$, scoolant, "S200", e$

    pbld, n$, sgabsinc, sgcode, [if gcode$ = 1, sgfeed], *sg28, "Z0.", *sm05, [if gcode$ = 1, feed], e$ #scoolant,

    if coolthru_flg=1, pbld, n$, *pcthru, e$

    #pbld, n$, *scc0, *sg49, e$

    #if lock_codes = one & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, *sg28, "X0.", "Y0.", protretinc, e$

    #if lock_codes = one & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    if abs(fmtrnd(cabs)) > 360 & nextop$ <> 1003 & not(index),

    [

    if lock_codes = one, pbld, n$, *sunlock, sunlockcomm, e$

    rotretflg = 1

    pbld, n$, `sg28, protretinc, e$

    rotretflg = 0

    if lock_codes = one & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    ]

    absinc$ = sav_absinc

    coolant$ = sav_coolant

     


  4. I have “Advanced Look Ahead” turned on for my contouring but even though I have it turned of for the drilling (because it doesn’t work for that cycle) it still posts out with my drilling cycles.

     

    this is from my post MpMaster

     

    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", "(","LOOK AHEAD ON",")", e$

    mr1_flg = 1

    ]

    if opcode$ <> 2,

    [

    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$, "G5.1", "Q1", "(","LOOK AHEAD ON",")", [if mr2$, "R", no_spc$, *mr2$], e$ #Mr2 gives accel/decel value/coefficient, usually R or P

    mr1_flg = 2

    ]

     

    phsm2_on #High speed functions after G43

    if opcode$ = 3 | opcode$ = 16,

    [

    mr1$ = 0

    mr2$ = 0

    ]

    if mr1$ = 3 & mr1_flg <> 3, #AI-HPCC and AI-nanoHPCC (High Precision Contour Control) - G5 P10000

    [

    if ipr_type > 1, ipr_type = 0 #Must be in G94

    pbld, n$, sgfeed, e$

    pbld, n$, "G5", "P10000", [if mr2$, "R", no_spc$, *mr2$], e$

    #pbld, n$, "G5.1", "Q1", "(","LOOK AHEAD ON",")", e$ #auto arc filtering

    mr1_flg = 3

    ]

    if mr1$ = 4 & mr1_flg <> 4, #Mazak Geometry Compensation/Accuracy G61.1, Mazak High Speed Machining Mode - G05 P2

    [

    pbld, n$, sgfeed, e$ #Mazak can be in G94 or G95 but it must be called before G05 P2

    if mr2$, pbld, n$, "G61.1", ",K", no_spc$, *mr2$, e$ #Mr2 gives accel/decel value/coefficient, K

    else, pbld, n$, "G61.1", e$

    pbld, n$, "G05", "P2", e$

    mr1_flg = 4

    !convert_rpd$ #Mazak Fusion requires high feed motion only, comment out for Matrix

    convert_rpd$ = one #Mazak Fusion requires high feed motion only, comment out for Matrix

    ]

     

    phsm_off #High speed functions off

    if mr1_flg = 1, #Advanced Preview (look-ahead) control - G08 P1

    [

    pbld, n$, "G8", "P0", e$

    mr1_flg = 0

    ]

    if mr1_flg = 2, #AI-NANO 2, AI(nano)CC output (Artificial Intelligence Contour Control) - G05.1 Q1

    [

    pbld, n$, "G5.1", "Q0", "(","LOOK AHEAD OFF",")", e$

    mr1_flg = 0

    ]

    if mr1_flg = 3, #AI-HPCC and AI-nanoHPCC (High Precision Contour Control) - G5 P10000

    [

    #pbld, n$, "G5.1", "Q0", e$ #auto arc filtering

    #pbld, n$, "G5", "P0", e$

    mr1_flg = 0

    ]

    if mr1_flg = 4, #Mazak Geometry Compensation/Accuracy G61.1, Mazak High Speed Machining Mode - G05 P2

    [

    pbld, n$, "G5", "P0", e$

    pbld, n$, "G64", e$

    mr1_flg = 0

    convert_rpd$ = prv_convert_rpd$ #Mazak Fusion requires high feed motion only, comment out for Matrix

    ]


    code:

     

    ptlchg_com #Tool change common blocks

    if force_output | sof,

    [

    result = force(ipr_type,ipr_type)

    result = force(absinc$,absinc$)

    result = force(plane$,plane$)

    ]

    pcom_moveb

    pcheckaxis #Check for valid rotary axis

    c_mmlt$ #Multiple tool subprogram call

    #ptoolcomment

    if sof & scomm_sav <> snull,

    [

    spaces$ = 0

    n$, pspc, scomm_str, *scomm_sav, scomm_end, e$

    spaces$ = sav_spc

    ]

    if sof = 0, scomm_sav = snull

    #comment$

    #pcomment3

    pmisccheck

    pcan

     

    if stagetool >= zero,

    [

    if omitseq$ = 1 & tseqno > 0,

    [

    if tseqno = 2, n$ = t$

    pbld, *n$, *sgabsinc, *t$, "M6", ptoolcomm, e$

    ]

    else, pbld, n$, *t$, "M6", ptoolcomm, e$

    ]

    spaces$=0

    if output_z = yes$,

    [

    preadbuf5

    if (opcode$ > 0 & opcode$ < 16) | opcode$ = 19,

    [

    n$, pspc, scomm_str, "MAX - ", *max_depth, scomm_end, e$

    n$, pspc, scomm_str, "MIN - ", *min_depth, scomm_end, e$

    ]

    ]

    spaces$=sav_spc

    pstock

    if plane$ < 0 | opcode$ = 3 | opcode$ = 16, plane$ = 0

    sav_absinc = absinc$

    if wcstype > one, absinc$ = zero

    pindex

    if safe_index,

    [

    #if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    pcan1, pbld, n$, *sgcode, sgfeed, sgplane, [if not(index), sgabsinc, pwcs], pfcout, strcantext, e$

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, "(", 34 , "A", 34 , " UNCLAMP)", e$

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    pbld, n$, sgcode, [if gcode$ = 1, sgfeed], pfxout, pfyout, pfspindleout, [if gcode$ = 1, *feed], e$

    ]

    else,

    [

    #if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    pcan1, pbld, n$, *sgcode, sgfeed, sgplane, [if not(index), sgabsinc, pwcs], [if gcode$ = 1, sgfeed], pfxout, pfyout, pfcout,

    pfspindleout, pstage_t, [if gcode$ = 1, *feed], strcantext, e$, #next_tool$,

    #if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    ]

    #phsm1_on #must remain before G43

    #pbld, n$, "G43", *tlngno$, pfzout, scoolant, next_tool$, e$

    pbld, n$, "G43", *tlngno$, pfzout, *scoolant, [if coolant$ = 3, coolthru_flg=1, pbld, n$, "(", "HIGH PRESSURE ON", ")", ], e$

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *slock, "(", 34 , "A", 34 , " CLAMP)", e$

    #phsm1_on #must remain before G43

    pcan2 #Added so M and G codes in canned text will output before phsm2_on

    #phsm2_on #must remain after G43

    #if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    sav_coolant = coolant$

    if coolant$ = 1, sm09 = sm09_0

    if coolant$ = 2, sm09 = sm09_1

    if coolant$ = 3, sm09 = sm09_2

    if coolant$ = 3, coolthru_flg=1

    absinc$ = sav_absinc

    pcom_movea

    phsm1_on

    toolchng = zero

    c_msng$ #Single tool subprogram call

    plast

     

    ptlchg0$ #Call from NCI null tool change (tool number repeats)

    toolchng0 = one

    if op_id$ <> last_op_id,

    [

    rd_params$ # Read parameters - pparameter

    pmisccheck

    ]

    pcuttype

    toolcount = toolcount + 1

    if toolcountn <= tooltotal, nexttool = rbuf(4,toolcountn)

    else, nexttool = first_tool$

    retractflg = 0

    if (mi10$ & (op_id$ <> last_op_id | (op_id$ = last_op_id & xform_op_id$ <> op_id$)))

    | ((tlplnno$ <> last_tlplnno | rotary_type$ <> last_rotary_type) & ret_on_indx),

    [

    phsm_off

    if mi10$,

    [

    pretract

    n$, *sm00, e$

    result = force(spdir2,spdir2) #Force spindle output after M00

    result = force(speed,speed) #Force speed output after M00

    ]

    else, pretract0

    retractflg = 1

    ]

    else,

    [

    if mr1$ <> last_mr1 | mr2$ <> last_mr2, phsm_off

    ]

    pcom_moveb

    pcheckaxis #Check for valid rotary axis

    c_mmlt$ #Multiple tool subprogram call

    #comment$

    #pcomment3

    pcan

    if plane$ < 0 | opcode$ = 3 | opcode$ = 16, plane$ = 0

    if op_id$ <> last_op_id, pbld, n$, sgplane, e$

    pspindchng

    if coolant$ <> 0 & coolant$ <> sav_coolant & sav_coolant, pbld, n$, sm09, e$

    #pbld, n$, sccomp, scoolant, psub_end_mny, "S200", e$

    pbld, n$, scoolant, e$

    sav_coolant = coolant$

    if coolant$ = 1, sm09 = sm09_0

    if coolant$ = 2, sm09 = sm09_1

    if coolant$ = 3, sm09 = sm09_2

    if coolant$ = 3, coolthru_flg=

    #if coolthru_flg=1, pbld, n$, "HIGH PRESURE ON", e$

    if op_id$ <> last_op_id, pstock

    if sav_mi9 = 1, workofs$ = sav_workofs

    if (wcstype > one & workofs$ <> prv_workofs$) | (tlplnno$ <> last_tlplnno) | retractflg,

    [

    if convert_rpd$ = one,

    [

    gcode$ = one

    feed = maxfeedpm

    ipr_type = zero

    ]

    sav_absinc = absinc$

    absinc$ = zero

    pindex

    if retractflg,

    [

    if safe_index,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    pbld, n$, *sgcode, [if not(index), sgabsinc, pwcs], pfcout, e$

    if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    pbld, n$, pfxout, pfyout, e$

    ]

    else,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, pgear, e$

    pbld, n$, *sgcode, [if not(index), sgabsinc, pwcs], pfxout, pfyout, pfcout, e$

    if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    ]

    # phsm1_on #must remain before G43

    pbld, n$, "G43", *tlngno$, pfzout, *scoolant, [if coolant$ = 3, coolthru_flg=1, pbld, n$, "(", "HIGH PRESSURE ON", ")", ], e$, #scoolant, e$

    # phsm2_on #must remain after G43

    ]

    else,

    [

    if fmtrnd(prv_cabs) <> fmtrnd(cabs),

    [

    if safe_index,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, sunlockcomm, e$

    pbld, n$, [if not(index), sgabsinc, pwcs], pfcout, e$

    if lock_codes = one & not(index) & rot_on_x & cuttype = 0, pbld, n$, *slock, slockcomm, e$

    pbld, n$, pfxout, pfyout, e$

    ]

    else,

    [

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *sunlock, "(", 34 , "A", 34 , " UNCLAMP)", e$

    pbld, n$, [if not(index), sgabsinc, pwcs], pfxout, pfyout, pfcout, e$

    if lock_codes = one & not(index) & rot_on_x, pbld, n$, *slock, "(", 34 , "A", 34 , " CLAMP)", e$

    ]

    #pbld, n$, pfzout, e$

    ]

    else,

    [

    pbld, n$, sgabsinc, [if not(index), pwcs], pfxout, pfyout, pcout, e$ #pfzout,

    ]

    ]

    pe_inc_calc

    ps_inc_calc

    absinc$ = sav_absinc

    ]

    if lock_codes = one & cuttype <> last_cuttype & cuttype > 0, pbld, n$, *sunlock, sunlockcomm, e$

    if cuttype = zero, ppos_cax_lin

    if lock_codes = one & cuttype <> last_cuttype & cuttype = 0 & fmtrnd(prv_cabs) = fmtrnd(cabs), pbld, n$, *slock, slockcomm, e$

    if gcode$ = one, plinout

    else, prapidout

    pcom_movea

    if retractflg = 0, #output if not forced output above with the G43

    [

    # phsm1_on

    # phsm2_on

    ]

    c_msng$ #Single tool subprogram call

    plast

    toolchng0 = zero

     


    any help would be great?

  5. I'm no specialist programer and I'm not sure if this software can do what I'm going to try to explain. But it would be very helpful with the way this setup sheet captures the toolpaths if it were to capture each veiw in verify after each tool then the setup guy would know what each tool is doing and what the part should look like at that time or maybe I'm just day-dreaming out loud. headscratch.gif

  6. Jim and Mastercam Guru

    Do you think its better to send Jim my X3 Post or try to start fresh with the X4 MpMaster Post.

     

    Mastercam Guru has helped me a lot but just recently the errors in the post were their before he started to help me now with X4 I see a lot of my mistakes but I'm looking to do the right thing and get this working. I don’t want to have to remember what I did in a post when X5 comes out and go thru this all over again?

  7. 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

  8. 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!


  9. Mastercam Guru

    I loaded X4 and got the Debugging to work.

     

    The "Link" should take you to my post it's called (mpmaster 4 axis yasnac mc-660vg.pst)

     

    Link

     

    Again thanks for all the help

  10. This is what I'm grtting now

    code:

     

    N4G90T24M6(.1885 DIA, CARBIDE REAMER)

    G0G94G17G90G54J2X3.32Y0.A0.S800M3T25

    G43H24Z1.125M8

    M21("A" CLAMP)

    G98G81Z.37R.625F4.

    G80

    M22("A" UNCLAMP)

    M9S200

    G91G28Z0.M5

    M52(AIR BLAST ON)<<<remove

    G4P5.(DWELL)<<<remove

    M53(AIR BLAST OFF)<<<remove

    G40G49<<<remove

    M1<<<remove

    G90T0M6(BLOW OUT SPINDLE AFTER H.P.)<<<remove

    G0T25<<<remove

    M52(AIR BLAST ON)<<<remove

    G4P5.(DWELL)<<<remove

    M53(AIR BLAST OFF)<<<remove

    G40G49

    M1

    N5G90T25M6(10MM DRILL)

    G0G94G17G90G55X2.18Y0.A180.S2742M3T18

    G43H25Z1.125M50

    M21("A" CLAMP)

    G98G81Z.2874R.525F5.4

    G80

    X3.32

    G98G81Z-.5036R.525F5.4

    G80

    M22("A" UNCLAMP)

    M9S200

    G91G28Z0.M5

    M52(AIR BLAST ON)<<<good

    G4P5.(DWELL)<<<good

    M53(AIR BLAST OFF)<<<good

    G40G49<<<good

    M1<<<good

    G90T0M6(BLOW OUT SPINDLE AFTER H.P.)<<<good

    G0T18<<<good

    M52(AIR BLAST ON)<<<good

    G4P5.(DWELL)<<<good

    M53(AIR BLAST OFF)<<<good

    G40G49<<<good

    M1<<<good

    N6G90T18M6(7/16 X .0625R ENDMILL)

    G0G94G17G90G55X3.32Y0.A180.S4365M3T26

    G43H18Z1.125M50

    M21("A" CLAMP)

    G98G81Z-.3925R.525F13.

    G80

    M22("A" UNCLAMP)

    M9S200

    G91G28Z0.M5

    <<<<need it here

    <<<<need it here

    <<<<need it here

    G40G49

    M1


    any help is appreciated

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...