Hello Guest it is March 28, 2024, 09:27:27 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 - lajoolaj

Pages: 1
1
Show"N"Tell ( Your Machines) / Re: How to- USB powered LCD display of DRO`s
« on: February 17, 2012, 04:49:57 PM »
hello, i have a little promblem. i am trying to configure my gravitech lcd trought macropumb. here is code that i am using.

cnt=getVar(1000)
if cnt=10 then
  setVar(1000, 0)
  SendSerial _
  "?x00?y0" & "S " + Format (Getdro(17) , "0000.00") + "    " & _
  "?x00?y1" & "F " + Format (Getdro(18) , "0000.00") & _
  "?x00?y3" & "T " + Format (Getdro(24) , "0000") & _
  "?x00?y2" & "C " + Format (Getdro(14) , "00:00:00")
else
  setVar(1000, cnt+1)
end if

spindle speed, feedrate and tool number is working fine. but i have problem with elapsed time. on lcd is always "00:00:00". i try to write code without 00:00:00 but then is on lcd only "0".

sorry for my bad english

2
Show"N"Tell ( Your Machines) / Re: How to- USB powered LCD display of DRO`s
« on: November 07, 2011, 09:17:48 AM »
on first i want have X,Y,Z,A
and on second Feed, Speed...

3
Show"N"Tell ( Your Machines) / Re: How to- USB powered LCD display of DRO`s
« on: November 07, 2011, 05:54:59 AM »
is it possible to have two displays 4x20 thought USB???

4
General Mach Discussion / Siemens machine control panel
« on: June 08, 2011, 05:22:52 PM »
hello
at the beginning I want to apologize for my bad English
i want to ask if it posible use siemens 6FC3178-3EF on my cnc lathe with mach3. i want to connect it with my pc trought second lpt port. (i can not use my driver board because i have occupied all ports). is it posible?


5
General Mach Discussion / tool change
« on: January 08, 2011, 12:10:43 PM »
i am useing mach3 mill. when i do M6 T2 program stop and waiting for cycle start. it is ok but when i press cykle start spindle dont start. what is wrong?
sorry my bad english

Pages: 1