Re: [Emc-users] [Emc-developers] Home_use_index issue revisited

2021-04-04 Thread Dewey Garrett
rtion of the joint index_enable hal pin. Applicable only for HOME_USE_INDEX = YES." Refs: https://github.com/LinuxCNC/linuxcnc/commit/5ea573adde Also see forum thread starting here: https://forum.linuxcnc.org/10-advanced-configuration/31813-tcp-5-axis-kinematics?start=120#139881 -- Dew

Re: [Emc-users] G93 minimum value/behaviour

2020-09-14 Thread Dewey Garrett
.8/src/emc/rs274ngc/interp_inverse.cc#L65 https://github.com/LinuxCNC/linuxcnc/blob/2.8/src/emc/rs274ngc/interp_inverse.cc#L124 -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] ensure_mdi function call

2020-04-01 Thread Dewey Garrett
side effects with cooperating guis (like halui) so it needs some thorough testing i think. As a workaround, you can also use: $ sim_pin halui.mode.mdi/mode=Pulse & -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sour

Re: [Emc-users] disconnect .var file

2019-12-28 Thread Dewey Garrett
Try: RS274NGC] PARAMETER_FILE = /dev/null Ref: https://en.wikipedia.org/wiki/Null_device -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Buster RTAI Lathe HomeAxis Failure

2019-12-19 Thread Dewey Garrett
pdated* but *newly* created configs can use a simpler (and more appropriate) configuration having 2 joints for xz lathes (0:,1:z). -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listin

Re: [Emc-users] Buster RTAI

2019-12-19 Thread Dewey Garrett
version problems into warnings so you could try: $ dpkg --force-depends --install yourpkg.deb -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] D. Garret's Dry Run LinuxCNC

2019-12-14 Thread Dewey Garrett
tps://www.youtube.com/watch?v=N77tJVw3dPQ=youtu.be docs: http://buildbot.linuxcnc.org/doc/scratch/v2.9.0~pre0~dgarr-dryrun~f2bd153/html/integrator/dryrun.html -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.

Re: [Emc-users] D. Garret's Dry Run LinuxCNC

2019-12-13 Thread Dewey Garrett
n/man9/dryrun_helper.9.html Branch ref: https://github.com/LinuxCNC/linuxcnc/commits/dgarr/dryrun This branch is force-pushed when there are changes. -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [Emc-users] OT: redirecting output to a file

2019-11-11 Thread Dewey Garrett
art the X session. All discussion of the .xinitrc file in the xinit(1) manual page applies equally well to .xsession. Keep in mind that .xinitrc is used only by xinit(1) and completely ignored by xdm(1)." -- Dewey Garrett ___ Emc-

Re: [Emc-users] Homing following error (was PID feed forward)

2019-08-18 Thread Dewey Garrett
dbot/grid -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Homing following error (was PID feed forward)

2019-08-18 Thread Dewey Garrett
for wheezy-i386: http://buildbot.linuxcnc.org/dists/wheezy/scratch-rtpreempt/binary-i386/ deb name: linuxcnc-uspace_2.9.0~pre0~dgarr.ihome.tst~078206a_i386.deb If users report that this fixes index homing problem on the master branch, i'll merge the fix to the master branch. -- Dewey Garrett

Re: [Emc-users] Homing following error (was PID feed forward)

2019-08-17 Thread Dewey Garrett
the_deb ;# copy buildbot link $ sudo dpkg -i the_deb ;# install the deb -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] xhc_hbo4 pendant

2019-07-09 Thread Dewey Garrett
of joints/axes updates. -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Jog pins not showing in HAL configuration

2019-03-23 Thread Dewey Garrett
http://linuxcnc.org/docs/master/html/getting-started/updating-linuxcnc.html#_halui -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] parameters passed to hal comps

2018-12-29 Thread Dewey Garrett
'arg' below, and the long will be set to the thread period in nanoseconds. 'arg' is a void pointer that will be passed to the function each time it is called. ..." -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourc

Re: [Emc-users] Error message after upgrade

