Re: [Emc-developers] Gremlin parsing code with infinite loops

2016-06-24 Thread Michał Geszkiewicz
Easiest way to run infinite gcode with preview: connect halui.program.is-running to motion.digital-in-00 use 'N66 P0 L0' to read this flag in the end of loop without any delay if flag == 0 (loading time) use BREAK to exit loop Michal W dniu 24.06.2016 o 12:48, andy pugh pisze: > On 23 June 2016

Re: [Emc-developers] Ethernet / Mesa status.

2014-06-19 Thread Michał Geszkiewicz
W dniu 19.06.2014 12:10, andy pugh pisze: > Am I right in thinking that the Mesa 7i80 and other ethernet-connected > boards only work with Xenomai, and that Xenomai support only comes > with UBC, which hasn't been merged (and may not ever be merged?) > Yes. ---

Re: [Emc-developers] rapid override pin patch

2014-06-10 Thread Michał Geszkiewicz
W dniu 07.06.2014 03:54, Chris Radek pisze: > On Fri, Jun 06, 2014 at 06:52:03AM +, Chris Morley wrote: >> This patch adds a pin to motion that allows rapids to be overridden >> from 0 to 100 percent. >> connecting this pin to halui.feed-override.value makes GUI's feed override >> also control

Re: [Emc-developers] Gui Feedrate

2014-02-10 Thread Michał Geszkiewicz
Hal pin motion.requested-vel shows info you looking for. W dniu 10.02.2014 16:43, Mark Tucker pisze: > I am trying to write a Gui but i am having problems displaying the current > commanded feedrate. > If i get a feedrate derived from:- > emc.stat.settings[1] > > It shows a feedrate from way ah

Re: [Emc-developers] HEADS UP: RT-preempt and network I/O/system calls from RTthreads probably not viable

2014-01-30 Thread Michał Geszkiewicz
W dniu 30.01.2014 16:38, andy pugh pisze: > On 30 January 2014 13:17, Michał Geszkiewicz wrote: > >> Peter has driver >> working for 3 weeks 24/7, Skunkworks can flashing leds and I can use >> sserial slave cards without breaking connection. > As a rather more e

Re: [Emc-developers] HEADS UP: RT-preempt and network I/O/system calls from RTthreads probably not viable

2014-01-30 Thread Michał Geszkiewicz
Hi, Basic idea of making hm2_eth driver under rt-preempt was to get basic architecture up and running, there was to much 'I don't know, must test it' areas. I started to use rtnet becouse it is realtime and it is supported in RTAI and Xenomai. Unfortunately specific driver architecture (part of

Re: [Emc-developers] Can't compile joints_axes4

2013-12-04 Thread Michał Geszkiewicz
> > On 12/04/2013 02:46 PM, Michał Geszkiewicz wrote: >> Sorry >> libglib2.0-dev >> > > -- > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base

Re: [Emc-developers] Can't compile joints_axes4

2013-12-04 Thread Michał Geszkiewicz
Sorry libglib2.0-dev W dniu 04.12.2013 13:37, Marius Alksnys pisze: > E: Couldn't find package libglib-dev > > On 12/04/2013 02:21 PM, Michał Geszkiewicz wrote: >> sudo apt-get install libglib-dev >> >> W dniu 04.12.2013 13:02, Marius Alksnys pisze: >>>

Re: [Emc-developers] Can't compile joints_axes4

2013-12-04 Thread Michał Geszkiewicz
sudo apt-get install libglib-dev W dniu 04.12.2013 13:02, Marius Alksnys pisze: > I compiled it a lot of times before. It just does not compile today. I > am getting this when running ./configure --enable-run-in-place : > > ... > checking for --tcl support in msgfmt... yes > checking for Python su

Re: [Emc-developers] Add current mode output pin to Axis?

2013-11-25 Thread Michał Geszkiewicz
You can get current mode from halui: halui.mode.is_manual halui.mode.is_mdi W dniu 25.11.2013 14:52, Russell Brown pisze: > Can anyone point me in the right direction to adding a current mode (mdi > or manual) output pin to axis? I can't see anywhere in the code where a > pin could be set to refl

Re: [Emc-developers] AXIS fails to load after recent commit

