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

551
Mach4 General Discussion / Re: delay
« on: February 13, 2019, 04:18:35 PM »
any help please

552
Mach4 General Discussion / delay
« on: February 11, 2019, 07:14:02 PM »
hi
after press "hold"  if i press start the machine continue the file to fast
 i want add delay in the start button
i tried by script and add gcode exitute G4 P5000
but its make mach stack
second problem i have  ,i want to check if machine state its hold(then i delay) or not ,so in this case no delay
i try:
InFeedHold, rc = mc.mcCntlFeedHoldState(   number mInst)

but its always give me "0"
thanks in advance
yaakov




553
Mach4 General Discussion / cant add the Mach4CoreDll to c# project
« on: January 15, 2019, 12:12:10 PM »
i want to add the dll for api to my c# project
but cant add
how can i do it?

554
Mach4 General Discussion / new pc cant see mach
« on: January 13, 2019, 06:26:13 PM »
hi
i dounload now the last version of mach
after i install the license  i sse mach 4 run on task manager
but cant see the interface

555
Mach4 General Discussion / pass parameters to M function
« on: January 07, 2019, 02:47:43 PM »
is there way to pass parameter to M function?
like:
M1000(4)

556
Mach4 General Discussion / Re: get and set the G54 ,G55..
« on: January 02, 2019, 08:06:23 PM »
thanks alot

557
Mach4 General Discussion / get and set the G54 ,G55..
« on: January 02, 2019, 07:01:40 PM »
hello
i want to add 2 DRO or text box ,that i can set thre the offset for that specific gcode file
for this  ,i thought  that first i need read which home the file use(g54 or 55 or...)
then add the offset in the text box(also save in reg file ,so can set back to original value when finish the file)
then just add in X ,Y ,Z the value in text box
but i didn't find in the API how i read the current home value and how i set it
thanks
yaakov

558
Mach4 General Discussion / Mach support help desk not response
« on: December 30, 2018, 12:30:47 AM »
is any one know why the support option on mach website not work?

559
Mach4 General Discussion / Re: separated Acc/Decll for G0 and G1
« on: December 29, 2018, 02:06:01 PM »
biesse have 2 typs ,one for moment second for interpolation
also TPA have 2 options
if i set 1700 i got straight cuting line
if i set more then i got like wave on the corner
but for all other movement 1700 its take a lot of time  (we usual have many movement with G0 we use many drilling holes,in wood working cnc)
thanks

560
Mach4 General Discussion / separated Acc/Decll for G0 and G1
« on: December 29, 2018, 01:48:25 PM »
is there way to create to type of accl decll
like in all other controlers
so when i use G0 the accl will be higher then when i run G1  ,G2 or G3
the reason is that when i try increase the acc  now ,i got not good cut quality ( on the gantry axis)- must use 1800 to get good quality cuting
but for G0 there no problem to get 3000
thanks
yaakov