2018-11-15 Thread Dewey Garrett
/linuxcnc/commit/d191eb5dffc0c3dfe17a872ab51766f54b6efb65 -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] bash & . ./scripts/rip-environment

2018-09-27 Thread Dewey Garrett
lowing are equivalent in the bash shell: . path_to_some_file source path_to_some_file Ref: man bash -- Dewey Garrett ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] problems in the change of my interface

2018-07-27 Thread Dewey Garrett
oops, correct github ref for master branch hexapod-sim is: https://github.com/LinuxCNC/linuxcnc/tree/master/configs/sim/axis/vismach/hexapod-sim -- Dewey Garrett -- Check out the vibrant tech community on one

Re: [Emc-users] problems in the change of my interface

2018-07-27 Thread Dewey Garrett
/vismach/hexapod-sim -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Emc-users ma

Re: [Emc-users] UI question

2017-09-23 Thread Dewey Garrett
In

Re: [Emc-users] Homing XYAY configuration

2017-08-24 Thread Dewey Garrett
crsh man page has also been updated to some degree for jogging methods: http://linuxcnc.org/docs/devel/html/man/man1/linuxcncrsh.1.html Because there are few users, the changes for linuxcncrsh have been lightly tested. --

Re: [Emc-users] Homing XYAY configuration

2017-08-24 Thread Dewey Garrett
toolno-pocket-differ/random/sim.ini:1 ./toolchanger/toolno-pocket-differ/nonrandom/sim.ini:1 ./linuxcncrsh/linuxcncrsh-test.ini:1 ./t0/random-without-t0/sim.ini:1 ./t0/nonrandom/sim.ini:1 ./t0/random-with-t0/sim.ini:1 ./mdi-queue/linuxcncrsh-test.ini:1 ./motion/g0/motion-test.ini:1

Re: [Emc-users] Upgrade 2.8.0 pre to 2.8

2017-08-24 Thread Dewey Garrett
pocket-differ/random/sim.ini:1 ./toolchanger/toolno-pocket-differ/nonrandom/sim.ini:1 ./linuxcncrsh/linuxcncrsh-test.ini:1 ./t0/random-without-t0/sim.ini:1 ./t0/nonrandom/sim.ini:1 ./t0/random-with-t0/sim.ini:1 ./mdi-queue/linuxcncrsh-test.ini:1 ./motion/g0/motion-test.ini:1

Re: [Emc-users] Upgrade 2.8.0 pre to 2.8

2017-08-16 Thread Dewey Garrett
be updates in the devel (master) docs: http://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html For feature branches, the docs built by the buildbot are available for an interval after building at: http://buildbot.linuxcnc.org/doc/ -- Dew

Re: [Emc-users] hal include

2017-07-24 Thread Dewey Garrett
$ man halcmd ... source filename.hal Execute the commands from filename.hal. ... -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites

Re: [Emc-users] Pyngcgui question on formatting parameters

2017-06-04 Thread Dewey Garrett
ation can be found using: $ dpkg -L linuxcnc|grep pyngcgui.py /usr/share/pyshared/pyngcgui.py -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http:/

Re: [Emc-users] Missing Documentation - I think

2017-04-04 Thread Dewey Garrett
tton' may be connected through hal to a pin wired to a physical hardware button to allow acknowledgement by other means. The button could be part of a panel or pendant for instance. To demonstrate usage from the command line: $ sim_pin: hal_manualtoolchange.change_button -- Dewe

Re: [Emc-users] multiswitch Q's

2017-02-26 Thread Dewey Garrett
mode operations and the hal pins for joint jogging are not used. -- Dewey Garrett -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashD

Re: [Emc-users] run Lcnc ubuntu 14.04 rt_preempt 4.1.5 whithout rip-environment script

2016-11-27 Thread Dewey Garrett
have been working on uses custom [APPLICATION]APP scripts in the RIP toplevel bin directory and does need rip-environment to ensure they are found in the PATH. Apologies for the noise. -- Dewe

