Generic ISEL Intermediate post processor

Generic ISEL Intermediate post processor

ThomasLeMezo
Contributor Contributor
2,029 Views
5 Replies
Message 1 of 6

Generic ISEL Intermediate post processor

ThomasLeMezo
Contributor
Contributor

Hi,

There is a bug at line 617 of the processor:

writeBlock(clockwise ? "CWABS" : "CCWABS", iOutput.format(toUM(cy)), kOutput.format(toUM(cz)) /*, xOutput.format(toUM(x))*/, yOutput.format(toUM(y)), zOutput.format(toUM(z)));

Should be remplace by:

writeBlock(clockwise ? "CWABS" : "CCWABS", jOutput.format(toUM(cy)), kOutput.format(toUM(cz)) /*, xOutput.format(toUM(x))*/, yOutput.format(toUM(y)), zOutput.format(toUM(z)));

jOutput instead of iOutput for the first cy variable.

Accepted solutions (1)
2,030 Views
5 Replies
Replies (5)
Message 2 of 6

Laurens-3DTechDraw
Mentor
Mentor

@ThomasLeMezo 

You are absolutely right.

 

Let me ping the post team for you on this. @AchimN

Laurens Wijnschenk
3DTechDraw

AutoDesk CAM user & Post editor.
René for Legend.


0 Likes
Message 3 of 6

AchimN
Community Manager
Community Manager
Accepted solution

@ThomasLeMezo, thanks for your feedback.

This issue is already fixed and the updated post will show up into the library soon.



Achim.N
Principal Technology Consultant
0 Likes
Message 4 of 6

ThomasLeMezo
Contributor
Contributor

@AchimNBy the way, the command "inittool" at the beginning of every .ncp file  (writeBlock("INITTOOL")) is not recognized by our machine (EuroMod 65).

I don't know if other users have the same issue...

Message 5 of 6

jean.nelson.laurent
Observer
Observer

Hi, I have an ISEL Flatcom CNC machine and it's also not working. 

0 Likes
Message 6 of 6

ThomasLeMezo
Contributor
Contributor

Hi Jean, @AchimN

You can find enclose the postpro we use for our Isel EuroMod 65. We been rewritten the postpro to match the last version of the Euromod. I hope it will work for you.

 

Best regards,

Thomas