[Emc-developers] Broken master 06jan23

2023-01-07 Thread Dewey Garrett
) are ok as far as i can tell. Sorry for my mistake, dewey -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] Arc Bug, help needed.

2022-12-10 Thread Dewey Garrett
ove only Notes: a) not reproducible if all joints set immediate homing as there are no residual position errors -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/

Re: [Emc-developers] Fwd: Bug#1025433: Copyright issue

2022-12-10 Thread Dewey Garrett
-Hn RTAPI_USE_PROCFS {} \; ./rtapi/rtai_rtapi.c:189:#ifdef RTAPI_USE_PROCFS ./rtapi/rtai_rtapi.c:273:#ifdef RTAPI_USE_PROCFS -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] Fwd: Bug#1025433: Copyright issue

2022-12-10 Thread Dewey Garrett
e:10 Codename: buster #=== runtests passed on both systems above Note: also tested uspace on non-std kernel for bullseye (6.0.5-rt14) $ uname -a Linux beye 6.0.5-rt14 #1 SMP PREEMPT_RT Sat Dec 3 07:07:29 MST 2022 x

Re: [Emc-developers] Fwd: Bug#1025433: Copyright issue

2022-12-10 Thread Dewey Garrett
In Dewey Garrett writes: >nada -- this file is intree but not used not used in any .c,.cc files but: $ find . -type f -exec grep -H procfs_macros {} \; ./src/rtapi/rtapi_proc.h:#include "procfs_macros.h" /* macros for read functions */ ./src/rtapi/README:procfs_macros.h

Re: [Emc-developers] Fwd: Bug#1025433: Copyright issue

2022-12-10 Thread Dewey Garrett
$ pwd /home/git/linuxcnc-dev $ find . -iname procfs_macros.h ./src/rtapi/procfs_macros.h $ find . -type f -iname '*.*c' -exec grep -H procfs_macros {} \; nada -- this file is intree but not used -- Dewey Garrett ___ Emc-developers mailing list

Re: [Emc-developers] A vision for working now to LinuxCnc version 10

2022-12-05 Thread Dewey Garrett
in size as it does not contain data for all possible 1000 tools (pockets). apologies for the confusion. -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] A vision for working now to LinuxCnc version 10

2022-12-04 Thread Dewey Garrett
ind src -iname '*.*[ch]' -exec grep -Hc "TOOL_NML" {} \;|grep -v :0$|wc -l 15 -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] Bug#1012789: linuxcnc-uspace: Linux CNC will not start

2022-06-14 Thread Dewey Garrett
-cache depends linuxcnc-uspace|grep img Depends: libtk-img $ apt-cache depends libtk-img libtk-img Depends: libtk8.6 Depends: libc6 Depends: libjpeg62-turbo Depends: libpng16-16 Depends: libtiff5 Depends: libx11-6 Depends: zlib1g Suggests: libtk-img-doc -- Dewey Garrett

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

2022-05-02 Thread Dewey Garrett
done: https://github.com/LinuxCNC/linuxcnc/commit/b3d622b14a -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] suggestions to improve HOMECOMP/HOMEMOD custom homing infrastructure

2022-04-19 Thread Dewey Garrett
ntests passes) (The api (homing.h) is not changed) -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] motmod refactoring for data encapsulation

2022-02-06 Thread Dewey Garrett
/tpcomp.comp -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] Problematic race condition in LinuxCNC/HAL startup

2022-01-25 Thread Dewey Garrett
I've been testing a new branch that was been victim to some of the buildbot failures. Have now tested (locally) a merge of the hal-init-race branch with success. Avoiding false-alarms from buildbot runs will be welcomed. thanks -- Dewey Garrett

Re: [Emc-developers] Problematic race condition in LinuxCNC/HAL startup

2022-01-25 Thread Dewey Garrett
Thanks for this work! this link not accessible to non-admins: http://buildbot.linuxcnc.org/buildbot-admin/builders/1640.rip-buster-rtpreempt-amd64/builds/2096/steps/runtests/logs/stdio -- Dewey Garrett ___ Emc-developers mailing list Emc

Re: [Emc-developers] RIP error with latest Master branch

