CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Electronics > Xylotex


Xylotex Discuss all Xylotex drivers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 12-17-2004, 08:29 AM
 
Join Date: Jul 2004
Location: SEA Jungle
Posts: 87
Guy Smiley is on a distinguished road
Help this Newbie Please!

Hi, I just recieved my 4-Axis controller box and have run the test in TurboCNC. All the motors are spinning and so I run one automated (TRIM4) and the jog modes. I went as far as attaching the x-axis motor in place of a dot-matrix printer's motor to run the printhead carriage. I ran jog by typing in values for x (0.347 and -0.347) and it worked great.

What I'd like to do is use 2 of these belt drive printhead assemblies, in x-y configuration, for starters just to get the hang of CNCing. I will be setting the x-axis carriage on my bench mills bed and rig up a mount for the y carriage to attach to the mill's spindle housing. The whole y carriage will be Z'd down by the mill's Z in manual mode. A Dremel mount will be attached to the y-carriage's ex-printhead holder. I downloaded Master5 and would like to try it out since I'm using WinME.

Here's the dilemma. 1) In TurboCnc, the 15 inches of travel needed only the value 0.347 to cover the distance. Is this because I'm using a belt drive that translate 1:1? What do I need to configure to travel 1 inch when I type 1 inch? 2) In Master5, I encountered the pin configuration window and entered the Pins2-9 config and the AUX pin designations as specified by Xylotex. What do I input in the "Motor Configuration" values?

Although I mustered enough to dive into this head on, including building my own CNC router table, I must say I've reached the point where I'm going to need some hand holding. What's next? I just would like to draw some simple figures first (square, triangle and circle) and be able to cut them using the above temporary machine set-up. I really am just trying to get the hang of this very new to me world of CNC before I complete my router set-up.
EC
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 12-17-2004, 09:53 AM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 19,570
ger21 is on a distinguished road
Buy me a Beer?

Originally Posted by Guy Smiley

Here's the dilemma. 1) In TurboCnc, the 15 inches of travel needed only the value 0.347 to cover the distance. Is this because I'm using a belt drive that translate 1:1? What do I need to configure to travel 1 inch when I type 1 inch? 2) In Master5, I encountered the pin configuration window and entered the Pins2-9 config and the AUX pin designations as specified by Xylotex. What do I input in the "Motor Configuration" values?
What version of TurboCNC. If version 4, under configure axis, in the scale box, the value is 1/ (steps per rev, usually 200, times microstepping, 8 if set at 1/8, times screw lead(turns per inch)).

If it's belt drive you need to use the distance traveled per motor revolution in stead of screw lead.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 12-17-2004, 09:24 PM
 
Join Date: Jul 2004
Location: SEA Jungle
Posts: 87
Guy Smiley is on a distinguished road

Thanks Gerry, that is it! I remember telling Jeff that I plan to use a 10tpi lead screw! The 4-Axis box set-up is great and newbie friendly. I strongly suggest that the newbie try to learn as much about it from these forums before firing up. People here are very helpful but I must admit though that, after seeing that my plea was viewed 18 times and no response yet, I did scramble around clueless to look for the answers. Anyway, here's a photo of what I'm playing with right now and pretty soon I can post some pics of the router table that I've been working on.

Another question is. I'm quite used to using Adobe Illustrator and have noticed that there is an export as .dxf file there. What should be my next step so that I can use that in TurboCNC to start cutting? Thank you for helping out this newbie!
EC
Attached Thumbnails
Click image for larger version

Name:	XylotexWb1.jpg‎
Views:	131
Size:	10.0 KB
ID:	4259  
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 12-18-2004, 07:15 AM
Bubba's Avatar  
Join Date: Mar 2004
Location: LaGrange, GA USA
Posts: 1,303
Bubba is on a distinguished road

Guy,
The process of making the part(s) is to:
1) draw the part (which it sounds like you have done)
2) Code the part into a G-code listing. (see below)
3) Transfer this file into your controler computer and in this case, you will be using TurboCNC as the controler.

Now for the fun part (Item 2). You need to get from the drawing to the coding and a good place to start is with the manual that you have for Turbocnc. It lists the various codes accepted and what they do. I suggest you START learning by doing hand coding so you will become familiar with the process before you go off and use a Cam program that will take your dxf and output a g-code file that can be used in TurboCNC. I say this as you need to be able to have the skills to look at the code and "tweak it" at times or to add or subtract certain line to obtain the desired results.

It won't take long to get the hang of things and then you can consider which Cam program you would like to use. There are several threads on the board concerning what each user thinks is best. And as with control programs, there are all sorts of price ranges and capabilities.

Good luck and keep asking questions.

Bubba
Tweet this Post!Share on Facebook
Reply With Quote

  #5  
Old 12-18-2004, 10:10 AM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 19,570
ger21 is on a distinguished road
Buy me a Beer?

Originally Posted by Guy Smiley

Another question is. I'm quite used to using Adobe Illustrator and have noticed that there is an export as .dxf file there. What should be my next step so that I can use that in TurboCNC to start cutting? Thank you for helping out this newbie!
EC
Download ACE from http://www.dakeng.com This will convert .dxf's to g-code. You'll probably have to play around a bit with illustrator to get good results. If given a .dxf version option, try v12 to start. It usually gives the best results.

Like Bubba says, learning G-code can be a big help. It will let you understand the code that ACE gives you, which will make it easier to fix if it's not working right. And by fix I don't mean hand editing the code, but figuring out what you need to do in illustrator to get the results you want.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 12-24-2004, 01:57 AM
 
Join Date: Jul 2004
Location: SEA Jungle
Posts: 87
Guy Smiley is on a distinguished road

Thanks guys. I finally got my new computer, with the Xp Os, and loaded my Mach2. Am going through the manual, printing the 160 pages took a while, and really learning a lot. Gcode programming is easier to understand now with the tutorials in the Mach2 manual and I highly recommend going through it.

So, I have my Xylotex 4-axis box, my Mach2, my CAD and now it's back to putting more time in working on my CNC Router. Suceeding posts will be in "Hoping it works" in the DIY Project forum now.

Thank you,
EC
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie - To build or not to build Router/Plasma Table dfranks CNC Plasma and Waterjet Machines 10 04-08-2011 12:16 AM
Complete Newbie seeking for help. - Clisby mini machines. some8 Mini Lathe 11 03-13-2006 09:23 AM
Autocad user has newbie SW/CNC questions cadesignr Solidworks 7 02-11-2005 02:19 PM
I am a NEWBIE rsera DIY-CNC Router Table Machines 4 03-22-2004 10:35 AM
Newbie says HOWDIE! cadesignr Autodesk Software (Autocad, Inventor etc) 1 03-21-2004 12:19 PM




All times are GMT -5. The time now is 12:09 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353