Woodwop post processor ( File has invalid format )

Woodwop post processor ( File has invalid format )

justo_urbina12
Advocate Advocate
1,362 Views
8 Replies
Message 1 of 9

Woodwop post processor ( File has invalid format )

justo_urbina12
Advocate
Advocate

Hello guys, i just downloaded the updated woodwop post processor from https://cam.autodesk.com/hsmposts and when i try to open the program it says file has invalid format. I don't have this issue when using the old woodwop post processor from 4 years ago. What changes do i need to make in the post processor for a program to open? Woodwop1 is the post processor that works.

0 Likes
1,363 Views
8 Replies
Replies (8)
Message 2 of 9

KrupalVala
Autodesk
Autodesk

Hi @justo_urbina12 ,

 

Are you getting an error while Post-processing or at your Machine End?

 

Could please share the Error image?   

 

Thanks,



Krupal Vala
Senior Technology Consultant - Post Processor & Machine Simulation
0 Likes
Message 3 of 9

justo_urbina12
Advocate
Advocate

Here is the image.

0 Likes
Message 4 of 9

KrupalVala
Autodesk
Autodesk

Hi @justo_urbina12 ,

 

Please download the latest post from here.

 

You are getting this error at your controller end.This could be possible because of below codes has been removed from latest version of controller post.

 

Go to function onOpen() { and add/replace below codes in your old Post processor.

 

 writeln("[H");
  writeVar("VERSION", "4.0");
  writeVar("MAT", "WEEKE"); // HOMAG, CF-HOMAG, FK-HOMAG, WEEKE
  writeVar("OP", properties.doAllDrillingFirst ? 2 : 1);
  writeVar("O2", 0);
  writeVar("O3", 0);
  writeVar("O4", 0);
  writeVar("FM", properties.freeMotionParkPosition); // free motion part posisiton 0-4
  writeVar("FW", spatialFormat.format(properties.freeMotionAdditional)); // in mm
  writeVar("GP", 0);
  writeVar("GX", 1);
  writeVar("GY", 0);
  writeVar("GXY", 0);
  writeVar("NP", 1);
  writeVar("NE", 0);
  writeVar("NA", 0);
  writeVar("UP", 0);
  writeVar("DW", 0);
  writeVar("MI", 0);
  writeVar("INCH", 0 /*(unit == IN) ? 1 : 0*/); // 0 mm, 1 inch // we map inches to mm
  writeVar("View", "NOMIRROR");

  writeln("");
  writeln("[001");

 

Also check with shiftOrigin. if your machine doesn't support it then please set it to false

shiftOrigintrue// shift origin to lower left corner of part
 
I hope this helps.
 
Thanks,


Krupal Vala
Senior Technology Consultant - Post Processor & Machine Simulation
0 Likes
Message 5 of 9

justo_urbina12
Advocate
Advocate

Hello, i am still getting the error, even with the latest post processor.

0 Likes
Message 6 of 9

Anonymous
Not applicable

Hey, 

 

same Issue here.

I tried to fixed it like @KrupalVala said, but still getting the same error.

I´m sure to use the latest version of the woodwop post processor.

 

Here are my exported files.

 

Would be great if somebody could help me.

 

0 Likes
Message 7 of 9

justo_urbina12
Advocate
Advocate

I figured it out, here is a copy of my post that works.

Message 8 of 9

Anonymous
Not applicable

great that you could fix it, but what what did you do to solve it? 😁

 

I have still the same Error and don't know how to fix it.

0 Likes
Message 9 of 9

justo_urbina12
Advocate
Advocate

Here is a snipping tool shot of what changes i made, everything circled in blue on the right shot shows the changes i made. The 2 forward slashes are missing on the left shot, so i think that was the issue.

0 Likes