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! > Machine Controllers Software and Solutions > LinuxCNC (formerly EMC2)


LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-16-2009, 03:09 PM
 
Join Date: Jul 2005
Location: United States
Age: 35
Posts: 39
compmedic is on a distinguished road
Exclamation Need Help With Setup

I have a Zenbot Router with xylotex controller.
I need help setting up my table i think. My table Dimensions are 6x-8y-3z.
When i try to run the example emc2 file it says that it exceeds my travel.
I think my table is big enough to run the engraving.
I got the table set-up as follows:

start: end:
0.0 12.0 x
0.0 16.0y
0.0 4.0z


Thanks for any help.

Darren
Reply With Quote

  #2   Ban this user!
Old 01-16-2009, 10:49 PM
 
Join Date: Nov 2005
Location: Canada
Posts: 465
chester88 is on a distinguished road

I would bet it is the Z axis that is the problem. it should be a negative number
I can use a lathe as an example :
usually the end of the part that is FARTHEST from the chuck is Z zero and gets more negative the closer to the chuck you go.

I think the mil is similar Z zero would be when the table and head are the FARTHEST apart then Z goes negative as you they get closer to each other.

try setting z at -4 and 0

Someone else will come along a confirm this I'm sure.
Reply With Quote

  #3   Ban this user!
Old 01-16-2009, 11:05 PM
 
Join Date: Nov 2005
Location: Canada
Posts: 465
chester88 is on a distinguished road

Ok I thought about this more.

The machine limits are based on where your home 0 position is.

say home 0 for the X axis is in the middle of the travel.
you say your X is 12" long - then the correct number would be -6 and 6

So it's the signed (+ or -) distance on either side of home zero position.
Reply With Quote

  #4   Ban this user!
Old 01-16-2009, 11:10 PM
 
Join Date: Jul 2005
Location: United States
Age: 35
Posts: 39
compmedic is on a distinguished road

my x axis is only 6 inches
my y axis is 8 inches
my z axis is only 3 inches
I set it up like would in mach3 cuz i dont know how emc2 is set
So i set:
0 - 12
0 - 16
0 - 4
4 just to be safe
Reply With Quote

  #5   Ban this user!
Old 01-17-2009, 05:05 AM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

Are you setting your limits for more travel than your machine has?
Where does your machine table home, at the extreme positive, or negative end of travel?
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-17-2009, 05:58 AM
 
Join Date: Jul 2005
Location: United States
Age: 35
Posts: 39
compmedic is on a distinguished road

Ummi dont believe so.
umm maybe i should of mentioned i dont have any home or limit switches.
So i use 0.0 as soft home u could say. Not for sure.
Should they be set to like:
-6 and 6
-8 and 8
-3 and 3
Reply With Quote

  #7   Ban this user!
Old 01-17-2009, 08:20 AM
 
Join Date: May 2005
Location: canada
Posts: 1,149
cyclestart is on a distinguished road

Even on a machine without switches you must establish a HOME zero position . The [dot]ini file (likely mymill.ini) decides where these are positioned. On my machine I chose to locate these at the extreme ends of the travel, I just find it less confusing that way. You would prefer HOME to be the center of travel ? That can also be done.

BUT you have given the machine a larger work envelope than it has in reality. I think the real problem is you are misunderstanding the relationship between machine zero position and workpiece zero position. If not, you are misunderstanding how to establish a HOME in .ini. There is also part program zero to be considered. The emc text program is lower left 0,0,0 iirc.

It's possible to tell emc the machine has a thousand inches of travel and still get an "exceeds travel" error. Emc has good manuals. Sorry if that comes across as "rtfm " but it's time well spent. This wiki entry might also help.
http://wiki.linuxcnc.org/cgi-bin/emc...rdinateSystems

edit/ Is it safe to assume you setup the machine using stepconf ? Whatever you called the machine (mymill is default), There will be a file called 'thatname'.ini in your emc2 directory. Open that text file and paste the information under [Axis 0] [Axis 1] and [Axis 2] in your next post.
__________________
Anyone who says "It only goes together one way" has no imagination.

