Hello Guest it is April 19, 2024, 01:29:51 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 - manmeran

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 »
121
General Mach Discussion / Re: motors not reponding right
« on: June 07, 2010, 01:11:41 AM »
yes. It test with different amounts

122
General Mach Discussion / Re: X axis moving in only one direction?
« on: June 07, 2010, 01:08:41 AM »
I think the problem is not motor.
However, you test it. IF both axis are identical of motor(i mean X and Y) you can Displace motor X with motor Y.
and test motor X with Driver Y.


Amir

123
I am low literacy than More friends and with regard to this issue that I'm not fluent in English ,was very difficult to learn this topics, but I think I was somewhat successful    ;)
Quote
1-I have a pdf file , named VB Scripts command,,, what's  use are?
yes ,you must read it

Quote
2-How can I Know id I can use Macro Pump? CNC Controller, Software or Both?

3-Same question for brains.
i think The best reference is this site And many masters who can help you

best regard
Amir



124
VB and the development of wizards / Re: start from line #
« on: June 06, 2010, 02:59:00 PM »
i solve my problem mmmmmmmmmmmr terry.





""Do not let what you cannot do interfere with what you can do ""

125
General Mach Discussion / Re: Feed Hold and Stop
« on: June 06, 2010, 09:55:53 AM »
Quote
But servo will take care of the sudden stop
i think is wrong
not different between step motor & servo motor In this particular issue.
i think if we use "STOP" In all circumstances there is likely lost steps.Although this amount is small

Amir

126
General Mach Discussion / Re: Feed Hold and Stop
« on: June 06, 2010, 07:40:20 AM »
if you use Stop ,Axes are stopped immediately and cause LOSS STEP
but when you use FEEDHOLD dont loss step and it is safe

Amir

127
VB and the development of wizards / Re: start from line #
« on: June 06, 2010, 01:37:31 AM »
You always pay the issue that this code is dangerous.
I explained that this code isnt dangerous, but You do not ignore.
I wanted to help you, ,why can not to the Trigger macro during the move axes(when i press cycle start) ?
After about 20 posts have not yet replied.
This one is special for me.
Thx Terry and another.
i am wait.

Amir

128
General Mach Discussion / Re: motors not reponding right
« on: June 06, 2010, 01:25:15 AM »
Quote
run 1" for 1"
That you chose the correct step per unit

Quote
make noise
you must check "velocity" and "Acceleration"
i think These values were selected high level.

130
VB and the development of wizards / Re: start from line #
« on: June 05, 2010, 02:57:24 PM »
Let me for finishing this issue to the review it once again:

macropump :
C = GetOEMled (813)
D = GetOEMled (11)
If C And D Then
SetVar(604,GetDro(16))
SetUserDro(1200,Getvar(604))
End If

If IsActive(INPUT1) Then
Code"M650"
End If

M650 :

DoButton(1)                 'Feedhold
While IsMoving      'Wait for movement to stop
Sleep(100)
Wend
DoButton(3)      'Set Stop
Sleep(100)
SetDro(16,Getvar(604))
Sleep(100)
DoOEMButton(156)
Sleep(100)
DoButton(0)
Code"(You are now back to beginning contour )"
END

and setup input#1 Active low.
Only works in situations that are immobile axes.
Is this code on your PC to work properly?

Amir

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 »