hurco vm10u post or post help

hurco vm10u post or post help

sksmachining
Contributor Contributor
402 Views
1 Reply
Message 1 of 2

hurco vm10u post or post help

sksmachining
Contributor
Contributor

if any one has a working vm10u post running winmax software could they please share it? if not could someone help me get one to run in my machine? i am very new to post editing but i have read a lot now and have notepad ++ and have a good bit of understanding on it.

 

I have tried editing a few posts now to try and get them to read on my winmax hurco vm10u with no luck.

first i tried using the post that i use on my 3 axis vm1. i edited the post to allow multi axis and also gave it my machine configuration as follows

 

if (true) { // note: setup your machine here
var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0], range:[-110,30], preference:1});
var cAxis = createAxis({coordinate:2, table:true, axis:[0, 0, 1], range:[-360,360], preference:1});
machineConfiguration = new MachineConfiguration(aAxis, cAxis);

setMachineConfiguration(machineConfiguration);
optimizeMachineAngles2(0); // TCP mode}

 

this post will read a 3 axis part with no errors but when i add in a 5 axis move it gives me a "position out of machine limits" error. i believe this is due to it not calling out the I,J,K at the GO x,y,z, line? i do not know how to fix this

 

i also tried the above with false, false, false and i get "code unsupported by TCPM or transform plane"

 

after not being able to figure that out i tried using the new hurco generic post. i left coding false, false, false i got this to read a 3 axis part and when i go to 5 axis programming i get a error saying "code unsupported by TCPM or transform plane". i tried true, true, true in the above configuration and it will not even read a 3 axis program

 

any help would be greatly appreciated!

 

 

0 Likes
403 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

You may want to move this post to the post processor forum.

Have you checked other 5 axis posts.

I looked at the Haas UMC-750 post and it might be of help to you.

jason

0 Likes