scottcox
12-21-2006, 04:47 PM
Hi Folks!
I wanted to share what I've been doing with my indexer files and ask for other ideas and feedback.
Here is a picture of a "bar element" that I just made on my indexer.
7564
I made this by outputting a FLAT 3d raster toolpath (rastering along X-axis) to a standard shopbot file for a 32 inch long/tall (x-axis) by 18.85 inch wide (y-axis). The 18.85 inch value is really my round blank diameter of 6 inches x pi . The standard file I got was mostly M3 commands. (M3,X,Y,Z)
I then imported that .sbp file into a database program (I used my Manifold GIS program) where I could do calculations on the columns. MS Excel does this but is limited to 65,000 lines.
I compulated 360 deg / 18.85 inch = 19.098 deg/inch. I then took the Y-column and converted it to values for the "B" column. Y times 19.098 = B
I then changed the M3 values in the command column to M5 values. Then I output a file with lines like M5,x,0,z,0,B where Y and A (A is unused) are set to zero and B replaces the Y. I also had to change J3 to J5 commands as well.
I then output to a .csv file, simply changed the extension to .sbp and voila, a shopbot file. Then I zeroed my Y over the indexer centerline and let her rip.
The conversion took about half an hour, but I did this because I didn't want to switch the Y and B connectors when I use my indexer.
What are you other guys and gals doing for indexer files? Any feedback on this process?
I wanted to share what I've been doing with my indexer files and ask for other ideas and feedback.
Here is a picture of a "bar element" that I just made on my indexer.
7564
I made this by outputting a FLAT 3d raster toolpath (rastering along X-axis) to a standard shopbot file for a 32 inch long/tall (x-axis) by 18.85 inch wide (y-axis). The 18.85 inch value is really my round blank diameter of 6 inches x pi . The standard file I got was mostly M3 commands. (M3,X,Y,Z)
I then imported that .sbp file into a database program (I used my Manifold GIS program) where I could do calculations on the columns. MS Excel does this but is limited to 65,000 lines.
I compulated 360 deg / 18.85 inch = 19.098 deg/inch. I then took the Y-column and converted it to values for the "B" column. Y times 19.098 = B
I then changed the M3 values in the command column to M5 values. Then I output a file with lines like M5,x,0,z,0,B where Y and A (A is unused) are set to zero and B replaces the Y. I also had to change J3 to J5 commands as well.
I then output to a .csv file, simply changed the extension to .sbp and voila, a shopbot file. Then I zeroed my Y over the indexer centerline and let her rip.
The conversion took about half an hour, but I did this because I didn't want to switch the Y and B connectors when I use my indexer.
What are you other guys and gals doing for indexer files? Any feedback on this process?