Re: [Emc-users] run Lcnc ubuntu 14.04 rt_preempt 4.1.5 whithout rip-environment script

2016-11-26 Thread Dewey Garrett
.) for simultaneous usage with the running LinuxCNC will require proper sourcing of the rip-environment script in the invoking shell! -- Dewey Garrett -- ___ Emc-users mailing list

Re: [Emc-users] run Lcnc ubuntu 14.04 rt_preempt 4.1.5 whithout rip-environment script

2016-11-26 Thread Dewey Garrett
ilding-linuxcnc.html#_building_debian_packages ref: https://forum.linuxcnc.org/27-driver-boards/31881-7i77-5i25-hm2-pci-unloaded?start=40#83286 -- Dewey Garrett -- ___ Emc-users mailing li

Re: [Emc-users] Hacking a sim runtime mode

2016-10-15 Thread Dewey Garrett
of the prediction -- i didn't investigate further. -- 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-users] Possible pncconf error?

2016-09-26 Thread Dewey Garrett
axes limits for machines using known identity kinematics (trivkins).. I pushed a fix to the master branch (lightly tested): http://git.linuxcnc.org/gitweb?p=linuxcnc.git;a=commitdiff;h=a055cb10e8d12595c9a004e299fe8a36fd

Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread Dewey Garrett
. If you install 2.7 from deb you can get a deb from the buildbot when it completes a build for 2.7. -- Dewey Garrett -- ___ Emc-users mailing list Emc-users@lists.sourceforge.

Re: [Emc-users] Trouble with TWOPASS and Mesa loadrt

2016-09-25 Thread Dewey Garrett
using the form without parentheses. -- Dewey Garrett -- ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] G0 vs G1-specific functions?

2016-06-27 Thread Dewey Garrett
n/man9/lowpass.9.html man page for the xhc-hb04 userspace module: http://linuxcnc.org/docs/2.7/html/man/man1/xhc-hb04.1.html -- Dewey Garrett -- Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San Francis

Re: [Emc-users] Joint-Axis Branch?

2016-05-13 Thread Dewey Garrett
for a single configuration could be done and tested, changing in the base code affecting any possible configuration would necessitate some extensive testing i imagine. -- Dewey Garrett -- Mobile security can be enabling

Re: [Emc-users] halui interfaces with no gui problem

2016-05-11 Thread Dewey Garrett
APP = name_of_program_in_path Ref: http://linuxcnc.org/docs/2.7/html/config/ini-config.html#_applications_section -- Dewey Garrett -- Mobile security can be enabling, not merely restricting. Employees who bring their

Re: [Emc-users] JA branch is merged into master? (fix links)

2016-04-29 Thread Dewey Garrett
-linuxcnc.html -- Dewey Garrett -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications

Re: [Emc-users] JA branch is merged into master?

2016-04-29 Thread Dewey Garrett
lable, a recent contribution implements 'Table-Rotary/Tilting 5 axis configurations. Ref: https://www.youtube.com/watch?v=Oh9eCupbsso http://imgur.com/8g3EMcE http://buildbot.linuxcnc.org/doc/scratch/v2.8.0~pre1-ja~dgarr-trt-doc-test-v2~cd709b3/html/motion/5-axis-kinematics.html --

Re: [Emc-users] JA branch is merged into master?

2016-04-29 Thread Dewey Garrett
EMCTOO get enable get enable ENABLE ON #--- Notes: 1) In the example, ssh has been configured for automatic login -- Dewey Garrett -- Find and fix application performance issues faster with Applications Ma

Re: [Emc-users] XHC-HB04 on LinuxCNC

2016-03-31 Thread Dewey Garrett
ons for buildbot are at : http://buildbot.linuxcnc.org -- Dewey Garrett -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Cl

Re: [Emc-users] Pyngcgui questions

