Hello Guest it is April 27, 2024, 01:11:10 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 - KatzYaakov

361
Mach4 General Discussion / Re: Mach4 Simple Auto z touch
« on: August 12, 2020, 08:12:38 PM »
lua scripting guide ,page 20-automatic tool height setting   page 22-tool change

362
Mach4 General Discussion / Re: Mach4 Simple Auto z touch
« on: August 12, 2020, 09:58:19 AM »
just read the manual,there inside very clear change tool and very clear measure tool length procedure
you can do as boton,as m function....
and of course need add yours specific requirement

363
Mach4 General Discussion / Re: [ESS] Z axis issues
« on: August 11, 2020, 11:15:08 PM »
why you use G53 on line 50--there no mining use G53 without moving G53
but you don't have origin reference like G54,G55...you also not use the G43 H...( high compensation)
so maybe you cant move in Z,
G4 in my its 1/1000 sec so write 0.001 its seems or nothing or error
thanks
yaakov
 

364
Mach4 General Discussion / Re: Mach 4 and odoo database?
« on: August 11, 2020, 11:05:58 PM »
i think its easier bulid some pp that will take the data from yours database ,pp will create nc file ,then can by api open the mach load the nc file and even run it (if you want without even need see mach interface)
mach have large api options to run from .net

365
Mach4 General Discussion / Re: Program Just Stops - No errors - Help
« on: August 11, 2020, 10:54:40 PM »
 in nc file can be per rev? its not always mm/min? or inches?

366
i forget add  about the npn disadvantage,we always use spindle with tool change and there 2 sensor inside ,and we cant replace them ,so we need add relay,and i always worried about the delay with this relay ,(we add some more releys because this"0" input,but this look more important not have deley)

367
pokeys can connect up to 10 output relay cards ,each 8 reley ,so total 80 output
input you have 24 on the main card ,but can add another  small card with more then 24 input
pokeys input is "0" its not easy because you always must look for npn sensors(not always on market) and if you not have filter on card you must add to avoid 24v will flow into the card
i had several issue with noise ,some they fix they said its bug and they fix it ,but in 1 or 2 machine we still have from time to time
when we have that "noise" its 2 thing can happened ,1- machine loose position for 1 or 2 second,second one of the output activate by itself
one very important point with pokeys ,that they can do custom cards ,like we order that include extra filter ,and bigger wire connector
about inside clock i didnt know there such big difference between pokeys and ess
thanks
yaakov

368
Mach4 General Discussion / Re: Program Just Stops - No errors - Help
« on: August 10, 2020, 04:11:33 PM »
F0.1 is it not too slow?

369
Ess have limit of output?inputs?
the outputs are reley? or need add reley?
how about noise protect? is ESS is stayble ?(always supplier blame the "noise" ,but ....our machines are always very electric noise place)
how about the screw to connect wire ,are they very small(almost imposibole use normal wire) or can order bigger?
the input ,must be "0" or can be also "24v"?
all this i asked because i found this basic question never asked but for me its the basic and main root to decide which use
thks
yaakov


370
Mach4 General Discussion / Re: Custom m7
« on: August 03, 2020, 01:55:33 AM »
mc.mcCntlSetLastError(inst, "In M07")
but you not define the inst,only line after
i suggest you if you use machhoby ,not use inst use"0" it will solve many of yours problem