2021-08-02 Thread Dewey Garrett
Some test info for debian: stretch,buster,bullseye using example code from lib/python/glnav.py: $ cat /share/tst.py import array, itertools import cairo a = array.array('b', itertools.repeat(0, 256*256)) surface = cairo.ImageSurface.create_for_data(a, cairo.FORMAT_A8, 256, 256) context =

Re: [Emc-developers] Trailing comments in INI

2020-11-23 Thread Dewey Garrett
https://github.com/LinuxCNC/linuxcnc/commit/c3ac4f5bf2f76b97 https://github.com/LinuxCNC/linuxcnc/commit/91f44950dd10d70a -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Emc-developers] Include folder files not copied during recompile

2020-10-17 Thread Dewey Garrett
seems to work for me: $ git branch|grep \* * 2.8 $ pwd /data/gita/linuxcnc-dev/src $ rm ../include/posemath.h $ $ (make -j2 && sudo make setuid) >|/tmp/log 2>&1 $ grep posemath /tmp/log cp libnml/posemath/posemath.h ../include/posemath.h

Re: [Emc-developers] Buildbot problems?

2020-08-31 Thread Dewey Garrett
uot; Ref: http://buildbot.linuxcnc.org/buildbot/builders/1400.rip-wheezy-i386/builds/5354/steps/runtests/logs/stdio The 'Address already in use' probably relates to an earlier problem and likely needs manual intervention or a reboot of the reporting buildbot instance(s). A reboot will (conventiona

Re: [Emc-developers] git

2020-05-10 Thread Dewey Garrett
nce warnings on pi builds 49d9a9487 2020-04-24 10:23:21 -0500 Makefile: Specify gnu++11 or gnu++0x as language standard 9ff903664 2020-04-24 10:23:21 -0500 Makefile: Fix typo a3a77353f 2020-04-29 13:24:01 +1000 add pmx485 to makefile0 t520:src -- Dewey Garrett

Re: [Emc-developers] questions to ngcgui_lib and more

2020-04-20 Thread Dewey Garrett
he link works -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] Update to lowpass.comp

2019-08-17 Thread Dewey Garrett
commit/d69b15cfe1 -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-developers

Re: [Emc-developers] Homing API

2019-08-14 Thread Dewey Garrett
>In the Updating LinuxCNC documentation, section 12.2.2 Homing says typo: should say homing.h updated: https://github.com/LinuxCNC/linuxcnc/commit/4977d559411 -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.

Re: [Emc-developers] axes vrs joint number lathes

2019-07-17 Thread Dewey Garrett
NOT in teleop_mode). Teleop jogging works in Cartesian (xyzabcuvw) space and has NO knowledge of joints or kinematics so it (historically) references axis coordinate letters by their zero-based index for the known letters sequence (xyzabcuvw): x: index 0 y: index 1 z: index 2 etc. -- Dewey Garre

Re: [Emc-developers] % and external subroutines

2019-02-12 Thread Dewey Garrett
> Is this a known quirk? bisected errors like: "emc/task/emctask.cc 397: interp_error: Failed to find sub ..." start at commit:24ef2feae Sat Sep 1 19:26:48 2018 -0700 ok at prior commit: a6944dd9c Thu Aug 30 18:18:50 2018 -0500 The failing commit is a merge. --

Re: [Emc-developers] New Stuff

2018-10-19 Thread Dewey Garrett
>The current single patch is: i updated the commit message so the current single commit is 784db0335: https://github.com/LinuxCNC/linuxcnc/commit/784db03355d52867b70a5362a0dae498290d8786 -- Dewey Garrett ___ Emc-developers mailing list

Re: [Emc-developers] New Stuff

2018-10-19 Thread Dewey Garrett
com/LinuxCNC/linuxcnc/commits/dgarr/external_offsets The current single patch is: https://github.com/LinuxCNC/linuxcnc/commit/b546cfe01135535d04c123593afdc0cadee1ff61 -- Dewey Garrett ___ Emc-developers mailing list Emc-developers@lists.sourceforge.

Re: [Emc-developers] running master on the pi, driving a lathe

2018-08-29 Thread Dewey Garrett
is available in the master branch after March of2018. Ref: https://github.com/LinuxCNC/linuxcnc/commit/a7ca8053a The provided sim config (configs/sim/axis/twopass/twopass.ini) demonstrates using the halfile configs/sim/axis/tw

Re: [Emc-developers] problems with stretch/uspace install

