Hello Guest it is April 25, 2024, 02:17:32 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 1hander

Pages: 1 2 »
1
G-Code, CAD, and CAM discussions / Re: 4 axis inventor hsm post
« on: November 13, 2016, 04:31:05 AM »
with help from dude1... it looks like its working.... dude....thank you so much for your effort...

2
G-Code, CAD, and CAM discussions / Re: 4 axis inventor hsm post
« on: November 13, 2016, 01:49:45 AM »
in the setup stock...i set the rotatiponal axis to be the a axis... so the stock is facing the right direction... then in the ops like you said... set the z to each hole... the simulationds look great in inventor... (this is why i suspect the post processor is wrong but what do i know) but the simulation in the post processor(backplot) is the one thats wrong... im not sure...

3
G-Code, CAD, and CAM discussions / Re: 4 axis inventor hsm post
« on: November 13, 2016, 01:42:45 AM »
i though that is what i did...i watched all the tutorials i could find...
if you want to have a look heres the file..
it wont let me attach it... if you want i can email it

4
G-Code, CAD, and CAM discussions / Re: 4 axis inventor hsm post
« on: November 13, 2016, 12:44:05 AM »
will do...thanks for the input boss..ive been up for two days reading and reading...and changing posts and trying simulations...wow.... but i have learned toda7y...

5
G-Code, CAD, and CAM discussions / Re: 4 axis inventor hsm post
« on: November 13, 2016, 12:12:59 AM »
function onOpen() {

  if (true) {
    var aAxis = createAxis({coordinate:0, table:true, axis:[-1, 0, 0], cyclic:true, preference:1});
    machineConfiguration = new MachineConfiguration(aAxis);

    setMachineConfiguration(machineConfiguration);
    optimizeMachineAngles2(1); // map tip mode
  }

  if (!machineConfiguration.isMachineCoordinate(0)) {
    aOutput.disable();
  }
  if (!machineConfiguration.isMachineCoordinate(1)) {
    bOutput.disable();
  }
  if (!machineConfiguration.isMachineCoordinate(2)) {
    cOutput.disable();
  }
 
  if (!properties.separateWordsWithSpace) {
    setWordSeparator("");
  }

  sequenceNumber = properties.sequenceNumberStart;

6
G-Code, CAD, and CAM discussions / 4 axis inventor hsm post
« on: November 12, 2016, 07:29:30 PM »
hello

my mach3 post is working perfectly f or 3 axis... i recently added a fourth axis on the table rotating around the x axis... i was able to grt the a axis working by changing the post from false to true to get the axis ouput worjking..

the a axis indexes properly .... the first cut at 0 deg goes good but when the A axis indexes to the 120 deg position... x y and z move in a triangular pattern... not right...

is there anyone using inventor hsm pro and mach3 with 4th axis...who might share the post processor or put me in touch with someone who can help me.. i have posted on the autodesk forum as well...

heres two vids showing the simulation in inventor and the post toolpath..

hers the part and simulation .. i think i did it right and its working right
https://www.youtube.com/watch?v=Bcuizz6cH-w


and heres the wonky post toolpath
https://www.youtube.com/watch?v=UTHKzvj-7vo

7
the x motor warms up ... 109 deg no more.............at fast machining feedrates 150ipm 115 or so .... but no not hot at all
they are set to 4.9A peak 3.9A rms
i tried a spare new motor i had and swapped the driver out to a new spare i had with no change
yes the motor makes a niose when i try your suggestion

ger21s suggestion worked, so its the software or the BOB somehow.. but if i tune the motorsa to 275 ipm then program cam to 275 ipm it screams right along with no problems, it only haoppems on really high feedrate overrides which i realistically wont be doing anyway


8
its what i downloaded from the downloads page,
im using
 c35s board
5056D drivers

it definately doesnt sound  like that...it sounds like when the motor hits the end of the travel and sits there losing steps

 i think the version is R3.043.466

9
awesome...im glad it WASNT ME SCREWING SOMETHING UP///LOL
i will just program accordingly...thank you sir
rick

10
hello all,

thanks for having me, im fairly new here...im a 100 dis vet.... i have use of only one arm, so please excuse my typos, i go fast and miss letters ... ive been workin m y 0704 for about a year, ive finally gotten to the point thats it time to start ruining bits and endmills LOL...

so im tryinhg to make a spanner wrench till i get the power drawbar done... ive got the cam mostly figured out and found feeds and speeds that agree with thestock motor..

sooooo...im dry cutting the spanner program.......it runs great, i chased the emi issue for a while and finally fixed that problem by rearranging wires and using emi magnets on all of the lines...
gibs adjusted to .001 lash in booth directions, not overly tight....it refs all home nice and smooth with no problems.
 20IPM feedrate...
.040 stepover
motors are 560oz n23's
tuned to 100ipm at 15 acceleration
6061 aluminum
1/2 inch endmill 3 flute
ive added 1 shot oilng to all the ways and dovetails, so its well oiled.
running mist coolant
now if i let it run at 20ipm it has no problem, i was playing with the overrride white it was dry cutting air..i turned it up to max which is i think 260% and at the very limits of the x+and y+ it jitters like its losing steps...as i turn the override back down, the closer i get to the original 100% the jitter/vibration gets less, when it hit about 130 its gone...
i did notice that if i turn the acceleration up on the x and y motors the jitter becomes worse even below the 100% override setting

is it justa matter of im turning it up too much or is it because the gibs are too tight at the extremes of the x and y axis..i was guessing its not a too tight ituation because it doesnt do the jitter/vibration in any other situation..like ref all home
i did a search, naybe im not keying in the right words , if its been covered i would surely appreciate being pointed in that direction..

rick

Pages: 1 2 »