2016-02-19 Thread Dewey Garrett
c _and_ in the terminal used to start a related, stand-alone application like pyngcgui. 2. The --height option mentioned with --help was removed but the --help message needs to be updated to remove the mention (will am

Re: [Emc-users] One config for simulation and real machine

2016-01-28 Thread Dewey Garrett
==> z.in1 <== z.out halcmd: delsig duh halcmd: show sig duh Signals: Type Value Name (linked to) halcmd: #------- -- Dewey Garrett -

Re: [Emc-users] One config for simulation and real machine

2016-01-28 Thread Dewey Garrett
ts or just some custom hal connections to take the place of unavailable hardware for testing. -- Dewey Garrett -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App

Re: [Emc-users] One config for simulation and real machine

2016-01-28 Thread Dewey Garrett
hal ... [OPTIONS] SIM = 1 ... two.tcl excerpt: # ... if {[info exists ::OPTIONS] && $::OPTIONS(SIM) == 1} { loadrt sim_parport names=p } else { loadrt parport names=p } # ... addf p.read base-thread # ... addf p.write base-thread # ... -- De

Re: [Emc-users] linuxcnc-features-master

2016-01-05 Thread Dewey Garrett
> Does Nick have a web page where I might be able to read it first hand? See new post with Subject: features_preview_3 -- Dewey Garrett -- ___ Emc-users mailing list

[Emc-users] features_preview_3

2016-01-05 Thread Dewey Garrett
red. If you like 'features', testing a 'features_preview_3' buildbot deb package or a RIP install would be a productive way to both help (by testing) and could encourage a merge to LinuxCNC 2.7 -- D

Re: [Emc-users] Resetting rotary movement count

2016-01-05 Thread Dewey Garrett
xis, limit)) { 168 if (emc_debug & EMC_DEBUG_CONFIG) { 169 rcs_print_error("bad return from emcAxisSetMaxPositionLimit\n"); 170 } 171 return -1;

Re: [Emc-users] Add another "servo_thread" to my config

2015-11-16 Thread Dewey Garrett
>What would the halcmd command be to show the max time for each loaded >component? for current execution time: $ halcmd show pin \*time for max execution time: $ halcmd show param \*tmax -- Dewey Garrett --

Re: [Emc-users] Error with tripod sim can't find package Linuxcnc

2015-11-08 Thread Dewey Garrett
u may have forgotten to source rip-environment in the terminal first -- Dewey Garrett -- ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] Numeric entry with touchscreen and Glade

2014-10-27 Thread Dewey Garrett
popupkeyboard g_popkbd = popupkeyboard.PopupKeyboard(use_coord_buttons=False) if g_popkbd.run(initial_value='',title='your_title'): print result=,g_popkbd.get_result() else: print user canceled -- Dewey Garrett

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-14 Thread Dewey Garrett
=linuxcnc.git;a=commitdiff;h=25df0ec2d189d4bca55b50fed22f7fb4c4cc298e The patch is in git master but is compatible with 2.6 so if you test a buildbot deb and advocate for the change, it may be possible to cherry pick it to 2.6. -- Dewey Garrett

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Dewey Garrett
increments is fairly quick and encourages the user to look at the displayed increment value when choosing a smaller increment. It seems to me that adding provisions for stepsize-down would add complexity and increase chances for operator error. -- Dewey Garrett

Re: [Emc-users] XHC-HB04 pendant: how to step increment down

2014-09-13 Thread Dewey Garrett
, thename=nameforbutton -- Dewey Garrett -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net

Re: [Emc-users] Slow G code (sam sokolik)

2014-03-20 Thread Dewey Garrett
. An independent install of gcmc (v=1.5.1) is required. Debs are (or will be soon) available from the buildbot. Thanks Bertho! -- Dewey Garrett -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases

[Emc-users] xhc-hb04 wireless USB MPG in master

2014-02-24 Thread Dewey Garrett
in /etc/udev/rules.d -- consult the README for information -- Dewey Garrett -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer

[Emc-users] ngcgui support for gcmc

2014-02-20 Thread Dewey Garrett
?p=linuxcnc.git;a=commitdiff;h=7bdd488c0da77cfe6014fb3cd177b538cb3e67fe -- Dewey Garrett -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read