2018-07-05 Thread Dewey Garrett
In <5b3e4726.5080...@pico-systems.com> Jon Elson writes: >Any suggestions? docs section on updating 2.7 to master (2.8~pre): http://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html -- Dewe

Re: [Emc-developers] motion.feed-inhibit

2018-06-08 Thread Dewey Garrett
: http://linuxcnc.org/docs/devel/html/config/ini-homing.html#_inhibiting_homing -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Emc-developers] Mode switching bug

2017-12-04 Thread Dewey Garrett
In <20171204124721.44pj7hzopl2f4...@unpythonic.net> Jeff Epler <jep...@unpythonic.net> writes: i made a branch for 361 and related 285: dgarr/285,361 User tests so far have seemed positive -- D

Re: [Emc-developers] Possible Bug in check_config

2017-09-30 Thread Dewey Garrett
In

Re: [Emc-developers] Default path for gcode files

2017-09-01 Thread Dewey Garrett
In <ooccqe$kvv$1...@blaine.gmane.org> Dewey Garrett <dgarr...@panix.com> writes: >creates user configs in ~linuxcnc that are flat. Moreover, corection: i meant ~/linuxcnc of course -- Dewey Garrett -

Re: [Emc-developers] Default path for gcode files

2017-09-01 Thread Dewey Garrett
://github.com/LinuxCNC/linuxcnc/blob/2.7/configs/maintainer.txt -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Emc-developers] Default path for gcode files

2017-09-01 Thread Dewey Garrett
2.6 2.7 master ... $ git tag -a --contains 8c1dfd04| grep 2\.5 nada -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

Re: [Emc-developers] Default path for gcode files

2017-09-01 Thread Dewey Garrett
>set open c.ngc <-- relative (to ini dir) pathname -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/sl

Re: [Emc-developers] Default path for gcode files

2017-08-31 Thread Dewey Garrett
N ACK set run 0 set run 0 SET RUN ACK set open c.ngc <-- relative (to ini dir) pathname set open c.ngc SET OPEN ACK set run 0 set run 0 SET RUN ACK -- Dewey Garrett -- Check out the vibrant tech

Re: [Emc-developers] [Emc-users] Homing XYAY configuration

2017-08-25 Thread Dewey Garrett
12-gb3568fb v2.8.0-pre1-3313-gbdbb4c3 build 3311 does not include the changes -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! h

Re: [Emc-developers] [Emc-users] Homing XYAY configuration

2017-08-25 Thread Dewey Garrett
_enable get teleop_enable TELEOP_ENABLE NO set jog_incr 0 1 .1 # <-- joint mode jog set jog_incr 0 1 .1 SET JOG_INCR ACK -- Dewey Garrett -- Check out the vibrant tech community on one of the world's mo

Re: [Emc-developers] Help with JA differences in master.

2017-03-13 Thread Dewey Garrett
t;> c=l.command() >>> c.state(l.STATE_ESTOP_RESET) # out of estop >>> c.state(l.STATE_ON) # machine on >>> c.home(-1)# home all >>> c.teleop_enable(0)# joint mode >>> c.unhome(-1) # unhome all >

Re: [Emc-developers] problems running source build of 2.8 master

2017-03-05 Thread Dewey Garrett
al pin changes for wheel jogging are described: http://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html#_whee l_or_mpg_manual_pulse_generator_jogging -- Dewey Garrett -- Check out the vibrant tech com

Re: [Emc-developers] Checking NML version

2016-12-27 Thread Dewey Garrett
with, not the version that is currently running. maybe something like this(while linuxcnc is running): $ python ... >>> import sys >>> import linuxcnc as l >>> s=l.stat() >>> sys.getsizeof(s) 13552 -- Dewey Garrett

Re: [Emc-developers] Checking NML version

2016-12-21 Thread Dewey Garrett
When using a RIP, source rip-environment (in RIP root_dir/scripts) first: $ ssh t520 source /home/git/linuxcnc-dev/scripts/rip-environment; linuxcnc_var LINUXCNCVERSION 2.8.0~pre1 -- Dewey Garrett

Re: [Emc-developers] Graphical HAL Viewer-Editor

2016-12-05 Thread Dewey Garrett
oot dir $ source scripts/rip-environment $ which linuxcnc_var /home/git/linuxcnc-dev/scripts/linuxcnc_var $ linuxcnc_var HALLIB_DIR /home/git/linuxcnc-dev/lib/hallib -- Dewey Garr

