Re: [Emc-users] EMC2 to Compact Flash

2010-04-13 Thread Евгений Александрович
I had to build EMC on Puppy linux to be able start EMC 2 from CF, USB Flash, DOM and another modules. I use Puppy because that OS work in RAM and write on disk only when I shutdown PC. Also I am looking for tinycore linux, but it is very difficult to start EMC on tinycore linux. Evgeny Tue,

[Emc-users] Puppy based linux with EMC2 for Russian users

2010-02-03 Thread Евгений Александрович
Hello, I am ready with Puppy based linux with EMC2 for Russian users http://www.cnczone.ru/forums/index.php?showtopic=1074hl= Should We publish this information at linuxcnc.org ? -- The Planet: dedicated and managed

[Emc-users] Big files

2010-02-02 Thread Евгений Александрович
Hello guys I have G-CODE program about 70 Mb and 230 lines. EMC loads it very very slow. Any ways to do system faster? -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with

Re: [Emc-users] Big files

2010-02-02 Thread Евгений Александрович
-Original Message- From: j...@coats.org j...@coats.org To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Date: Tue, 2 Feb 2010 10:44:21 -0600 Subject: Re: [Emc-users] Big files If you are hitting swap, adding more real memory can help. If it is the pre-scan that is

Re: [Emc-users] M101-199 pause problem

2010-01-18 Thread Евгений Александрович
Thanks guys M62-63 is good solution. -Original Message- From: Alex Joni alex.j...@robcon.ro To: ??? ? evgeni_a...@mail.ru, Enhanced Machine Controller \(EMC\) emc-users@lists.sourceforge.net Date: Tue, 12 Jan 2010 14:22:14 +0200 Subject: Re: [Emc-users] M101-199 pause

Re: [Emc-users] parameter SCALE

2010-01-18 Thread Евгений Александрович
Oh guys, my mistake, thanks This is wrong. It does not need to be an integer. Well, but I have problem this case. I have axis A with 166,667 pulses for one grad. I could to set SCALE to 167, but this case I will have error about 0,5 grad for whole turn. How can i solve this

Re: [Emc-users] Latency test numbers confusing

2010-01-14 Thread Евгений Александрович
Maybe the problem is CPU TERMAL TROLLING? I tested one PC, which had BIOS without option to disable CPU TERMAL TROLLING. I did not find any way how to use that PC with EMC2. -Original Message- From: rng3 r...@verizon.net To: Enhanced Machine Controller \(EMC\)

[Emc-users] M101-199 pause problem

