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
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.
---
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
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
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
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
>
> 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
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:
>>>
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
>
> -
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?
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:
>
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
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
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
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
45 matches
Mail list logo