Hello Guest it is April 27, 2024, 06:10:52 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 - TPS

2301
VB and the development of wizards / Re: Z probe macro with offset
« on: May 18, 2015, 04:22:49 PM »
Hi AVRnj,

not realy sure what you are trying to do.
in Your macro you are setting the z-axis zero to something (plate height, i asume).

tool hieght is set by g43 H??,

so i am not sure what you want to to,
set the z-axis height,
or set set the tool height ??

Thomas






2302
Hi,

tested on my -M machine.
exactly like Hood described.

Thomas

2303
CS-Lab / Re: CSMIO IP-M very slow input
« on: May 18, 2015, 10:13:58 AM »
Hi Benny,

any new info ?

Thomas

2304
Would Mach 4 be better than Mach 3?

imho not for the moment.

Thomas

2305
Hi,
Regarding the ModBus set -up I try it , but it seems don't work....or I do somethingh wrong?

i'll gona try this tonight, never worked with brain.

Thomas

2306
Hi M21,

here:
Code: [Select]
'Function to read a Section/entry of a  INI file
Function ReadIni( ByVal file As String, ByVal section As String, ByVal item As String ) As String
ReadIni = " "
Set FileSysObj = CreateObject("Scripting.FileSystemObject")
If FileSysObj.FileExists( file ) Then
Set ini = FileSysObj.OpenTextFile( file, 1, False)

Do While ini.AtEndOfStream = False
TextLine = ini.ReadLine
If TextLine = "[" & section & "]" Then
TextLine = ini.ReadLine
Do While Left( TextLine, 1) <> "["
If InStr( TextLine, item & "=" ) = 1 Then
ReadIni = Mid( TextLine, Len( item ) + 2 )
Exit Do
End If
If ini.AtEndOfStream Then Exit Do
TextLine = ini.ReadLine
Loop
Exit Do
End If
Loop
ini.Close
End If
End Function

not exectly what you need, but shows the principals of file/text handling.

Thomas

2307
have you checked your grounding for noise ?
your power supply for Geko ?

Thomas

2308
Hi,

i think first step will be to get much manuals of the used controler's
as possible.

mitsubishi anyway, and ITRI as well.
maybe you can get a wiring diagram from Ecoca.
as more informations you get from the existing system, as easier it
will be to convert.

Thomas

2309
hate the bloody things, usualy have mine on silent ;)

yust ignore it. (don't hate it).
sometimes it is easier.

Thomas

2310
Hi Emil,

Hi Thomas
Pff 25 years , that mean you are Daddy's on CNC,
have you some on You Tube or links on your retrofitings ?

sorry, i am "prehistoric", means i do do not evan have a
smarthphone, only a mobilephone (phone is the major thing,
yust dial a number and talk).

so i do not have any youtube videos.

sorry again.

Thomas