Hello Guest it is April 26, 2024, 02:08:43 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

151
Mach4 General Discussion / Re: Turn off mist/flood on stop/estop
« on: January 14, 2022, 02:41:30 AM »
pmc its easy place

152
if you have any way to add that option that when file will compleate load or generate ,to write some thing into file ,that can be good solution
by the way i use something simmiliar not to load file but to send to c# machine status ,like change tool or finish run the gcodde ,but all this are simple M function that write value to file

153
sorry not help
same ,when its run loop on c# mach not continiue
here my sample code:
  int i= mcCntlLoadGcodeFile(0, newpath);
                        bool finish = false;
                        for (int kk= 1; kk < 30; kk++)
                        {
                            System.Threading.Thread.Sleep(1000);
                            mcToolPathGetGenerating(0, ref finish);
                            if (finish == true)
                            {
                                break;
                            }
                        }

if some one can help please

154
ill try thanks

155
i use Api from c# to load gcode ,generate and run
i try so many options but not find any way to know when each command finish its cycle and i can go next step
itry with get the error value( that was mach support ide) but its not help ,i got "0" mean all ok but its nothing
i try by read the par value for example 4113 that give M function ,but when i make loop to cheack this value ,the cycle in  mach stop
so ...only have its option to put deley ,but this give us many deley while start up program for nothing
any help?
***is steve still on this forum? some one know?



156
Mach4 General Discussion / is the variable list have been changed?
« on: January 03, 2022, 12:51:13 AM »
i found now after h of test that curren tool pound var  move from
2029  to 1229
is there is new list?
please some one from mach ,its very hard without steeve help here

157
Mach4 General Discussion / why curent tool not work?
« on: January 03, 2022, 12:25:00 AM »
i had use long time the function:
int debug1 = mcCntlGetPoundVar(0, 2029, ref CurentToold);//2029
but its now on last version reply 0 not curent tool

158
Mach4 General Discussion / Re: Maho Heidenhain Indramat Mach4 retrofit.
« on: December 30, 2021, 11:08:08 AM »
i think 1991 was only analog control ,there several hardware producer for Mach with for analog (sure when its analog it must be close loop because also PID need make on the controller) but as my little experience its much batter replace the servo to newer
its not big money and save you alot alot hed ace

159
Mach4 General Discussion / Re: Two (different) machines, same computer
« on: December 28, 2021, 04:35:48 PM »
i have one type in our cnc range that have cnc cuting for wood and also cnc labeling that applie the label on board before cnc cut
both cnc run paralel ,how we do it?
we have 2 pc one screnn,and one main c#application that control this 2 mach system and send comand by the mach Api
https://www.youtube.com/watch?v=o3LYR_zeAJs
can take alook

160
Mach4 General Discussion / Re: Setup Mach4 for floating head switch
« on: December 16, 2021, 01:38:28 AM »
2 option ,event handler or PMI ,are written on manual ,and i think its not complex do but batter for you to read it direct from the instruction