Hello Guest it is April 25, 2024, 06:17:59 PM

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 - dytoven

Pages: 1 2 »
1
Leave here this macro or script for the boards that the code G31 does not work properly.

Z Auto zero tool - This is when you have a dro to adjust the height of the touchplate if not eliminate the necessary lines and set up the height in the code.
------------------------------------------
PT = GetOEMDro(1009)
If GetOemLed(825)=0 Then
Code "G91 G1 F20 Z-100"
While GetOemLed(825)=0
Wend
DoOEMButton (1003)
Sleep 500
SetDro (2,PT)
Sleep 1000
Code "G90 G1 F600 Z50"
While IsMoving()
Wend
Message( "Z axis is now zeroed" )
Else
Message( "Check if plate is grounded and try again" )
End If
End
------------------------------------------
This is to find the center of a circle or rectangle. I have not tried yet but it's something, take caution.
------------------------------------------
If GetOemLed(825)=0 Then
XN=GetOemDro(800)
Sleep 1000
Code "G91 G1 F30 X100"
While GetOemLed(825)=0
Wend
DoOEMButton (1003)
Sleep 1000
X1=GetOemDro(800)
Sleep 1000
Code "G90 G1 F300 X" &XN
While IsMoving()
Wend
Sleep 500
Code "G91 G1 F30 X-100"
While GetOemLed(825)=0
Wend
DoOEMButton (1003)
Sleep 1000
X2=GetOemDro(800)
XC=(X1+X2)/2
Sleep 1000
Code "G90 G1 F300 X" &XC
While IsMoving()
Wend
Sleep 500
YN=GetOemDro(801)
Sleep 1000
Code "G91 G1 F30 Y100"
While GetOemLed(825)=0
Wend
DoOEMButton (1003)
Sleep 1000
Y1=GetOemDro(801)
Sleep 1000
Code "G90 G1 F300 Y" &YN
While IsMoving()
Wend
Sleep 500
Code "G91 G1 F30 Y-100"
While GetOemLed(825)=0
Wend
DoOEMButton (1003)
Sleep 1000
Y2=GetOemDro(801)
YC=(Y1+Y2)/2
Sleep 1000
Code "G90 G1 F300 Y" &YC
While IsMoving()
Wend
Message( "Axis is now centered" )
Else
Message( "Check if plate is grounded and try again" )
End If
End

2
Show"N"Tell ( Your Machines) / Re: Perpetual Motor Magnets
« on: March 03, 2016, 12:45:07 PM »
I understand the reasons for all these things and more. I will not go into technical details because a card I have to keep my sleeve but the magnets do not fit within these physical theories. I see it mechanically, it is easier  ;D
Seeing this ... here I leave this if anyone can help on this muddy road are welcome. And I say muddy not for the difficulty of the invention if not for the road barriers.

3
Show"N"Tell ( Your Machines) / Re: Perpetual Motor Magnets
« on: March 03, 2016, 04:27:16 AM »
It would be nice if someone had time and money to take this to maximum performance.  ;)

4
Show"N"Tell ( Your Machines) / Re: Perpetual Motor Magnets
« on: February 28, 2016, 04:38:46 AM »
That chance is the same answer I receive in all chats, now I see the highways built by the gods (*). I'll see you standing at the gas station I prefer to stop at the striptease club.
(*) https://www.youtube.com/watch?v=_KnrX3eEFSc

5
Show"N"Tell ( Your Machines) / Perpetual Motor Magnets
« on: February 27, 2016, 11:45:24 AM »
Hello there again, I'm working on a project for a motor that rotates only with the force of magnets. I've reached the point where I need such precision, magnets and bearings tailored to achieve the maximum performance that can not go on to build it for lack of funds. Because what little I do not want to waste it on a model inefficiently. What you see in the picture is a basic model to show its operation, is based on the radial aircraft engine consists of a magnet on the piston and the other in the cylinder head, which repel to cause a 180 degree turn. After a semi-circular iron ring returns the piston to the top spot. It seems perfect but there is a slight complication. When the ring tries to leave the magnetic field of the piston and the cylinder head such force him to stop, it is where we must work to minimize this problem. I have several solutions that would have to try to see which is more effective.

for a video see the link https://www.youtube.com/watch?v=j0ro48ZnwAA

6
That does not explain the high feed rate with G31 command or maybe yes.

7
Hello, I have a problem when running a script to Z Auto Zero Tool, although I put a lower value the minimum speed is always 130U/min (milimeters).
Another problem is GetVar seems to not work with my motion board properly, take the measure of the previous run if it really works.
GetVar is not too important if I get it to work at a slower speed.

Board - DDSM3V5 (purchased in China with a technical support bad or nonexistent)

This is the code, I tried some modifications without result.
-------------------------------
Sleep 2000
ZT=GetVar(2002)
Code "G90 G1 F50 G31Z-250"
While IsMoving()
Wend
Sleep 500
Code "G1 Z" &ZT
While IsMoving()
Wend
SetDRO(2,10)
Sleep 500
Code "G0 Z50"
While IsMoving()
Wend
Code "G90 G1"
Message( "Z Axis is now zeroed" )
End
-------------------------

8
Works in progress / Re: Krang screen
« on: December 09, 2015, 02:41:49 PM »
I have planned to buy a lathe for the future and probably make a screen, but for now do not need.
Thanks for the feedback, I will try to introduce more details when I have some time for this.

9
Works in progress / Re: Krang screen
« on: December 08, 2015, 09:00:31 AM »
This is the last modification, I think for a router is enough.
There is no Hotkeys assigned.
I hope someone can use it.

10
Works in progress / Re: Krang screen
« on: November 24, 2015, 03:54:23 PM »
Hello again here sending this preview to see how it works but I have to say that when I change the resolution some buttons are not displayed correctly.
I found some problems:
1 - When you create a button with image operation it is different from the common button, when you press the button with image works immediately and not wait until you release the mouse button. (No second chances  >:D )
2 - I think you can not create a led to the spindle, can someone tell me whether it is correct?
Just the main screen and the tab windows.
I have to do some adjustment and will be ready.

Folder "Krang" copy to C/Mach3/Bitmaps
File "Krang.set" copy to C/Mach3


Pages: 1 2 »