Post Processing probelm

Post Processing probelm

Anonymous
Not applicable
3,851 Views
21 Replies
Message 1 of 22

Post Processing probelm

Anonymous
Not applicable

since the last update i can't use my personal post or my cloud post and when i use the generic posts that suits my machine (milltronics) that won't select either but all the other generic post are selectable.

 

Any help would be grateful 

 

Gary

0 Likes
Accepted solutions (1)
3,852 Views
21 Replies
Replies (21)
Message 2 of 22

GeorgeRoberts
Autodesk
Autodesk

Hello,

 

Thanks for posting! Could you create a screencast showing the issue? Or possibly a few screenshots? Are the options not there for you, or does it just not let you select the post?

 

Cheers

-

George Roberts

Manufacturing Product manager
If you'd like to provide feedback and discuss how you would like things to be in the future, Email Me and we can arrange a virtual meeting!
0 Likes
Message 3 of 22

Anonymous
Not applicable

Hi 

My post processor is a custom one that I modified from a Generic one (milltronics) and has been working fine for months if not a year now

I've inserted a screen shot of the problem hope this helps

 Screen Shot 2017-10-19 at 09.14.51.png

 

0 Likes
Message 4 of 22

Anonymous
Not applicable

It only seem to be the Milltronics Generic and my custom posts that are not working 

0 Likes
Message 5 of 22

Anonymous
Not applicable

Help Help Help I need this sorted i can't use the post processor 

0 Likes
Message 6 of 22

jeff.pek
Community Manager
Community Manager

I take it the problem is that the OK button is not enabled? Just want to make sure I understand what you're showing.

  Jeff

0 Likes
Message 7 of 22

jeff.pek
Community Manager
Community Manager

I think the problem is with the "G18" property (under Properties).

Its default setting -- which displays as just "G18" in the dropdown -- is not valid. So, you need to choose one of the available values (ZX or XZ).

 

We'll have to look into whether it's expected that this must be explicitly set, or if there should be a better default.

 

Jeff

0 Likes
Message 8 of 22

Anonymous
Not applicable

yes thats correct  its not working with my custom post which it has be ok and not working with the milltronics Generic post it seem anything to do with milltronics it doesn't work it works with the other Generic posts.

 

its was fine until the last update 

0 Likes
Message 9 of 22

Anonymous
Not applicable

i have the G17 active

0 Likes
Message 10 of 22

jeff.pek
Community Manager
Community Manager

Not sure what that means. Can you show me a screenshot with the Properties being displayed?

  Jeff

0 Likes
Message 11 of 22

Anonymous
Not applicable

 

Here you go 

 

 

Screen Shot 2017-10-19 at 15.16.11.png

0 Likes
Message 12 of 22

jeff.pek
Community Manager
Community Manager

OK, in your case it's G17 -- vs. G18 in the Milltronics post.

If you click in that dropdown, you'll see that "G17" isn't actually a valid value -- it wants one of the items that shows in the dropdown.

 

You need to either choose one of those values, or adjust the post to accept the default value.

 

Jeff

0 Likes
Message 13 of 22

Anonymous
Not applicable

theres nothing in the drop down when i click on it it does do anything ? so how do i chance the post and were do i put it in the post ?

0 Likes
Message 14 of 22

Anonymous
Not applicable

doesn't do anything that should of been ....sorry

0 Likes
Message 15 of 22

jeff.pek
Community Manager
Community Manager

Can you PM me your post, so I can see how that property is defined?

Thanks,

  Jeff

0 Likes
Message 16 of 22

Anonymous
Not applicable

I Can send it to you here or somewhere else ?

0 Likes
Message 17 of 22

Anonymous
Not applicable

sent to you 

0 Likes
Message 18 of 22

jeff.pek
Community Manager
Community Manager

Thank you. If you add the following section after the "properties" section, you should get values that you can select from in the dropdown.

Note that the G17 property definition allows a new "Unsupported" value, along with ZX and XZ. If you change the default value of that property in "properties", then your OK button should be enabled right away. This would look like this:

 

G17: "Unsupported" // set to "ZX" (right handed) or "XZ" (left handed) in accordance with your control setting - byte 79 - G18 plane select: XZ=0, ZX=1

 

Jeff

 

[Add the following below the "properties" section]

 

// user-defined property definitions
propertyDefinitions = {
writeMachine: {title:"Write machine", description:"Output the machine settings in the header of the code.", group:0, type:"boolean"},
writeTools: {title:"Write tool list", description:"Output a tool list in the header of the code.", group:0, type:"boolean"},
preloadTool: {title:"Preload tool", description:"Preloads the next tool at a tool change (if any).", type:"boolean"},
showSequenceNumbers: {title:"Use sequence numbers", description:"Use sequence numbers for each block of outputted code.", group:1, type:"boolean"},
sequenceNumberStart: {title:"Start sequence number", description:"The number at which to start the sequence numbers.", group:1, type:"integer"},
sequenceNumberIncrement: {title:"Sequence number increment", description:"The amount by which the sequence number is incremented by in each block.", group:1, type:"integer"},
optionalStop: {title:"Optional stop", description:"Outputs optional stop code during when necessary in the code.", type:"boolean"},
separateWordsWithSpace: {title:"Separate words with space", description:"Adds spaces between words if 'yes' is selected.", type:"boolean"},
useRadius: {title:"Radius arcs", description:"If yes is selected, arcs are outputted using radius values rather than IJK.", type:"boolean"},
showNotes: {title:"Show notes", description:"Writes operation notes as comments in the outputted code.", type:"boolean"},
G17: {title:"G17 Plane", description:"set to \"ZX\" (right handed) or \"XZ\" (left handed) in accordance with your control setting - byte 79 - G17 plane select: XZ=0, ZX=1", type:"enum", values:["Unsupported", "ZX", "XZ"]}
};

0 Likes
Message 19 of 22

Anonymous
Not applicable
Accepted solution

Hi Jeff

 

Your a star thank you very much thats worked now i can catch up on lost work lol 

 

once again thank you 

 

Gary

0 Likes
Message 20 of 22

jeff.pek
Community Manager
Community Manager

FYI, we are working on a near-term Fusion update to fix the problem in the presentation in the dropdown (CAM-8710).

  Jeff

0 Likes