2013-09-29 Thread Michał Geszkiewicz
Got same result here on Axis with sim_mm config. W dniu 29.09.2013 21:53, Chris Morley pisze: > After commit 33380c4b was applied AXIS will not run for me. > Other GUIs run though (Gscreen, TK, TOUCHY) > I get this: > > task pid=2808 > emcTaskInit: using builtin interpreter > store_named_parameter

[Emc-developers] Beta of hostmot2 7i80 rtnet driver under Xenomai

2013-02-15 Thread Michał Geszkiewicz
Hello, I've finally got it working, instructions how to install: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Mesa7i80_Driver_For_Linuxcnc_On_Xenomai it's rather dirty due to many problems under RTAI, clean git repository in progress. Many thanks for: Michael Haberler, John Morris and others for li

Re: [Emc-developers] LinuxCNC (EMC2) with RCS

2012-08-06 Thread Michał Geszkiewicz
W dniu 06.08.2012 20:26, Viesturs Lācis pisze: > 2012/8/6 Kent A. Reed : >> On 8/6/2012 8:59 AM, Viesturs Lācis wrote: >>> Hello! >>> >>> Can anyone suggest me, which was the last EMC2 (EMC1 ?) version that >>> was RCS-capable? >>> >> Viesturs: >> >> This is a hard question to answer because RCS is

Re: [Emc-developers] File Reload Pin for Axis

2012-06-20 Thread Michał Geszkiewicz
Reload is pure Axis functionality W dniu 20.06.2012 13:10, John Thornton pisze: > Well crap there goes that idea... > > John > > On 6/20/2012 6:00 AM, andy pugh wrote: >> On 20 June 2012 11:36, John Thornton wrote: >>> You could add a halui pin, halui.program.reload seems to be the only pin >>> m

Re: [Emc-developers] JA3 / Gentrivkins