2010-01-12 Thread Евгений Александрович
Hello guys, We still try to run sewing-machine robot. New problem is pause (about 0,3 sec) on M101 command We use M101 (M102, M103, M104) to manage speed of needle. Here some example of program M3 S4000 G0 X9.100 Y197.600 Z4.000 M101 (set slow speed of needle)(pause 0,3

[Emc-users] GUI for hole-probe.ngc

2010-01-08 Thread Евгений Александрович
Hello guys, To use hole-probe.ngc file I have to define folowing variables #1001=nominal X-value of hole center #1002=nominal Y-value of hole center #1003=some Z-value inside the hole #1004=probe tip radius #1005=[nominal hole diameter/2.0 - #1004] This is possibe, but is a little bit

Re: [Emc-users] GUI for hole-probe.ngc

2010-01-08 Thread Евгений Александрович
Ohh, I did know about it before. Thank you, I will see There is Gwiz, the wizard framework, http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?GWiz_-_A_Gcode_Wizard_Framework It's pretty easy to copy and paste an existing wizard to extend it.

Re: [Emc-users] Manual command on pause

2009-12-29 Thread Евгений Александрович
Thanks I will try -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast

Re: [Emc-users] Compact Flash card for Hard Dr ive

2009-11-23 Thread Евгений Александрович
Hi Kirk, You must be very lucky. I have a whole stack of dead drives. When a hard drive fails it is very often catastrophic failure and you lose everything. One day it's working fine, the next day it won't boot. Hello Guys, I use 1Gb DOM Flash as main HDD. System does work more that one

Re: [Emc-users] Custom kernel

2009-11-19 Thread Евгений Александрович
I want to buld my own kernel. I've read the instructions on the wiki, but I'm struggling to find the right versions of the kernel and RTAI. Can someone tell me the versions of the kernel and RTAI used to build the Ubuntu 8.04 live cd version? Hello Frank, I build EMC2 with Puppy Linux. I

Re: [Emc-users] Start from line....

2009-10-30 Thread Евгений Александрович
I think it is good way if emc starts the spindle automatically on the start from line. By this way we prevent crash if user forget to start the spindle. Maybe we need to have special variable in INI file? Evgeny --

[Emc-users] pyVCP Actual position variable

2009-10-09 Thread Евгений Александрович
Hello guys, I try to create pyVCP panel, which show X,Y and Z positions So I created xml file with lines number halpinXdisplay/halpin format+004.4f/format /number create hal file, add PYVCP and POSTGUI_HALFILE in ini file start Emc with Axis ... I can see my panel with 0.000 So I have to

Re: [Emc-users] pyVCP Actual position variable

2009-10-09 Thread Евгений Александрович
-Original Message- From: Micha? Geszkiewicz mic...@wp.pl To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Date: Fri, 09 Oct 2009 10:14:17 +0200 Subject: Re: [Emc-users] pyVCP Actual position variable Евгений Александрович pisze: Hello guys, I try to create

Re: [Emc-users] pyVCP Actual position variable

2009-10-09 Thread Евгений Александрович
Sorry guys, what does mean M66 ? Thire is no information at http://linuxcnc.org/docs/html/gcode.html You can use M66 for that Ooh! So I can! I hadn't put the various bits together to realise that I could net the analog inputs to something other than an actual, physical, analog input (I

Re: [Emc-users] pyVCP Actual position variable

2009-10-09 Thread Евгений Александрович
You can only change machine coordinates by machine moves. There is no offsets and such for machine coords. If you can describe what you're trying to do, we could find some solution for this. regards, Michael Basically it is possible to use g92 and work with EMC without problems. Only one

Re: [Emc-users] pyVCP Actual position variable

2009-10-09 Thread Евгений Александрович
Do you mean you can change value of machine coords by M66. No, sorry. I am guilty of stealing your subject line with a different but related question. I was looking for a way to transfer the current relative coordinates into a G-code program. In EMC the machine coordinates are fixed. I

[Emc-users] pyVCP TABs and Internationalization (looks like a bug)

2009-10-09 Thread Евгений Александрович
Hello, I can not use Russian character in tab widget. tabs names[tab1,tab2]/names /tabs does work. but if I use Russian characters instead tab1 or tab2 system crushes in Axis UI. -- Come build with us! The

[Emc-users] Does EMC save coordinations on program shutdown?

2009-10-07 Thread Евгений Александрович
Hello Guys, I have question about coordination. When I start EMC it always has HOME coordinations, does not matter if I finished at home or at another place. Does exists any way to save coordinations and start emc with saved coordinations? Best Regards Evgney

Re: [Emc-users] EMC2_NCFILES_DIR

2009-09-17 Thread Евгений Александрович
Maybe I'm not understanding your question but I believe your system is working correctly. If I recall correctly, in Puppy Linux, /mnt/home is a symbolic link to /initrd/mnt/dev_save. Hence as far as EMC2 is concerned, your variables are actually

Re: [Emc-users] EMC2_NCFILES_DIR

2009-09-17 Thread Евгений Александрович
Jeff thank you a lot! It does work now. The only real use of EMC2_NCFILES_DIR is to give a value to $emc::NCFILES_DIR, used in pickconfig.tcl to set the inifile variable [DISPLAY]PROGRAM_PREFIX when copying configurations. As documented at

[Emc-users] EMC2_NCFILES_DIR

2009-09-16 Thread Евгений Александрович
Hello guys I have EMC2 verson 3.3 System based on puppy linux and works well. I have one small problem and do not have ideas how I can solve it In emc script I changed variables EMC2_CONFIG_PATH=~/emc2/configs:/usr/local/etc/emc2/configs:/usr/share/doc/emc2/examples/sample-configs

[Emc-users] Internationalization

2009-08-27 Thread Евгений Александрович
Hello guys, I have build emc 2.3.3 on Puppy linux version 3 Everything works. But I can start Axis with translation. For example I start EMC by env LANG=de emc Starter is translated (Willkommen ...), but AXIS still is English. What could be a problem? Evgeny P.S. I checked /po/de_axis.po

[Emc-users] Select Jog Increment and keybo ard, BUG?

2009-08-27 Thread Евгений Александрович
Hello again, Looks like I have a bug. I start EMC 2.3.3 Try to move machine by keyboard - does work Change Jog Increment to another value Try to move machine by keyboard - does not work Click on MDI tab Try to move machine by keyboard - does work Every time when I change Jog Increment value I

Re: [Emc-users] Internationalization

2009-08-27 Thread Евгений Александрович
The problem is solved The problem was because all files were copied in catalog /usr/ , but system was builded in /usr/local/ ... I sovled the problem by ./configure --prefix=/usr Also it is possibel just copy MO files Best Regards Evgeny -Original Message- From: Евгений

[Emc-users] SMI problem

2008-10-12 Thread Евгений Александрович
Hello guys, I have small computer which based on VIA C7 1Gg, motherboard is CN700. Looks like I have SMI problem with this computer. When I start latency test, it works well (15000-36000 nS) But each 10-15 minutes system has 20-36 nS ... As I can read from this document

Re: [Emc-users] SMI problem

2008-10-12 Thread Евгений Александрович
CN700 based computer for EMC? Thanks Evgeny P.S. My PC has DOM Flash, could be this a reason for RT problem? -Original Message- From: Евгений Александрович[EMAIL PROTECTED] To: emc-users@lists.sourceforge.net Date: Sun, 12 Oct 2008 18:37:05 +0400 Subject: [Emc-users] SMI problem

[Emc-users] HALUI loads only 10 MDI_COMMAN Ds

2008-10-10 Thread Евгений Александрович
Hello System loads only 10 commands. Version of EMC 2.2.6 It it bug? Evgeny - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win

Re: [Emc-users] Custom controls

2008-10-09 Thread Евгений Александрович
- From: John Thornton [EMAIL PROTECTED] To: Евгений Александрович [EMAIL PROTECTED],Enhanced Machine Controller \EEMC\ emc-users@lists.sourceforge.net Date: Wed, 08 Oct 2008 05:43:35 -0600 Subject: Re: [Emc-users] Custom controls VCP is depreciated and has been replaced with pyVCP. VCP should

[Emc-users] Custom controls

2008-10-08 Thread Евгений Александрович
Hello one time more. As I can see from manual VCP controls bases on indicators. So it is not possible to create VCP button which run some G code. I would like to create custom control like buttom HOME ALL. People love functons like this, especialy with touchscreen display. Does exist any way to

Re: [Emc-users] VCP problem

2008-10-08 Thread Евгений Александрович
Ups I found solution I add new library and system is adle to show VCP controls Here is xml library https://launchpadlibrarian.net/9807876/python-xml_0.8.4.orig.tar.gz -Original Message- From: Евгений Александрович[EMAIL PROTECTED] To: emc-users@lists.sourceforge.net Date: Wed, 08 Oct

[Emc-users] VCP problem

2008-10-08 Thread Евгений Александрович
Hello guys I build PuppyEMC2 system. System works well. But when I tried to add VCP system does not start. I have problem with my ini file and with sim-lathe configuration. In debug mode I see some parse error + case $EMCDISPLAY in + '[' '!' -x /usr/local/bin/axis ']' + /usr/local/bin/axis -ini

Re: [Emc-users] No version for nano2count fo und

2008-10-05 Thread Евгений Александрович
Thank you Jeff I solved the nano2count problem as I wrote before. -Original Message- From: Jeff Epler [EMAIL PROTECTED] To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net Date: Thu, 2 Oct 2008 09:26:23 -0500 Subject: Re: [Emc-users] No version for nano2count found

Re: [Emc-users] EMC2.2.6 compiling help

2008-10-03 Thread Евгений Александрович
Hello I modified ipipe.h file #include linux/percpu.h DECLARE_PER_CPU(struct pt_regs, __ipipe_tick_regs); I am not sure than it is right way ;-) Evgeny -Original Message- From: Alex Joni [EMAIL PROTECTED] To: [EMAIL PROTECTED],Enhanced Machine Controller \(EMC\)

[Emc-users] No version for nano2count fo und

2008-10-02 Thread Евгений Александрович
Hello I still try to build puppy base system. Now I have problem on system start rtapi: No version for nano2count found: kernel tained. Is it problem or just information message? If it is a problem, what could be wrong? Best Regards Evgeny

Re: [Emc-users] Problem on EMC2 starting with rtai_hall.ko

2008-09-28 Thread Евгений Александрович
start I have rtai_hal.ko problem or adress in use I have not more ideas. Only one idea. Maybe prblem is then puppy linux has only Root user ... Evgeny P.S. Thank you for you help 2008/9/25 Евгений Александрович [EMAIL PROTECTED] Hello, I have more information. I installed

Re: [Emc-users] Problem on EMC2 starting with rtai_hall.ko

2008-09-25 Thread Евгений Александрович
sounds like rtai is already loaded. Either you compiled it into the kernel, not as a module. What do you mean. Did I somesing worng in kernel? Or you had a latency test still running, or the last time you had realtime run there was some problem during unload. A lsmod should tell you more,

Re: [Emc-users] Problem on EMC2 starting with rtai_hall.ko

2008-09-25 Thread Евгений Александрович
!!! Press ^C to exit. RTAPI: ERROR: Unexpected realtime delay on task 1 I can start program, but this way I get messagebox Unexpected realtime delay on task 1 several times. Any ideas? -Original Message- From: Евгений Александрович[EMAIL PROTECTED] To: Enhanced Machine Controller \(EMC\)emc

[Emc-users] Problem on EMC2 starting with rtai_hall.ko

2008-09-24 Thread Евгений Александрович
Hello. I build emc2 based on PuppyRus linux. linux was patched by kernel is 2.6.24.7 rtai test was succesfull. Whan i make EMC2 i had problem with ipipe.h file. I had to insert #include linux/percpu.h in ipipe.h file to build EMC2. Now, when I try to start EMC i have problem with rtai_hal.ko