Re: [Emc-developers] HAL_GREMLIN broken in master?

2016-12-05 Thread Dewey Garrett
rent inifile and reads the current inifile to obtain these items. -- Dewey Garrett -- ___ Emc-developers mailing list Emc-developers@lists.sourceforge.net h

Re: [Emc-developers] ncam_for_2.7 branch (formerly features_preview_3)

2016-10-09 Thread Dewey Garrett
, testing, reporting issues. If users aren't interested in helping, it seems unlikely that developers will be supportive of taking on additional tasks. -- Dewey Garrett -- Check out the vibrant tech community on one of the wor

[Emc-developers] ncam_for_2.7 branch (formerly features_preview_3)

2016-10-09 Thread Dewey Garrett
with an armhf slave-lost exception so buildbot debs for ncam_for_2.7 will not be available until there is a restart. The more common architectures ran successfully for this new branch. -- Dewey Garrett -- Check out

Re: [Emc-developers] Homing from the Python interface in JA

2016-10-05 Thread Dewey Garrett
homing of an individual coordinate (when KINEMATICS_IDENTITY and a coordinate letter is duplicated for use with more than one joint) in this new commit: http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=commitdiff;h=7be62e6d5ee45ec18

Re: [Emc-developers] Homing from the Python interface in JA

2016-10-05 Thread Dewey Garrett
since the ini file is not posted -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Re: [Emc-developers] linuxcnc stst changes from master to JointAxis15

2016-06-22 Thread Dewey Garrett
_nn]MAX_VELOCITY. For the ini items, it is convenient to use sim_pin, for example: $ sim_pin ini.traj_max_velocity \ ini.x.max_velocity \ ini.y.max_velocity & (Changes to ini.N.max_velocity values must be made when a program is not running

Re: [Emc-developers] linuxcnc stst changes from master to JointAxis15

2016-06-21 Thread Dewey Garrett
ing the .ini and .inc files in the joints_axes15 tree and update the documentation. I imagine Andy will want to update the update_ini script. -- Dewey Garrett -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in S

[Emc-developers] call for maintainers for xlinuxcnc and linuxcncld uis

2016-05-11 Thread Dewey Garrett
nch. Please let us know if you are a developer (current or new) who hopes to maintain one of these UIs. Assistance is available if anyone plans to take the time to do the work and more importantly test xlinuxcnc and linuxcnclcd once they're updated in a joints_axes context. -

Re: [Emc-developers] Proposal: rename "gentrivkins" to "trivkins" in JA

2016-03-31 Thread Dewey Garrett
/python/pncconf/build_INI.py ./lib/python/pncconf/build_HAL.py ./lib/python/rs274/glcanon.py ./lib/python/stepconf/build_INI.py ./lib/hallib/sim_lib.tcl ./lib/hallib/util_lib.tcl ./lib/hallib/xhc-hb04.tcl -- Dewey Garrett

Re: [Emc-developers] call for maintainers for keystick and mini guis

2015-12-21 Thread Dewey Garrett
ck.ini and test incremental and continuous jogging and report results along with the distro/kernel/LinuxCNC_version It is curious that there is more interest in two seldom-used guis than there is in the long-envisaged joints_axes updates. -- Dewey G

Re: [Emc-developers] Joints_Axes

2015-12-10 Thread Dewey Garrett
no move on next keypress/release incremental: similar wrong behavior similar results negative results for: Lucid,2.6.32-122-rtai, LinuxCNC 2.7 (at commit

Re: [Emc-developers] help for Fernand (features_preview)

2015-11-15 Thread Dewey Garrett
2) $ git commit -s -m "message_for_the_update" 3) $ git format-patch -1 The last command 3) will create a patch file that you can examine to see if your changes are in the patch. -- Dewey Garrett -- Presto,

Re: [Emc-developers] features_preview (update)

2015-11-07 Thread Dewey Garrett
' app within LinuxCNC is somewhat unconventional (ref: features.py: update_check_all()). The RIP and DEB builds seem to be working but if there are problems I will continue to help. dewey -- D

Re: [Emc-developers] linuxcnc-features in linuxcnc?

