Re: [Emc-developers] Qtpyvcp Install on Debian 11

2022-07-05 Thread Daniel Dempsey
00 896 832* > +61 435 765 611 > Vehicle Modifications Network > www.vehiclemods.net.au > > > On Mon, 4 Jul 2022 at 01:57, Jérémie Tarot wrote: > > > Le dim. 3 juil. 2022 à 17:16, Daniel Dempsey a > > écrit : > > > > > Agreed. Installed po4a 0.66 with Gde

Re: [Emc-developers] Qtpyvcp Install on Debian 11

2022-07-03 Thread Daniel Dempsey
Agreed. Installed po4a 0.66 with Gdebi! Works perfectly. A couple of questions though, after three fresh installs I have settled on a a RIP installation as per https://www.qtpyvcp.com/install/dev_install.html. python3 -m pip install --editable . ends with Successfully installed qtpyvcp then

Re: [Emc-developers] Qtpyvcp Install on Debian 11

2022-07-01 Thread Daniel Dempsey
one of the coolest label makers on the market at > http://labelworks.epson.com, use coupon code "theferalengineer" and > receive > 20% off of your order  > > On Fri, Jul 1, 2022, 11:02 AM Daniel Dempsey wrote: > > > Hi, > > > > I have been trying to follow t

Re: [Emc-developers] Qtpyvcp Install on Debian 11

2022-07-01 Thread Daniel Dempsey
coffee addiction: > www.patreon.com/theferalengineer > > Order one of the coolest label makers on the market at > http://labelworks.epson.com, use coupon code "theferalengineer" and > receive > 20% off of your order  > > On Fri, Jul 1, 2022, 11:02 AM Daniel Dempsey wrote

[Emc-developers] Qtpyvcp Install on Debian 11

2022-07-01 Thread Daniel Dempsey
Hi, I have been trying to follow the Debian 11 install for QTPYVCP as per the instructions http://www.qtpyvcp.com/install/bullseye.html . after the cmd dpkg-buildpackage -b -uc I get asciidoc: include: /home/daniel/dev/linuxcnc-dev/docs/src/es/motion/pid-theory.adoc asciidoc:

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2021-09-21 Thread Daniel Dempsey
Hi Rainer, >Visual Studio Code OMG my mind is blown! With VSCode installed I was able to quickly find the 10+ files that I needed to modify in order to add my new parameter HOME_AUTO = 1. In .ini file [Joint_0] HOME_AUTO = 0 and [Joint_1] HOME_AUTO = 1, In the terminal

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2021-09-21 Thread Daniel Dempsey
Hi Rainer, >Visual Studio Code OMG my mind is blown! With VSCode installed I was able to quickly find the 10+ files that I needed to modify in order to add my new parameter HOME_AUTO = 1. In the .ini file [Joint_0] HOME_AUTO = 0 and [Joint_1] HOME_AUTO = 1, In the terminal

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2021-09-19 Thread Daniel Dempsey
Sun, Sep 19, 2021 at 1:29 PM Daniel Dempsey wrote: > Hi Rainer, > > Thanks! I've been circling around the drain for a few hours now. > > My personal email is sqmathl...@gmail.com > > Thanks again, > Dan > > On Sun, Sep 19, 2021 at 12:36 PM Rainer Stelzer > wro

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2021-09-19 Thread Daniel Dempsey
Hi Rainer, Thanks! I've been circling around the drain for a few hours now. My personal email is sqmathl...@gmail.com Thanks again, Dan On Sun, Sep 19, 2021 at 12:36 PM Rainer Stelzer wrote: > Hi Daniel, > > I will zip and mail you the complete source tree of src/emc/task/* . > Do you use an

Re: [Emc-developers] Addition Ethercat Homing Routine/Variable

2021-09-19 Thread Daniel Dempsey
Hi Rainer, Thanks for your detailed response. inijoint.cc/taskintf.cc wasn't on my radar. I'm still trying to wrap my head around how they work. Based on your instructions, ,I made the following changes 1) in inijoint.cc Line 75 static int loadJoint (int joint, EmcIniFile