Re: [Emc-users] Multiple INI files

2014-02-12 Thread Dewey Garrett
} else { set msg $msg\nNo files selected } popup $msg return } #-- end combine.tk -- Dewey Garrett -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1

Re: [Emc-users] MPG pendant

2014-02-06 Thread Dewey Garrett
the xhc-hb04 program executed standalone as a simulator now reports when it detects the pendant going to sleep; when using with hal, a pin is created for the condition (xhc-hb04.sleeping) I think it would be good to merge to master to get some testing with other pendants. -- Dewey Garrett

Re: [Emc-users] Gcode to a keystroke

2014-01-30 Thread Dewey Garrett
Perhaps it has all ready been done? if you use the axis gui, it has pins: bit IN FALSE axisui.notifications-clear bit IN FALSE axisui.notifications-clear-error bit IN FALSE axisui.notifications-clear-info -- Dewey Garrett

Re: [Emc-users] math in a hal file

2013-12-21 Thread Dewey Garrett
Can you do math in a .hal file? http://linuxcnc.org/docs/html/hal/haltcl.html -- Dewey Garrett -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

[Emc-users] patch to add hal pins for ini file items

2013-12-02 Thread Dewey Garrett
origin/master -- Dewey Garrett -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics

Re: [Emc-users] INI Tricks

2013-11-30 Thread Dewey Garrett
/hal/haltcl.html -- Dewey Garrett -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

Re: [Emc-users] Bypassing Hal_manualtoolchange

2013-10-15 Thread Dewey Garrett
hal_manualtoolchange.change_button You can test in simulator with: $ sim_pin hal_manualtoolchange.change_button -- Dewey Garrett -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance

Re: [Emc-users] Following Error with Steppers [SOLVED]

2013-10-03 Thread Dewey Garrett
$ man haltcl There is an example sim ini file in: configs/sim/simtcl/twopass_demo.ini The example uses the axis gui and provides procedures that implement the setup steps normally done with core_sim.hal, axis_manualtoolchange.hal, simulated_home.hal -- Dewey Garrett

Re: [Emc-users] Touchy without physical controls

2013-06-15 Thread Dewey Garrett
The gui script could be modified to handle other pin types. -- Dewey Garrett -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev

Re: [Emc-users] Glade question

2013-01-22 Thread Dewey Garrett
-x 1 root root 85124 Sep 19 16:12 /usr/bin/glade -rwxr-xr-x 1 root root 77732 Sep 30 05:28 /usr/bin/glade-gtk2 -rwxr-xr-x 1 root root 13932 Sep 19 16:12 /usr/bin/glade-previewer -- Dewey Garrett -- Master Visual Studio

Re: [Emc-users] Tuning low resolution axis

2012-04-25 Thread Dewey Garrett
and hal_stg but note that hal_motenc uses a direct gain not a _reciprocal_ scale. The new 5i25-7i77 (autoconfigured) seems to use: hm2_5i25.*.7i77.*.*.analogoutN-scalemax -- Dewey Garrett -- Live Security Virtual

Re: [Emc-users] Tuning low resolution axis

2012-04-24 Thread Dewey Garrett
-adjusted as a few counts * (1/encoder_scale). Note also that the equivalence of P,I,D terms for different scalings assumes that the system dynamic characteristics (inertia and damping) are _not_ modified. -- Dewey Garrett

Re: [Emc-users] axis-remote issues

2012-04-23 Thread Dewey Garrett
-SI:localuser:gdm -SI:localuser:root on the machine displaying axis (the XServer) -- Dewey Garrett -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications

Re: [Emc-users] DIsable linuxcnc from minimizing or being closed

2012-04-04 Thread Dewey Garrett
,.,WM_DELETE_WINDOW,pwd) -- Dewey Garrett -- Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net

Re: [Emc-users] Passing file names into a subroutine

2012-02-01 Thread Dewey Garrett
value=#thevalue) o1 endsub $ cat 2.ngc o2 sub #thevalue = #1 (debug, this is part2 value=#thevalue) o2 endsub -- Dewey Garrett -- Keep Your Developer Skills Current with LearnDevNow! The most