2015-11-06 Thread Dewey Garrett
ommit dfd2btb marked (v2.01) > ... > Features depend on a good directory structure and links to those > directories. > Please see posts with 'features_preview' in the Subject for additional information on the implemented

Re: [Emc-developers] features_preview (update)

2015-11-06 Thread Dewey Garrett
are temporary and are deleted a few days. Some implementation notes and observations are kept at: http://www.panix.com/~dgarrett/stuff/features_preview.txt -- Dewey Garrett

[Emc-developers] features_preview

2015-10-29 Thread Dewey Garrett
-signoff # and type in explanation in popup editor $ git format-patch # create a patch file for consideration -- Dewey Garrett -- ___ Emc-developers mailing

Re: [Emc-developers] Experimental 4.1 preempt-rt kernel for Debian 8.1 amd64

2015-08-22 Thread Dewey Garrett
The glade apps i looked at work ok (just not the glade-gtk2 editor) 2) I noticed scripts/latency-plot is hardcoded unnecessarily for wish8.5 but jessie has 8.6, I will make a git commit to fix. 3) the package for tclx seems to be named tclx8.4 (it worked) -- Dewey Garrett

Re: [Emc-developers] Using LCNC makefile system

2015-04-30 Thread Dewey Garrett
190/190 realtime dependency files Done reading realtime dependencies Compiling hal/user_comps/mod_gs2_vfd.c Linking mod_gs2_vfd $ $ ls ../bin/mod_gs2_vfd ../bin/mod_gs2_vfd -- Dewey Garrett -- One dashboard

Re: [Emc-developers] UpdatingTo2.7 - is this line correct?

2015-02-16 Thread Dewey Garrett
-uspace and then to 'base 2.7-rt'. However, each of these last two plots indicate that the kernel is still 3.4.9-rtai-686-pae (top line of the window screenshot) -- Dewey Garrett -- Download BIRT iHub F-Type - The Free

Re: [Emc-developers] [Emc-commit] dgarr/jog_ignore_fo: inifile: support jog_ignore_feed_override

2014-11-14 Thread Dewey Garrett
to ignore feed override while jogging. i'll prepare a patch to always ignore FO while jogging instead. -- Dewey Garrett -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted

Re: [Emc-developers] [Emc-commit] dgarr/jog_ignore_fo: inifile: support jog_ignore_feed_override

2014-11-14 Thread Dewey Garrett
I have crashed tools due to FO being active on jogs. (Jogwheel and Z, stop turning the wheel, Z moves another few inches because it has lagged the wheel) using vel-mode is a good way to avoid this man motion -- axis.N.jog-vel-mode -- Dewey Garrett

Re: [Emc-developers] [Emc-commit] dgarr/jog_ignore_fo: inifile: support jog_ignore_feed_override

2014-11-14 Thread Dewey Garrett
) for halui jogging, the rate can be managed with halui.jog-speed (for plus/minus jogging) (ref: man halui) 3) the axis ui provides individual sliders for both linear and angular jog rates -- Dewey Garrett

Re: [Emc-developers] xhc-04 pendant with 2.6.1 and wheezy boot iso

2014-08-06 Thread Dewey Garrett
- maybe this will help a debian packaging expert -- Dewey Garrett -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms

Re: [Emc-developers] xhc-04 pendant with 2.6.1 and wheezy boot iso

2014-08-06 Thread Dewey Garrett
}==eb70, ATTR{idVendor}==10ce, MODE=666, OWNER=root, GROUP=users -- Dewey Garrett -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge

Re: [Emc-developers] xhc-04 pendant with 2.6.1 and wheezy boot iso

2014-08-06 Thread Dewey Garrett
in the plugdev group so the 90-xhc.rules works on debian wheezy if changed to use group==plugdev I have no idea what sets the sticky bit -- Dewey Garrett -- Infragistics Professional Build stunning WinForms apps today

Re: [Emc-developers] xhc-04 pendant with 2.6.1 and wheezy boot iso

2014-08-06 Thread Dewey Garrett
for anyone following, a patch to fix commited (2.6 branch): http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=commitdiff;h=d72860603260b83dd7e8e58242c81aba2525728d thanks to: seb, jepler, cradek, david armstrong, rene hopf -- Dewey Garrett

Re: [Emc-developers] Sample Configs layout

2014-07-27 Thread Dewey Garrett
the need for copying the common halfiles -- Dewey Garrett -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps

Re: [Emc-developers] [Emc-commit] master: hal_ppmc: port to uspace

2014-07-22 Thread Dewey Garrett
Great! That shows it is probably working OK. Do you know what board he tested it with? The board is a Universal PWM Servo Controller I've used sinde Mar 2008 http://pico-systems.com/univpwm.html -- Dewey Garrett

Re: [Emc-developers] [Emc-commit] master: hal_ppmc: port to uspace

2014-07-22 Thread Dewey Garrett
-preempt.png -- Dewey Garrett -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers

Re: [Emc-developers] motherboard sensors

2014-05-11 Thread Dewey Garrett
install lm-sensors -- Dewey Garrett -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best

Re: [Emc-developers] [Emc-commit] master: xhc-hb04 wireless USB MPG pendant (branch merge)

2014-02-21 Thread Dewey Garrett
In 1c6dcc67-8f96-4f2c-8d9c-cd9bd1928...@email.android.com Sebastian Kuzminsky s...@highlab.com writes: Err... this branch needed a rebase before merge. Some of my early commits needed cleanup. b17890e did cleanup, did i miss something? -- Dewey Garrett

Re: [Emc-developers] ngcgui cutter path compensation

2014-01-27 Thread Dewey Garrett
(units/min feedrate) g54 (Coordinate system 1 default) o1 if [ #5400 NE 0] (debug, use no tool for this test: g42.1) m2 o1 endif f 100 g0 x 5.0005 y 5.0005 g0 x 5.0005 y 0. / g42.1 D 10 g2 x 0. y 5.0005 i 0. j 5.0005 g40 m2 -- Dewey Garrett

Re: [Emc-developers] ngcgui cutter path compensation

2014-01-26 Thread Dewey Garrett
delete on and off. When block delete is on any lines starting with the slash / are skipped. Axis also has a button to toggle the feature, it is useful for previewing paths. -- Dewey Garrett -- CenturyLink Cloud

Re: [Emc-developers] Emc-developers Digest, Vol 93, Issue 44

2014-01-26 Thread Dewey Garrett
be different for mm. -- Dewey Garrett -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments Everything

Re: [Emc-developers] Emc-developers Digest, Vol 93, Issue 44

2014-01-26 Thread Dewey Garrett
://www.panix.com/~dgarrett/stuff/qpocket_run.png so it works for me -- we need to know more about your configuration and the parameters used for qpocket -- Dewey Garrett -- CenturyLink Cloud: The Leader in Enterprise Cloud Services

Re: [Emc-developers] Emc-developers Digest, Vol 93, Issue 45

2014-01-26 Thread Dewey Garrett
,__LINE__ ,A_ang,cos(A_ang),fabs(cos(A_ang)),TOLERANCE_EQUAL); CHKS((fabs(cos(A_ang)) TOLERANCE_EQUAL), NCE_TOOL_RADIUS_NOT_LESS_THAN_ARC_RADIUS_WITH_COMP); +fprintf(stdout,ok\n); double c_len = b_len/cos(A_ang); -- Dewey Garrett

Re: [Emc-developers] configs-cleanup

2013-12-21 Thread Dewey Garrett
of redundant configs: linuxcnc/configs/sim The config-cleanup has already changed hundreds of files and directories and has some residual broken configs -- but if the 2.6 release manager endorses for 2.6 I would work on this. -- Dewey Garrett

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

2013-11-27 Thread Dewey Garrett
One still ends up with halui and Axis getting out of sync. works for me: http://youtu.be/O9qL5lZ1tug did you try the patch? -- Dewey Garrett -- Rapidly troubleshoot problems before they affect your business. Most

Re: [Emc-developers] Question re newer kernel

2013-11-24 Thread Dewey Garrett
on this kernel. dewey -- Dewey Garrett -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight

