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:

error while posting


MARK4566
 Share

Recommended Posts

I was using x3 and just switched to x4. All posts work fine except for one. We get an error while posting, when I look at th error report this is what it is:

 

24 Aug 2009 06:14:39 PM - <0> - Report created.

24 Aug 2009 06:14:39 PM - <2> - Initialize posting log file

24 Aug 2009 06:14:39 PM - <2> - Using MP run version 13.00 and post components version 10.00

24 Aug 2009 06:14:39 PM - <2> - Initiate opening the post processor file(s).

24 Aug 2009 06:14:39 PM - <2> - Post processor file name: C:MCAMX4MILLPOSTSMPMASTER.PST

24 Aug 2009 06:14:39 PM - <2> - The post processor file has been successfully opened.

24 Aug 2009 06:14:39 PM - <2> - Post version information (input):

24 Aug 2009 06:14:39 PM - <2> - UPDATEPOST Version 13. was used to modify this file.

24 Aug 2009 06:14:39 PM - <2> - The file was modified by this product on 19 Aug 09 16:54:23

24 Aug 2009 06:14:39 PM - <2> - The post was written to run with Mastercam Version 13.

24 Aug 2009 06:14:39 PM - <2> - The post product type is Mill.

24 Aug 2009 06:14:39 PM - <2> - Initialization of pre-defined post variables, strings, postblocks was successful.

24 Aug 2009 06:14:39 PM - <2> - Search for defined post variables, strings, postblocks was successful.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'maxnccomment$' was re-initialized from 256. to 120.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'dec_seq_left$' was re-initialized from 3. to 4.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'sub_seq_typ$' was re-initialized from 0. to 1.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'tplanemode$' was re-initialized from 2. to 1.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'nobrk$' was re-initialized from 1. to 0.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'nobrkxz$' was re-initialized from 1. to 0.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'nobrkyz$' was re-initialized from 1. to 0.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'lnobrk$' was re-initialized from 1. to 0.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'lnobrkxz$' was re-initialized from 1. to 0.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'lnobrkyz$' was re-initialized from 1. to 0.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'arctype$' was re-initialized from 2. to 5.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'arctypexz$' was re-initialized from 2. to 5.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'arctypeyz$' was re-initialized from 2. to 5.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'larctype$' was re-initialized from 2. to 5.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'larctypexz$' was re-initialized from 2. to 5.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'larctypeyz$' was re-initialized from 2. to 5.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'rotfeed4$' was re-initialized from 2. to 1.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'rotfeed5$' was re-initialized from 3. to 1.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'lrotfeed4$' was re-initialized from 2. to 1.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'lrotfeed5$' was re-initialized from 0. to 1.

24 Aug 2009 06:16:02 PM - <2> - CONTROL DEFINITION - - Post variable 'sub_level$' was re-initialized from 0. to 0.

24 Aug 2009 06:16:02 PM - <2> - RUN TIME - PST(3596), NCI(96) - Result type is wrong for formula

24 Aug 2009 06:16:02 PM - <2> - Successful completion of posting process!

 

But at the end of it it says it posted successfully, so would it be ok to run??

Link to comment
Share on other sites

I was told not to worry about the initialized lines, which it looks like all but one of yours. I would address this issue:

 

quote:

24 Aug 2009 06:16:02 PM - <2> - RUN TIME - PST(3596), NCI(96) - Result type is wrong for formula


Just don't ask me how. biggrin.gif

 

Thad

Link to comment
Share on other sites

The problem probably is caused by one of the variables being used in this formula on line # 3596 not being declared or defined properly or being of the wrong type.

 

Without the post I can't even tell you what or where.

 

I suggest contacting your reseller or at least posting the bad line so we can take a stab or two at it.

 

You could also look at the post line concentrating around the formula ( = ) and look at the variable names. Varaiables that have a $ at the end are predefined and don't need to be declared or initialized - but there are two types - strings and numeric. You could be using say a string variable where a numeric variable is required.

 

But if this worked prior to updating or I should say that you never noticed the error before, because it was there in previous version trust me, then for each variable in the formula that doesn't have a $ - search the post for this variable. Somewhere in the post the variable must have been declared or initialized with a : (ie xour : 0) for numeric variables and something like this (string1 " " or string1 or string1 := "some text " if you can't find the variables declaration then that is the cause.

 

Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...