Re: [Emc-users] Hal Configuration available outside of axis?

2012-01-08 Thread Dewey Garrett
: $ export EMC2_EMCSH=`which wish` $ /usr/lib/tcltk/emc2/bin/halshow.tcl -- Dewey Garrett -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver

Re: [Emc-users] Using a mill as a lathe, EMC2 implications

2010-11-16 Thread Dewey Garrett
://git.linuxcnc.org/gitweb?p=emc2.git;a=commitdiff;h=0a5f2ca6f9f0793c895b8c5e4ade6e2681f910b3 and http://git.linuxcnc.org/gitweb?p=emc2.git;a=commitdiff;h=81a6dce8410df3097387a8745fd2a11f76fe4941 and Section 4.2.4 of http://linuxcnc.org/docs/devel/EMC2_Integrator_Manual.pdf dewey -- Dewey Garrett

Re: [Emc-users] (AXIS, stop) not working

2010-04-12 Thread Dewey Garrett
if arg.startswith(AXIS,): parts = arg.split(,) command = parts[1] if command == stop: raise KeyboardInterrupt if command == hide: self.suppress += 1 if command == show: self.suppress -= 1 -- Dewey Garrett

[Emc-users] ngcgui -- a gui for testing subroutines

2010-01-12 Thread Dewey Garrett
at panix dot com -- Dewey Garrett -- 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

Re: [Emc-users] Servo Drives

2010-01-11 Thread Dewey Garrett
I've got one of the cui encoders on one axis of a machine (dc brush motor). Photo of the index pulse and phaseA: http://www.panix.com/~dgarrett/stuff/cui_i_a.jpg They seem to be a good value. dewey -- Dewey Garrett

Re: [Emc-users] O call sub

2009-10-29 Thread Dewey Garrett
] 67c69,70 oturn_do_pass call [#xPos] [#startZ] [#endZ] [#mpm] [#max_rpm] [#finishFeed] [#clearance] [#zClearance] --- oturn_do_pass call [#xPos] [#startZ] [#endZ] [#mpm] [#max_rpm] [#finishFeed] [#clearance] [#zClearance] -- Dewey Garrett

Re: [Emc-users] multiple axes help needed...

2009-09-26 Thread Dewey Garrett
to short-ciruit unused axes in your hal file: net Apos-cmd = axis.3.motor-pos-cmd = axis.3.motor-pos-fb net Bpos-cmd = axis.4.motor-pos-cmd = axis.4.motor-pos-fb net Cpos-cmd = axis.5.motor-pos-cmd = axis.5.motor-pos-fb -- Dewey Garrett

Re: [Emc-users] Slightly OT: Font files for Truetype-Tracer

2009-09-21 Thread Dewey Garrett
fontforge -- Dewey Garrett -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile

Re: [Emc-users] Realistic spindle encoder count for parallel port?

2009-08-16 Thread Dewey Garrett
, they list a Europe phone no. too. no afiliation etc -- but so far it seems to be working fine. -- Dewey Garrett -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

Re: [Emc-users] user interface development?

2009-05-07 Thread Dewey Garrett
emcrsh from that directory. or invoke as: emcrsh -- -ini the_ini_file and specify a full path in the_ini_file: NML_FILE = /someexactpath/emc.nml -- Dewey Garrett -- The NEW KODAK i700 Series Scanners deliver under

Re: [Emc-users] user interface development?

2009-05-07 Thread Dewey Garrett
... Connected to localhost. Escape character is '^]'. hello EMC EMCNETSVR 1.1 HELLO ACK EMCNETSVR 1.1 get enable get enable ENABLE OFF set enable EMCTOO set enable EMCTOO get enable get enable ENABLE ON shutdown shutdown Connection closed by foreign host. -- Dewey Garrett

Re: [Emc-users] Logitech Gamepad

2008-12-07 Thread Dewey Garrett
User hal_input 23926 ready -- Dewey Garrett -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us