Hello Guest it is April 25, 2024, 06:50:12 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 - 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 »
151
General Mach Discussion / Re: New PC Loosing Steps (I think)
« on: May 31, 2010, 07:22:26 AM »
what you dont use another model ?
for example:
http://linitx.com/viewproduct.php?prodid=12601
MINI +1.66 CPU+ parallel+low price

152
General Mach Discussion / Re: New PC Loosing Steps (I think)
« on: May 31, 2010, 06:54:15 AM »
Quote
you need an external controller
you mean : SmoothStepper ?

153
General Mach Discussion / Re: New PC Loosing Steps (I think)
« on: May 31, 2010, 06:38:25 AM »
Quote
there may be a problem with  that particular chipset on the motherboard but not actually a problem with the CPU.
yes , i agree

about PICO , i think CPU is 1.0Ghz . is it enough for mach3 ?

154
General Mach Discussion / Re: New PC Loosing Steps (I think)
« on: May 31, 2010, 03:49:03 AM »
Maybe I'm wrong
Quote
Via Picos are tiny (100mm x 72mm )
please price ?

155
General Mach Discussion / Re: New PC Loosing Steps (I think)
« on: May 31, 2010, 03:07:35 AM »
Already i test mach3 with two system base AMD. but it dont work well.
Quote
randomly flash
Exactly like my problem.

and i decide change system to intel.now without problem.

156
VB and the development of wizards / Re: start from line #
« on: May 31, 2010, 02:57:56 AM »
i write this code and work well:

macropump.m1s

C = GetOEMled (813)   ' Dwell LED
D = GetOEMled (11)     ' Spindle ON LED
If C And D Then
SetVar(604,GetDro(16))
SetUserDro(1200,Getvar(604))
End If
      'in fact C & D sense "M03" .have You a better suggestion ?

'A = GetOEMled (1140)       / is Inactive because dont work well
'B = GetUserDRO (1140)

'If A And (B = 0) Then
'Code "M115"
'SetUserDRO(1140,1)
'End If

'If Not A And (B > 0) Then
'SetUserDRO(1140,0)
'End If  

and
m115.m1s

DoButton(1)                 'Feedhold
While IsMoving      'Wait for movement to stop
Sleep(100)
Wend
DoButton(3)      'Set Stop
Sleep(1000)
SetDro(16,(Getvar(604)+1))
Sleep(100)
DoOEMButton(156)
Sleep(100)
DoButton(0)
END
my problem is when i trigger "INPUT#1" ,dont trigger M115.
please help me.

Quote
OK I see a BIG safety concern
I use this code when cutting does not do well and we need to be done again

Quote
It is a bad idea to have statements(DoButton(0)) that control machine movement from the macropump
have You a better suggestion?

157
General Mach Discussion / Re: External Button for Auto Tool Zero
« on: May 30, 2010, 01:52:09 AM »
i attach my file.
this macro should work during cut.
when trigger input#1 ,first feedhold>Torch off>stop>set position>...
i test it,macro is ok.
Quote
Can you call it from the MDI?
yes
when is stationary, input#1 work and trigger macro but in during cut dont work
please check them.

158
General Mach Discussion / Re: External Button for Auto Tool Zero
« on: May 29, 2010, 11:40:47 AM »
nobody guide me.

159
VB and the development of wizards / Re: start from line #
« on: May 29, 2010, 07:07:36 AM »
sorry for my mistake.
correct line1 :
C = GetOEMled (11)
If C  THEN

160
VB and the development of wizards / start from line #
« on: May 29, 2010, 06:41:31 AM »
i want sense M3(when Spindle turn on) and save "Line number" to var 604.
and show number line to userDRO 1200.
if i trigger input#1 then code execute from it line.
1140 is OEMled for input#1
i write this VB code in addition about VB i am very Beginner :)  :

macropump.m1s

If DOSPINCW()
then
SetVar(604,GetDro(16))
SetUserDro(1200,Getvar(604))
END if

A = GetOEMled (1140)
B = GetUserDRO (1140)

If A And (B = 0) Then
SetDro(16,Getvar(604))
Sleep(100)
DoButton(0)
SetUserDRO(1140,1)
End If

If Not A And (B > 0) Then
SetUserDRO(1140,0)
End If  

plese guide for Troubleshooting.

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 »