PathPilot V2 source code
- automata
- Offline
- Senior Member
Less
More
- Posts: 78
- Thank you received: 58
07 Sep 2022 14:14 #251403
by automata
Replied by automata on topic PathPilot V2 source code
after adding /v2.9.0/linuxcnc/lib/python/gremlin to environment variable PYTHONPATH by running following command:
export PYTHONPATH=/v2.9.0/linuxcnc/lib/python/gremlin:$PYTHONPATH
I get stuck on the next error in launching axis:
Traceback (most recent call last):
File "/v2.9.0/linuxcnc/bin/axis", line 3205, in <module>
o = MyOpengl(widgets.preview_frame, width=400, height=300, double=1, depth=1)
File "/v2.9.0/linuxcnc/bin/axis", line 377, in __init__
self.set_eyepoint(5.)
File "/v2.9.0/linuxcnc/lib/python/support/glnav.py", line 120, in inner
return f(self, *args, **kw)
File "/v2.9.0/linuxcnc/lib/python/support/glnav.py", line 112, in __exit__
self.fcall()
File "/v2.9.0/linuxcnc/lib/python/gremlin/gremlin_draw.py", line 152, in _redraw
raise NotImplementedError
NotImplementedError
Looks like axisUI and more specifically gremlin is a no-go to run the sim configs with axis UI based on the changes made by tormach.
Next step: Try to run axisUI without gremlin? OR try to run another UI like touchy or keystick (anything that does not use gremlin)?
export PYTHONPATH=/v2.9.0/linuxcnc/lib/python/gremlin:$PYTHONPATH
I get stuck on the next error in launching axis:
Traceback (most recent call last):
File "/v2.9.0/linuxcnc/bin/axis", line 3205, in <module>
o = MyOpengl(widgets.preview_frame, width=400, height=300, double=1, depth=1)
File "/v2.9.0/linuxcnc/bin/axis", line 377, in __init__
self.set_eyepoint(5.)
File "/v2.9.0/linuxcnc/lib/python/support/glnav.py", line 120, in inner
return f(self, *args, **kw)
File "/v2.9.0/linuxcnc/lib/python/support/glnav.py", line 112, in __exit__
self.fcall()
File "/v2.9.0/linuxcnc/lib/python/gremlin/gremlin_draw.py", line 152, in _redraw
raise NotImplementedError
NotImplementedError
Looks like axisUI and more specifically gremlin is a no-go to run the sim configs with axis UI based on the changes made by tormach.
Next step: Try to run axisUI without gremlin? OR try to run another UI like touchy or keystick (anything that does not use gremlin)?
Please Log in or Create an account to join the conversation.
- automata
- Offline
- Senior Member
Less
More
- Posts: 78
- Thank you received: 58
07 Sep 2022 14:29 #251405
by automata
Replied by automata on topic PathPilot V2 source code
got xemc to work by changing the DISPLAY = axis to DISPLAY=-xemc in the axis.ini file in the configs/sim/axis/axis.ini file. Dont know how to use xemc though . Learning.
If someone still wants the v2.9.0 code that I got from tormach, I can comb through the files and ensure that I am not violating any tormach copyrights (by deleting the images and other copyrighted tormach material) and share the source as a repo somewhere?
If someone still wants the v2.9.0 code that I got from tormach, I can comb through the files and ensure that I am not violating any tormach copyrights (by deleting the images and other copyrighted tormach material) and share the source as a repo somewhere?
The following user(s) said Thank You: tivoi, Shu
Please Log in or Create an account to join the conversation.
- sagreen
- Offline
- Junior Member
Less
More
- Posts: 28
- Thank you received: 4
08 Sep 2022 10:49 #251478
by sagreen
Replied by sagreen on topic PathPilot V2 source code
I was able to get LinuxCNC to compile on a fresh install of Mint v18. From what I can tell, if you want all of the pathpilot parts to work as well you need a successful make from the pathpilot source directory. Making from there configures and executes the LinuxCNC make. I got all of this working on Mint v18, but still have not gotten it to work starting with a working pathpilot install.
Scott...
Scott...
Please Log in or Create an account to join the conversation.
- sagreen
- Offline
- Junior Member
Less
More
- Posts: 28
- Thank you received: 4
15 Sep 2022 03:35 #251971
by sagreen
Replied by sagreen on topic PathPilot V2 source code
I didn't think that there was actually anything that was not re-distributable in the source code that you get from Tormach with the pathpilot source USB card.
Please Log in or Create an account to join the conversation.
- Dorro1971
- Offline
- Premium Member
Less
More
- Posts: 91
- Thank you received: 16
25 Nov 2022 01:04 #257589
by Dorro1971
Replied by Dorro1971 on topic PathPilot V2 source code
Hi folks......
I'm trying to implement tormach spindle orientation for an atc...ive gotten round most of the quirks with the unidrive commander m200 stuff but it looks like the pulse resolution changes (mode0, mode1) in ecm1 hal.....As i'm running a servo on the spindle of my machine.what i'd like to do is change the stepgen scaling for orientation and then revert back for normal running...my question is...
is the source for tormachspindlem200.comp included in the source code package?
if so i don't mind asking for and paying for the source cd....
But on the positive side my atc simulator works..!...
thanks in advance
dorro........
I'm trying to implement tormach spindle orientation for an atc...ive gotten round most of the quirks with the unidrive commander m200 stuff but it looks like the pulse resolution changes (mode0, mode1) in ecm1 hal.....As i'm running a servo on the spindle of my machine.what i'd like to do is change the stepgen scaling for orientation and then revert back for normal running...my question is...
is the source for tormachspindlem200.comp included in the source code package?
if so i don't mind asking for and paying for the source cd....
But on the positive side my atc simulator works..!...
thanks in advance
dorro........
Please Log in or Create an account to join the conversation.
- automata
- Offline
- Senior Member
Less
More
- Posts: 78
- Thank you received: 58
25 Nov 2022 11:14 #257609
by automata
Replied by automata on topic PathPilot V2 source code
Hi Attached is the tormachspindlem200.comp from the tormach source.
IT is licensed under GPL.
-automata
IT is licensed under GPL.
-automata
The following user(s) said Thank You: Dorro1971
Please Log in or Create an account to join the conversation.
- Dorro1971
- Offline
- Premium Member
Less
More
- Posts: 91
- Thank you received: 16
26 Nov 2022 10:46 - 26 Nov 2022 11:29 #257672
by Dorro1971
Replied by Dorro1971 on topic PathPilot V2 source code
I owe you a dept of gratitude automata !
many, many thanks...i wouldn't have known where to start looking ....
I might still contact Tormach for their source code though...i'm nosey!...
cheers!
many, many thanks...i wouldn't have known where to start looking ....
I might still contact Tormach for their source code though...i'm nosey!...
cheers!
Last edit: 26 Nov 2022 11:29 by Dorro1971.
The following user(s) said Thank You: tommylight, Shu
Please Log in or Create an account to join the conversation.
- porshe
- Away
- Senior Member
Less
More
- Posts: 43
- Thank you received: 1
21 Jan 2023 21:28 #262610
by porshe
Replied by porshe on topic PathPilot V2 source code
Could you post or email me the source code. Or I'm ready to buy from you. I can't buy from them, because in my country there is no bank check payment. I debited Tormach and no other forms of payment they do not accept.got xemc to work by changing the DISPLAY = axis to DISPLAY=-xemc in the axis.ini file in the configs/sim/axis/axis.ini file. Dont know how to use xemc though . Learning.
If someone still wants the v2.9.0 code that I got from tormach, I can comb through the files and ensure that I am not violating any tormach copyrights (by deleting the images and other copyrighted tormach material) and share the source as a repo somewhere?
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
Less
More
- Posts: 10845
- Thank you received: 3584
22 Jan 2023 08:55 - 22 Jan 2023 08:56 #262647
by rodw
Replied by rodw on topic PathPilot V2 source code
Can you use wise? wise.com/
That might solve your payment problem
That might solve your payment problem
Last edit: 22 Jan 2023 08:56 by rodw.
Please Log in or Create an account to join the conversation.
- porshe
- Away
- Senior Member
Less
More
- Posts: 43
- Thank you received: 1
23 Jan 2023 19:35 #262762
by porshe
Replied by porshe on topic PathPilot V2 source code
Thank you. I'll look at their website to see how it works.
Please Log in or Create an account to join the conversation.
Time to create page: 0.084 seconds