Hello Guest it is April 26, 2024, 11:57:34 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 - AGAVE

Pages: 1
1
Hello,

Would be possible edit the macro in order to activate & sync a second axis (..X or Y..) during the time when the screen is black (...machine moves up, pauses, then moves back down)...?
This is for a tilti-action system that I try to implement.

How can I edit the macro to do this?   

Any help will be greatfully appreciated.

2
BR549

Why the  Code "G4 P2" was omited in your last reply (#45)? That is no longer necessary?  ???
What is the final version of the macro?

Thanks for sharing, this is really amazing.

Regards,




For s=1 To numSlides

 objPresentation.SlideShowWindow.View.GotoSlide (s) 'show the next slide
  sleep exposureTime

  Code "G1 Z" & ZIncrement + ZIncrement 'lift Z a couple of tads
  While IsMoving()
    sleep 10
  Wend
  Code "G1 Z-" & ZIncrement 'lower Z a tad
Code "G4 P2"  
While IsMoving()
    sleep 10
  Wend

NEXT

3
Spanish / Re: Digitalizando objetos con el Mach3..favor comentar!
« on: June 02, 2011, 06:25:14 PM »
Desde hace ya un tiempo Tom Hubin (Mach3 english forum) posteo su plugin Scan3d.dll para escaneo en 3d mediante una video sonda asi como su codigo fuente para quien le interece su desarrollo. Desafortunadamente Tom ya no esta con nosotros, pero lo dejo  totalmente "Open Source" bajo licencia GLP.
Quiza valdria la pena, le dieran un vistazo, se encuentra bajo la denominacion de New 3d Video Probe :

http://www.machsupport.com/forum/index.php/topic,10959.0.html

Las fotos pertenecen a Eero - viulumies usuario que siguio el proyecto:

http://www.machsupport.com/forum/index.php/topic,10959.10.html

.. Quiza el Video PRobe podria ser desarrolado un poco mas en este foro ...

Saludos,

Pages: 1