Hello Guest it is April 24, 2024, 10:34:30 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 - Chaoticone

Pages: « 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 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 »
2881
Good Job, thats great!   :)

Brett

2882
General Mach Discussion / Re: why does mach not let me do this on MDI
« on: August 17, 2008, 11:22:47 PM »
Josh, have you modified your screen set? If so, post it and I'll have a look. If not, post your xml of the profile your having trouble with.

Brett

2883
Screen designer tips and tutorials / Re: Screen4 problems?
« on: August 17, 2008, 11:17:22 PM »
Dennis, the biggest bug i know of with screen 4 is this. When working on a screen set it to a resolution so that you can se all of it without scrolling. Also turn the background image off and see if it helps with your problem. IMG button at the top.

Brett

2884
General Mach Discussion / Re: Scripting Help Tool Zero
« on: August 17, 2008, 07:25:57 AM »
Glad Greg got you sorted Phil. Thats what it is all about. Good job Greg.

Brett

2885
General Mach Discussion / Re: cnc plasma table...
« on: August 16, 2008, 09:59:10 PM »
Quote
Ports & Pins ---> Input Signals---> EStop Enabled, Port 1, Pin 10

Change its active state from active low to active High or visa-versa and see if that fixes you up.

Brett

2886
General Mach Discussion / Re: Version 3.042.003 Ready for testing.
« on: August 16, 2008, 09:40:16 PM »
Updated again. This is the new link.   http://www.machsupport.com/downloads/Mach3Version3.042.004.exe   This is also avaliable on the downloads page.

Brett

2887
General Mach Discussion / Re: Scripting Help Tool Zero
« on: August 16, 2008, 09:33:22 PM »
Phil, I think i understand what you want. I have sent you a Personal message.

Brett

2888
General Mach Discussion / Version 3.042.003 Ready for testing.
« on: August 15, 2008, 08:53:39 PM »
Brian just sent me this and I thought I would share it with you. As of this posting it isn't on the downloads page but the link in this thread will get you to it. As allways, anyone testing and giveing constructive feedback is a huge help.

Hello all ,
Sorry about the delay but this was another big step to making the
foundation of Mach3 more stable  :) . There was a section of code for the
Arcs in Mach3 turn that was known to be a bit of trouble and it is now
fixed. This was one of the parts that I was in hopes to fix in about 5
revs but I was seeing some interaction with the Scripting code.

The following problems where fixed:

1.) We now check to see that all Mcodes that where called are finished
before we continue to run the next line of code
2.) All Mcodes are run at the same time that are on the same line... So
if you have an M3 and an Mxx they will start frm right to left and will
be running at the same time. We will need to see if there are any odd
problems with this but from my testing it is working well...
3.) Arcs in Lathe mode where a bit munched.. They should be all set
now... Please tell me if you have a lathe file that will not work
4.)4th axis feedrates are fixed if you change the Z value by moving the
tool.. there was a type that must have been there for many years at this
point!
5.) The Arcs will now flash as the line segments do when you scroll down
over them... This was taken out of one of the revs because it would
contaminate the moves in the buffer to go to the P Port.
6.)Threading Updates for the smooth stepper and so on...

You can get the new rev here:
http://www.artsoftcontrols.com/downloads/Mach3Version3.042.003.exe


Things that could still be a problem,
1.) Stopping some scripts on some computers is still giving me a bit of
trouble... for example if you have more then one script requesting to
stop all the other scripts you will get an error... I have added code
that should stop this but I have one user that can still break it in
testing. So if you break it or get an error I would love to have some
example code to help me find this trouble (It works fine with everything
I give it here).


So what is next!
1.) Cutter comp has made it to the top of the list  :)  And I think it is
about time! I am in hopes that we can clean up a few of the errors that
it has and see if we can make Graham, Terry and John happy with how it
works (All off them equally masters of comp). If they are happy I think
the rest of the world will love it!
2.) Review the code for the G95 in Mill that Terry has been talking about
3.)Feedhold LED/Running LED
4.)Review the 4th Axis CV and feedrate code to be suer there are no
other typos

That is the list that I would like to have done before I make the jump
to 3.043 and I think that will clean up most of the small nagging
troubles that we are seeing  :)  (I will try not to make more as I am
fixing the others  :)   ).

I will be starting the code for this in about a week... I will be at the
IWF show looking at routers and seeing what the latest and greatest is
in the world of Routers. I head out on the 17th and will be back working
on the 23rd. The show starts on the 20th and if you are in the Atlanta
area I would suggest having a look at the show! There will be routers
running at over 3000 IPM  :)  What A BLAST!


Well time to have you guys test and tell me if this rev is ready to make
to the webpage  :)

Thanks
Brian

2889
General Mach Discussion / Re: Homing Order?
« on: August 15, 2008, 11:42:18 AM »
 :)

Brett

2890
General Mach Discussion / Re: Homing Order?
« on: August 15, 2008, 10:59:10 AM »
Open your screen, operator tab, edit vb button. Ref all button should now be blinking. Click on it and the editor will pop open. You change the order in the script, save and thats it.

Brett

Pages: « 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 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 »