Re: [Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Dewey Garrett
it is necesarry to manually remove any pyngcgui.py and pyngcgui.pyc files in that appear in the lib/python/gladevcp/ At least i think that is what happened. dewey -- Dewey Garrett -- See everything from the browser

Re: [Emc-developers] divorcing the HAL graph visualizer from the web server, was Re: Rockhopper revisited

2013-06-08 Thread Dewey Garrett
, on ubuntu-precise the program is called rsvg-view-3 instead of rsvg-view. The package can be installed with; $ sudo apt-get install librsvg2-bin The Gimp an Inkscape packages are useful also. -- Dewey Garrett -- How

[Emc-developers] configs/sim/sim.tbl (master)

2013-06-01 Thread Dewey Garrett
if the change above was intended to be so pervasive? -- Dewey Garrett -- Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail

[Emc-developers] Some results for RTAI Xubuntu,Precise on atom

2013-03-02 Thread Dewey Garrett
to all who have worked on rtai for precise -- Dewey Garrett -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu

[Emc-developers] names in sim halfiles patch

2013-02-07 Thread Dewey Garrett
expected And I have tried to test the configurations in the sim directory that use the affected halfiles. -- Dewey Garrett -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March

[Emc-developers] plotter for latency historam comp

2012-12-07 Thread Dewey Garrett
) http://www.panix.com/~dgarrett/stuff/lhisto_posix.png (sl510) http://www.panix.com/~dgarrett/stuff/lhisto_rtai.png(different computer) Notes: Latency time bins are in 1,2,5 sequence over 5 decades Y axis is displayed on log scale by default -- Dewey Garrett

Re: [Emc-developers] LinuxCNC licensing issues - was: Re: Gladevcp+HAL standalone applications on Raspberry Pi: works

2012-11-21 Thread Dewey Garrett
2559 haberler 3445 johnson 3586 padnos 3855 joni 4092 vavaroutsos 5036 pugh 8597 morley 9010 kuzminsky 16141 epler 21045 kasunich -- Dewey Garrett -- Monitor your physical, virtual and cloud infrastructure from a single

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

2012-08-11 Thread Dewey Garrett
-- Dewey Garrett -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint

Re: [Emc-developers] [ emc-Bugs-3553265 ] blank lines in tool table file cause problem

2012-08-01 Thread Dewey Garrett
A patch for test: From ff128dbcd1122351484b5e7f715c9c308fa24a3b Mon Sep 17 00:00:00 2001 From: Dewey Garrett dgarr...@panix.com Date: Wed, 1 Aug 2012 16:53:50 -0700 Subject: [PATCH] tool_parse.cc: handle erroneous tool tbl lines require a toolno for line to be valid Bugs item #3553265 --- src

Re: [Emc-developers] packaging fixes

2011-07-08 Thread Dewey Garrett
. dewey -- Dewey Garrett -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more

Re: [Emc-developers] packaging fixes

2011-07-08 Thread Dewey Garrett
;-) maybe later dewey -- Dewey Garrett -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent

Re: [Emc-developers] ngcgui patch

2011-06-09 Thread Dewey Garrett
this may be beyond my skill level with Makefiles to fix, attempt at fixing the package build: http://www.panix.com/~dgarrett/stuff/tst2.mbox thanks for the comments, dewey -- Dewey Garrett -- EditLive Enterprise

[Emc-developers] serport.comp patch

2009-08-15 Thread Dewey Garrett
(io[i], 7); } -- Dewey Garrett -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core

[Emc-developers] --help patch for emcrsh

2009-05-07 Thread Dewey Garrett
, optarg, strlen(optarg) + 1); break; case 'p': sscanf(optarg, %d, port); break; -- Dewey Garrett -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may

Re: [Emc-developers] patch to allow user custom command files for axis

2009-01-28 Thread Dewey Garrett
= user_command_file if os.path.exists(rcfile): import traceback try: -- Dewey Garrett -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword

[Emc-developers] patch to allow user custom command files for axis

2009-01-27 Thread Dewey Garrett
!= : +print user_command_file=%s % user_command_file +execfile(user_command_file) o.mainloop() live_plotter.stop() -- Dewey Garrett -- This SF.net email is sponsored by: SourcForge Community SourceForge wants

Re: [Emc-developers] joypad on new hardy install

2008-07-11 Thread Dewey Garrett
response to the vesa video driver. The automatic configuration of xorg.conf with hardy is so sophisticated as to be non-understandable. Lessons learned: Pay more attention to messages in syslog Hope this can help someone else. -- Dewey Garrett(925)447-9364

Re: [Emc-developers] joypad on new hardy install

2008-07-11 Thread Dewey Garrett
down linux) yes -- i miss that capability dewey -- Dewey Garrett - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy

  1   2   >