Hello Guest it is May 10, 2024, 10:14:34 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.


Topics - KatzYaakov

Pages: « 1 2 3 4 5 6 7 8 9 »
41
Mach4 General Discussion / bad allocation error
« on: July 24, 2020, 02:19:57 AM »
i try load big nc file
after the file finish to load ,i got this error
never see
is some one matt such error?

42
Mach4 General Discussion / get the g54 g55 g56 parmeter
« on: July 15, 2020, 01:13:24 PM »
how can i get the z value by api ,per origin?
if i try pound var 4142 its give me the current z but i need not only one
thks

43
Mach4 General Discussion / NIC vs. Onboard
« on: June 07, 2020, 01:37:15 PM »
i use pokeys in some machines
most all work perfect
one make me big head ace ,its can work all day then for one second while work "like" loose conection  for one second ,
some output activate by itself ,and the worth is that its lose position in that second
i add ground ,shields...
its maybi becoome bater but still can happeend
is there any other ide?
i use etherrnet ,if i add NIC insted of the onboard net work adapter ,is it can change something?
any other ide?
thanks
yaakov

44
i work with mach 2 years but until now cant find solution for corner
if i make exact stop ,then when some curve  the machine go in pulses...like stop in the middle of curve then continue ,very bad work
when i try use the wizard then ....god know what will happened
please see atach ,the part shuld be total simple rectangle ,but for some reason on corner its become round
(in this part for some reason the pp divide the line into 2 parts ,but this not error)
thanks
alot for any help


45
Mach4 General Discussion / mach 4 restore accl parameter by himself
« on: March 10, 2020, 03:04:32 AM »
hello
i use pokey
i have several machines run with pokeys
i now make some changes about motors mapping and motors parameters
i have one problem with the motors acceleration parameter
after i modify it and save
i try 2 times restart and all work well
but day after when i open mach its back to old accl parameter
only accl
this happened in more then one machine ,
is some one mat that ?

46
Mach4 General Discussion / Tool change type cant change and save
« on: February 26, 2020, 05:16:01 PM »
hello ,i have have that problem  ,only when mach didn't close well ,but its something can happened
but when its happened i cant change the status its stack on"T on m6 line is next tool"
and even i change to second option ,when i save  ,close the window ,open again its back to first option


47
Mach4 General Discussion / how set the button state
« on: February 04, 2020, 02:23:57 PM »
hi
i have some butons that change the registry when press ,problem is that when i shut down mach
its save registry status but not butoon status
so when i turn on i need read the registry and update the button
i try the  comand:
scr.SetProperty("auto", "Button State", "Down")

but its not work
(i put it in "screen load script")
thanks
yaakov

48
can some one tell me how rid this?
cant enable
so how homing?
new customers i not use master slave because this error
but this old machine and cant get rid of this messege

49
hi
i have very strange behavior on new machine that i never mat on mach system
when we turn on mach we make homing ,then when we try move by jog or run any program all movement very very slow
we need turn off mach restart then its back as normal
but before we try turn on again mach there already one instance of mach that already run ,and we must go in task manager and close it
sure when we close mach we close it as must with confirm not only turn off pc
is anyone have like this?


50
Mach4 General Discussion / how use mcToolGetData with api
« on: January 13, 2020, 07:08:27 PM »
i use the mctoolgetdata from the lua
but when i try from api cant get any respone
i need the tool hight from the tool table

i use:
 [DllImport(@"C:\Mach4Hobby\Mach4IPC.dll", CallingConvention = CallingConvention.StdCall)]
        [return: MarshalAs(UnmanagedType.I4)]
        public static extern int mcToolGetData(
        [param: MarshalAs(UnmanagedType.I4)]  int mInst,
        [param: MarshalAs(UnmanagedType.LPStr)] string path,
         [param: MarshalAs(UnmanagedType.I4)]  int tollNum,
        [param: MarshalAs(UnmanagedType.R8), In(), Out()] ref double ret);

and the function:
double hreg = 0;
            int debug = mcToolGetData(0, "mc.MTOOL_MILL_HEIGHT", toolNum , ref  hreg);


i also try the type as int and i try all numbers from 0-20 same no any logical return
thanks

Pages: « 1 2 3 4 5 6 7 8 9 »