Last edited by cyclestart; 01-17-2009 at 09:21 AM.
Reply With Quote

  #8   Ban this user!
Old 01-17-2009, 10:51 AM
 
Join Date: Jul 2005
Location: United States
Age: 35
Posts: 39
compmedic is on a distinguished road

I have been trying to tell emc the home postion is zero.
All the way forward and all the way left.
I have been reading the manual but i will try to go through it again.
Just hope i set my table travel right.

Thanks.
Reply With Quote

  #9   Ban this user!
Old 01-17-2009, 04:34 PM
 
Join Date: Jul 2006
Location: usa
Posts: 1
Triggerdog is on a distinguished road

Hello,
I just started using Emc2 and I really like it. I am using the Ubuntu 8.04 install. I had similar "problems" but I didn't have the machine setup correctly in the "EMC2 Stepconf Wizard". Even correctly set up it will give a warning if you over travel which is great because it doesn't allow you to crash your machine. Also be aware that you might have a tool path that "undertravels" below 0. If you have your z axis travel set from 0 to 6 inches for example and try to run the z to -.05 it will give a warning and not run. I am running the Axis 2.2.8 an it comes up the the EMC2 Axis gcode engraving. You should see a red line box that shows the work area, if your toolpaths are outside that then it will error. I hope that helps, I have a sherline mill with xylotex drives and it works well with EMC2 so far.
Reply With Quote

  #10   Ban this user!
Old 01-17-2009, 06:04 PM
vlmarshall's Avatar  
Join Date: Mar 2006
Location: usa
Posts: 474
vlmarshall is on a distinguished road

Originally Posted by Triggerdog View Post
I have a sherline mill with xylotex drives and it works well with EMC2 so far.

I have the same setup, I just installed EMC2 a few weeks ago, and I'm really enjoying it.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 01-18-2009, 02:42 AM
 
Join Date: Nov 2005
Location: Canada
Posts: 465
chester88 is on a distinguished road

Ok the other related possible problem is you are trying to run the program while using the 'Machine coordinate system'
Meaning after you start your machine and home it (either with switches are by pushing the home button) you have established 'Machine coordinates'- these can not be changed. (on a side note G53 calls use this coordinate system eg. G53 GX 0Y 0Z 0 puts you at the 'Machine coordinate' zero points for X Y Z -probably where you homed at regardless of any other coordinate system being used)
What you need to do then is establish a coordinate system based from the part to be machined - The part origin needs to be established.
EMC has eight g codes that keep track of part origins (or work offsets as EMC calls them) G54 55 56 57 58 59 59.1 59.2

In AXIS "touch-off" is used to set the origin.
One way is to physically move the cutter to where the part program is expecting X Y Z 0 is and then "touch_off" entering 0 for each axis (X Y Z).
After that when you are using G54 coordinates system and you enter G0 X0 Y0 Z0 the machine will move to that spot.

I skipped some details here (I haven't actually programmed a CNC mill...) but that will get you thinking - keep looking at the manual too and ask some more questions.
Reply With Quote

  #12   Ban this user!
Old 01-18-2009, 06:42 AM
 
Join Date: Jul 2005
Location: United States
Age: 35
Posts: 39
compmedic is on a distinguished road
Question

Is there a way to take screenshots in EMC2?
If there is then i will take one and show what im seeing.
If my X axis is 6" of table travel then my settings should be set-up as -3 and 3, right?
Im still using the manuals but they dont always tell ya what u need to know.
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
CNC setup mwood3 Benchtop Machines 33 06-19-2008 07:22 AM
Need Help!- Anyone know anything about this setup? adbradley DIY-CNC Router Table Machines 4 01-24-2008 04:18 PM
What's your setup like... Scratch CNC Plasma and Waterjet Machines 1 01-12-2007 01:31 PM
Setup ACME General Metal Working Machines 0 09-07-2004 09:37 AM




All times are GMT -5. The time now is 05:30 PM.





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 354 355 356 357 358 359 360 361