2012-04-23 Thread Michał Geszkiewicz
Thanks Andy, fixed. W dniu 23.04.2012 18:04, andy pugh pisze: > Whilst idly poking about in JA3 I noticed: > > struct data { >22 hal_s32_t joints[EMCMOT_MAX_JOINTS]; > ... >34 for(i=0; i<9; i++) { >35 switch(data->joints[i]) { > > Which seems like it might cause troubl

Re: [Emc-developers] Recording Machine Movements (Spiderdab)

2012-02-14 Thread Michał Geszkiewicz
W dniu 14.02.2012 14:28, Spiderdab pisze: > and, I really cannot understand what Q does (naive) and if you have to > use Q together with P or without. > P value is maximum deviation of path allowed. Q value: let say we have two parallel continous lines. we have Pointa - begin of 1 line, pointb (en

Re: [Emc-developers] 2.6.0 Joints_Axes3 merge - errors

2012-01-14 Thread Michał Geszkiewicz
Hi Send config files and I'll try to reporduce regards Michael W dniu 14.01.2012 13:23, Spiderdab pisze: > Hi, i'm running (by now only in sim) JA3 merged with 2.6, and also if it > runs, some of my hal net aren't working. > to start finding out why, i saw when running into the terminal this > e

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Michał Geszkiewicz
Yes this issue is known and it is in TODO in ja3 regards Michael W dniu 05.12.2011 22:40, Spiderdab pisze: > Il giorno lun, 05/12/2011 alle 21.38 +0200, Viesturs Lācis ha scritto: >> 2011/12/5 Spiderdab<77...@tiscali.it>: >>> What i see, trying to change values, is that i can now change with the

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Michał Geszkiewicz
that line always set jog velocity to axis max in teleop mode. Long time ago it was designed to limit jog velocity to axis velocity but in ja3 it doesn't work properly. regards Michael W dniu 05.12.2011 19:44, Spiderdab pisze: > Il giorno lun, 05/12/2011 alle 19.01 +0100, Michał Geszki

Re: [Emc-developers] Teleop-Jog-issue (EX:halui.jog-speed)

2011-12-05 Thread Michał Geszkiewicz
If you want to make halui.jog-speed pin working in ja3 branch, comment line 1223 (axis->teleop_tp.max_vel = axis->vel_limit;) in file /src/emc/motion/control.c and recompile regards, Michael W dniu 05.12.2011 17:32, andy pugh pisze: > On 5 December 2011 15:48, Spiderdab<77...@tiscali.it> wrot

Re: [Emc-developers] French translation drivers?

2011-12-03 Thread Michał Geszkiewicz
> Sorry, be patient for Polish language, it started I know, I will be doing translations :) regards Michael -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, ap

Re: [Emc-developers] French translation drivers?

2011-12-03 Thread Michał Geszkiewicz
For sure Hostmot2 W dniu 03.12.2011 19:34, Francis TISSERANT pisze: > In order to set priorities for translations. Among drivers described > in the docs: > > AX5214 > HostMot2 > Motenc > Opto22 > Pico PPMC > Pluto-P > Servo-To-Go > > what are those sold in Europe? > > Thanks > > -

Re: [Emc-developers] motion.motion-enabled reported as an input but its not

2011-07-31 Thread Michał Geszkiewicz
Hello motion have two pins: motion.enable - input pins for disabling motion by external hal signal motion.enabled - output signal, simple status of motion state so it seems to be a bug. regards, Michael -- Got Input?

Re: [Emc-developers] M61 behaviour - bug?

2011-03-24 Thread Michał Geszkiewicz
It's a bug. I've tried to fix it some time ago but with no success. regards, Michael Michael Haberler pisze: > I am puzzled by the behaviour of M61 (or unsure what it actually is supposed > to do). > > If I run say emc axis_mm.ini in configs/sim, turn on/home and in MDI: > > - execute T3M6: >

Re: [Emc-developers] pin disappeared in 2.5.0 pre

2011-01-21 Thread Michał Geszkiewicz
Please send output from dmesg command regards Michael Spiderdab pisze: > Hallo, i wish is it right to ask for this here, in case tell me. > i was trying to use the master branch (first time), compliled ok. > tryed to run my setups and had this error, also tried a couple of given > steups, but i s

Re: [Emc-developers] help in using joints_axes3 branch

2010-12-21 Thread Michał Geszkiewicz
Read sample sim/gantry config file from joints_axes3 branch. It has all changes that are needed for this branch. regards Michael -- Forrester recently released a report on the Return on Investment (ROI) of Google Apps. Th

Re: [Emc-developers] feed rate control

2010-06-06 Thread Michał Geszkiewicz
ferdi andika pisze: > I have read emc2 source about control.c (motion part), > I assume that emc2 do the interpolation with max accel, max vel.. > > If I'm right, this interpolation doesn't include feed rate of user's > command (F). > How EMC2 control the feedrate of the machine? > Could you show

Re: [Emc-developers] rotated arcs in emc2.4

2010-03-19 Thread Michał Geszkiewicz
Jeff Epler pisze: > Rotated XZ and YZ arcs in emc 2.4 are displayed incorrectly by the > preview plot in axis. To see what I mean, MDI G10 L2 P1 R30 and then > load 3dtest.ngc. > > They are now correct in master (or mostly right; I keep finding new bugs > when I look) but only after a fairly compr

Re: [Emc-developers] New tool table format and TLO improvements on master

2010-01-26 Thread Michał Geszkiewicz
Stephen Wille Padnos pisze: > Note that length is the third column and diameter is the fourth. > > - Steve > Actually you can write line in any order you want, just comment must be last. At first update of tool table all lines will be rewriten in standard order. regards, Michael -

Re: [Emc-developers] [RFC PATCH] a sample of cleanups possible if we drop kernel 2.2 support

2009-08-13 Thread Michał Geszkiewicz
Jeff Epler pisze: > --- > I think we should drop the pretense that we support pre-2.4 kernels. > I agree. As to 2.4 kernels I think that could be done too (my opinion as a emc user). regards, Michael -- Let Crystal Re

Re: [Emc-developers] [Emc-commit] TRUNK emc2/src/emc/rs274ngc rs274ngc_pre.cc, 1.71, 1.72

2009-06-15 Thread Michał Geszkiewicz
Jeff Epler pisze: > Micges, > I reverted your earlier change for several reasons. > > Primarily, because it causes the test suite to fail. This does not > indicate that the change is necessarily wrong, but it does change the > sequence of canon calls made; all the tests do is check for an expected

[Emc-developers] [patch] fix current velocity after estop

2009-06-03 Thread Michał Geszkiewicz
regards, Michael Index: motion/control.c === RCS file: /cvs/emc2/src/emc/motion/control.c,v retrieving revision 1.153 diff -U3 -r1.153 control.c --- motion/control.c 31 Jan 2009 18:12:55 - 1.153 +++ motion/control.c 3 Jun 2009 08

[Emc-developers] patch to new G64 Pn Qn mode

2009-06-02 Thread Michał Geszkiewicz
This patch fixes bug that after motion blend and naive cam are both enabled, value for naive cam is get from motion blend. regards, Michael blend_fix.patch Description: Binary data -- OpenSolaris 2009.06 is a cutting

[Emc-developers] separate blending and naive cam tolerances patch

2009-05-27 Thread Michał Geszkiewicz
Hello, As we talked this abouth month ago on irc this is working patch. regards Michael G64_Pn_Qn.patch Description: Binary data -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of

[Emc-developers] duplicate abort code patch

2009-05-26 Thread Michał Geszkiewicz
regards, Michael duplicate_abort.patch Description: Binary data -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the mi

[Emc-developers] interpl length from ini file patch

2009-05-26 Thread Michał Geszkiewicz
regards, Michael interpl_len_from_ini.patch Description: Binary data -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet

Re: [Emc-developers] Polish translation update

2009-03-25 Thread Michał Geszkiewicz
New translation file regards Michael pl.po Description: Binary data -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easi

Re: [Emc-developers] Polish translation update

2009-03-24 Thread Michał Geszkiewicz
Rest of translation axis.po On Tue, 24 Mar 2009 00:28:15 +0100, Michał Geszkiewicz wrote: more to come regards Michael pl_axis.patch Description: Binary data -- Apps built with the Adobe(R) Flex(R) framework

[Emc-developers] Patch for stepconf i18n

2009-03-23 Thread Michał Geszkiewicz
This is for TRUNK from today regards Michael stepconf.patch Description: Binary data -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities

[Emc-developers] patch changing motion parameters to pins

2009-01-29 Thread Michał Geszkiewicz
Hello This is second patch, one duplicated pin commented out(motion.motion-inpos) motion_params_to_pins.patch Description: Binary data -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell

[Emc-developers] patch changing joints params to pins

2009-01-29 Thread Michał Geszkiewicz
joints_params_to_pins.patch Description: Binary data -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword_

Re: [Emc-developers] New home requirement in trunk

2008-12-29 Thread Michał Geszkiewicz
by defining [TRAJ]NO_FORCE_HOMING = 1 an integrator can chose to override the default behaviour of not allowing MDI and Auto before the machine has been homed. regards, Michael On Mon, 29 Dec 2008 19:02:57 +0100, Eric H. Johnson wrote: > Hi all, > > I just downloaded the latest EMC source fr

Re: [Emc-developers] proposed patch for halui direct control of MV, FO, SO

2008-12-19 Thread Michał Geszkiewicz
On Fri, 19 Dec 2008 16:43:18 +0100, Jeff Epler wrote: > Is the problem that you find "counts" buggy, or are you using a kind of > control (e.g., potentiometer) for which "counts" is an inappropriate > interface that causes you extra work? > > Based on this remark, I am not sure which is the cas

Re: [Emc-developers] Killing wiki links

2008-10-05 Thread Michał Geszkiewicz
I've just updated your wiki page with killed wiki links regards Michal On Sun, 05 Oct 2008 19:10:02 +0200, Eric H. Johnson <[EMAIL PROTECTED]> wrote: > Hi all, > > I just added a wiki page for the halrmt > interface(http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Halrmt). Some of > the > comma

[Emc-developers] start/stop suggestions to effective industrial manufacturing with EMC

2008-04-09 Thread Michał Geszkiewicz
Hello, I use AXIS about 1,5 year, have installed and run 10 machines with it and I have some suggestions what can be improved. On every machine I've created EMC2 is running 16h day. Thanks to that there are some things that showed up and can be improved/fixed. 1. AXIS should highlight current