![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
hello, i want to post the stock size to the NC file and i have done this. but when want to post the values in another place in the post i could not. its posted only once!!!! i dont know why? this is some of the code that i wrote: "L160=" sopen_prn, stck_ht$, " ( LENGTH )", e$ "L161=" sopen_prn, stck_wdth$, " ( WIDTH )",e$ "L162=" sopen_prn, stck_thck$, " ( THICKNESS )",e$ the above lines were posted without problems. but after that i want to post it again some lines below i couldn't. "L929=0 ( DATUM SHIFT_X )",e$ "L930=0 ( DATUM SHIFT_Y )" ,e$ NP "L167=" sopen_prn, stck_ht$, " ( RAW PANEL LENGTH )" ,e$ NP "L168=" sopen_prn, stck_wdth$, " ( RAW PANEL WIDTH )" ,e$ "L114=0 ( EDGEBANDING ACTIVE )" ,e$ the lines marked with NP (Not Posted).... i dont why??? regards, Basim |
|
#2
| ||||
| ||||
| Hi Basim, glad you got it going Code: "L929=0 ( DATUM SHIFT_X )",e$ "L930=0 ( DATUM SHIFT_Y )" ,e$ "L167=" sopen_prn, stck_ht$, " ( RAW PANEL LENGTH )" ,e$ "L168=" sopen_prn, stck_wdth$, " ( RAW PANEL WIDTH )" ,e$ "L114=0 ( EDGEBANDING ACTIVE )" ,e$ The L167/168 line will error as comma is missing after the first string, if a comma is inserted, you should get L167=( your stock height ( RAW....) L168=( your stock width ( RAW....) or have you done a typo? It also may not parse correctly, as the brackets count is not equal, ( just thinking out loud ) Brackets are usually comments. so, is the sopen_prn required after the = ? |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help!- stock size posting | basim | Post Processors for MC | 1 | 12-15-2009 05:24 PM |
| Need Help!- Adding stock size to a post... not working the way I want | DaOne | Post Processors for MC | 6 | 09-22-2008 05:53 PM |
| Problem- Stock size? new patch | mikeh78 | BobCad-Cam | 9 | 08-22-2008 02:07 PM |
| V22 posting problem | Joe Miranda | BobCad-Cam | 11 | 12-07-2007 11:09 PM |
| Defining Stock Size In BobCADCAM | jonbanquer | BobCad-Cam | 3 | 01-25-2006 06:58 PM |