Hello Guest it is May 05, 2024, 10:59:09 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 - TPS

2161
VB and the development of wizards / Re: Macro does stop
« on: October 30, 2017, 02:55:21 PM »
Hi,

why should your Probepos be equal -ZMove when the probe was never hit ??

--> Probepos = GetVar(2002)
--> If Probepos = - ZMove Then

something like this should work:

While IsMoving()
        z = GetOEMDRO(802) 'Z-actpos
        If z <=  - ZMove _In Then
            DoOEMButton(1003) 'Stop
            MsgBox ("Probe **ERROR**" )
        End If
 Wend

Thomas         

2162
VB and the development of wizards / Re: Auto tool zero script problems
« on: October 28, 2017, 04:32:20 AM »
have you checked your probe Input in diagnostic Screen ?

try to hit the probe Signal long before you reach the -278,5 to see that your Motion controller is working ok.

in dont know this Motion controller, and i don't know wether your Motion controller is doing the
handling for G31 maybe probing needsto be Setup somewhere else , plugin ?

could no find a Manual on their Homepage.

goog workinh G31 is very Controller specivic.


2163
VB and the development of wizards / Re: Control micro servo with Macro
« on: October 28, 2017, 04:16:14 AM »
if you need such a precise timing  (1,5/18,5ms) the only way is a extrenal Signal Generator. 

2164
VB and the development of wizards / Re: Auto tool zero script problems
« on: October 27, 2017, 02:49:25 PM »
preset_feed = 4000  -->mm/s ?? what ever

in witch dream are you living??

what acc/dcc ??

what Motion Controller ??

try to learn a Little bit about lineare movement's

2165
VB and the development of wizards / Re: Control micro servo with Macro
« on: October 27, 2017, 02:40:37 PM »
activate and deactiate outpult will allways create a square Signal (what else !!?)

1.5ms on a Windows System where the macro scripting is running in a 10ms Task,
no way.

---Is this the motion controller, or macro's just can't create a nice waveform ?

what Hardware are you using on the Controller side ?



Thomas

2166
VB and the development of wizards / Re: STOP command
« on: October 16, 2017, 01:08:22 PM »
hi,
if you have a look to the Mach Script Language Referenceit says:

Sleep  Sub
Sleep(Time As Integer)

so a 100000 is more than an integer can take.

Thomas

2167
Hi,
as i have written, i don't know the english Translation for this thing.

if you Google for "cnc tool presetter" i think you will get into the wright direction.

Thomas

2168
or you try something like this:


sorry don't know the englisch word for this Thing.

something like tool lenght sensor.

Thomas

2169
solved by hours of scoping.

Thomas

2170
Third party software and hardware support forums. / Fanuc Pulse Coder
« on: July 06, 2017, 11:19:32 AM »
on my TongIL retrofit Project, i am at the spindle now.
the spindle has a pulse code A20B-9000-0380.

on the web i found two different types.

i have the the one with the following signals:

0V -> GND
5V -> Power supply

VA
VA/   the Sinus wave

VB
VB/  the Cosinus wave

so far so clear and i can measure the signals with the scope

then we have a

VZ witch should be the Zero pulse

the is no VZ/.

i have measured VZ to GND allways 2,5V
i have measured VZ to 5v allways -2,5V

i was never able to see a pulse on the scope.

maybe one of you has got any further ideas.

Regards Thomas