Pathpilot iso download - think, that
Results 101 to 118 of 118
- 03-31-2018, 06:30 AM#101Registered
- Join Date
- Nov 2016
- Posts
- 151
Re: PathPilot 2.x and PathPilot Simulator
I was running PP 1.9.8 in a VM under parallels (on a mac) and was able to install PP 2.0, but I had to create an ISO file from the USB Drive it shipped on and then install it from that. Once you get it installed, PP 2.0 runs even smoother under sim mode than 1.9.8 did. I think they tweaked a couple of things. First, the zeroing (referencing) seems better. I had to turn off the homing switches before, but now it works correctly right out of the box. Also, the mill lathe selection screen appears when you start it up each time. All of the functions work, including the update over the internet, so now you don't have to fool around with mounting USB drives on your VM. It has been quite handy being able to experiment with the conversational tabs in my office, as well as testing Fusion 360 code.Originally Posted by gradient
How about running PP 2.0 natively on a PC in simulation mode? (no hardware connection). I got PP-1.9.13 working in simulation mode on a stand-alone laptop by making the file modifications mentioned elsewhere on this site but haven't been so lucky with PP-2.0. Looks like it has to do with convincing PP that the laptop is running Virtual Box. I looked at the operator_login script but wasn't able to convince the program to run in simulation mode for the mill. Any help would be appreciated. It's really nice to be able to try my home-brew g-code programs at home before crashing the real mill at work. - 03-31-2018, 05:34 PM#102Registered
- Join Date
- Jan 2016
- Posts
- 356
Re: PathPilot 2.x and PathPilot Simulator
I just gave it a try and it works when I ctrl-alt-s just before selecting machine.Originally Posted by gradient
Steve303, Thanks for the input. Just tried ctrl-alt-s during boot and I still get the error message "NO ETHERNET LINK DETECTED. CHECK CABLING BETWEEN CONTROLLER AND MACHINE" at the PathPIlot splash screen. The only choice is Cancel and OK. Cancel reboots PathPilot and OK just gives the same message again. Maybe my system didn't install correctly if you all know this should work.Regards, - 03-31-2018, 06:35 PM#103Registered
- Join Date
- Aug 2014
- Posts
- 244
Re: PathPilot 2.x and PathPilot Simulator
I don’t really understand the point in trying to run PP without any hardware. Simulation mode only happens if PP is operated within a VM environment.
PP tests if it’s running in a VM environment otherwise it expects the hardware to be present. If it cannot find a MESA card it looks on the Ethernet port. If your not in a VM environment or there is no hardware then it figures there’s nothing to do so it bombs.
In PP 2 ‘~/operator_login’ has been changed considerable and most of the work is now done in ‘~/tmc/python/pathpilotmanager.py’. If you look at this file around line 204 there is a function call to ‘vm = vmcheck.cmcheck()’ where variable ‘vm’ then is tested in the following lines. You can change this code to spoof the vm check & get what you want.
Just edit ‘~/tmc/python/pathpilotmanager.py’ and save the results. When PP starts it will automatically compile ‘~/tmc/python/pathpilotmanager.py’ incorporating your changes. - 03-31-2018, 08:36 PM#104Registered
- Join Date
- Apr 2016
- Posts
- 7
Re: PathPilot 2.x and PathPilot Simulator
rdsi, thanks for the information. My desire to have PP run without a VM in native mode with no hardware is so I can check out my g-code in simulation at home on a cheap laptop that is not useable as a windows machine. The disk is too small to install Windows and VirtualBox and PathPilot. I know I should probably use a larger device but it's what I have laying around. I managed to install PP 2.0 on said laptop and by editing the ~/operator/tmc/python/vmcheck.py code to always indicate that VM is true, it works. Not sure if this change carries through rebooting. Its probably not the best way to do it and I might try the ctrl-alt-s just before the machine selection to see if that works for me too. Have to say, the whole thing works just like on the Tormach Mill at work, even dropbox and updating on-line. Speed is similar.Originally Posted by rdsi
I don’t really understand the point in trying to run PP without any hardware. Simulation mode only happens if PP is operated within a VM environment.PP tests if it’s running in a VM environment otherwise it expects the hardware to be present. If it cannot find a MESA card it looks on the Ethernet port. If your not in a VM environment or there is no hardware then it figures there’s nothing to do so it bombs.In PP 2 ‘~/operator_login’ has been changed considerable and most of the work is now done in ‘~/tmc/python/pathpilotmanager.py’. If you look at this file around line 204 there is a function call to ‘vm = vmcheck.cmcheck()’ where variable ‘vm’ then is tested in the following lines. You can change this code to spoof the vm check & get what you want.Just edit ‘~/tmc/python/pathpilotmanager.py’ and save the results. When PP starts it will automatically compile ‘~/tmc/python/pathpilotmanager.py’ incorporating your changes. - 03-31-2018, 09:53 PM#105Registered
- Join Date
- Nov 2016
- Posts
- 151
Re: PathPilot 2.x and PathPilot Simulator
Now that you are in, change it so that it boots to the desktop (doesn't start PP right away).
- 03-31-2018, 10:34 PM#106Registered
- Join Date
- Apr 2016
- Posts
- 7
Re: PathPilot 2.x and PathPilot Simulator
Syscore, good advice. Already did it and made a launcher icon to start it up in the fashion of PP_1.9.13. Had to do a sudo apt-get gnome-terminal install to do it the same way as in 1.9.13 but it all works well now.Originally Posted by syscore
Now that you are in, change it so that it boots to the desktop (doesn't start PP right away). - 04-12-2018, 02:42 AM#107Registered
- Join Date
- Dec 2015
- Posts
- 34
Re: PathPilot 2.x and PathPilot Simulator
I use my old xp box in much the same way as what you are doing.Any chance you could post up the lines you changed to get this working as I have tried but failed.It is way above my pay scale.ThanksOriginally Posted by gradient
rdsi, thanks for the information. My desire to have PP run without a VM in native mode with no hardware is so I can check out my g-code in simulation at home on a cheap laptop that is not useable as a windows machine. The disk is too small to install Windows and VirtualBox and PathPilot. I know I should probably use a larger device but it's what I have laying around. I managed to install PP 2.0 on said laptop and by editing the ~/operator/tmc/python/vmcheck.py code to always indicate that VM is true, it works. Not sure if this change carries through rebooting. Its probably not the best way to do it and I might try the ctrl-alt-s just before the machine selection to see if that works for me too. Have to say, the whole thing works just like on the Tormach Mill at work, even dropbox and updating on-line. Speed is similar. - 04-13-2018, 03:09 AM#108Registered
- Join Date
- Apr 2016
- Posts
- 7
Re: PathPilot 2.x and PathPilot Simulator
ally-g, Before choosing the hardware type, I used control-alt-x to get a command window. Then I edited the file vmcheck.py in operator/tmc/python. On line 17 I found the statement: if 'VirtualBox' in result:Just comment it out by adding the # character at the beginning of the line. This will skip the check for VirtualBox and always set the self.running_in_vm to true. You can also do the same thing to the if statement on line 29. One caveat though, I believe this file gets overwritten each time you boot so you might want to edit the file that generates this one. Others have commented on this in these posts. Sorry, I don't recall the exact message in which I saw the reference to that file. Probably the easiest way is to start from a fresh install of PP2 and follow the advice of Steve303 so that when you boot up and the message pops up asking you to pick the machine you want to use, first hit control-alt-s then select the machine. control-alt-s apparently sets up the simulation mode for you and has the advantage of latching this decision so you don't have to do it each time you boot up. You may have to use ADMIN NETWORK on the command line of PP2 to convince it to connect to your Ethernet network. I only needed to do this one time. Once you get PP2 running in simulation you can do all updates via Ethernet ( I think there are now 2 new updates). I recommend setting up and using Dropbox to move files on and off the simulation. Much nicer than a USB stick.Good luck, hope this helps.Originally Posted by ally-g
I use my old xp box in much the same way as what you are doing.Any chance you could post up the lines you changed to get this working as I have tried but failed.It is way above my pay scale.Thanks - 04-13-2018, 05:23 AM#109Registered
- Join Date
- Dec 2015
- Posts
- 34
Re: PathPilot 2.x and PathPilot Simulator
Thanks for the reply.I had restored an image onto a usb stick so I could boot from it to play around with and not have to alter the setup I already have.During my efforts to get it to work I must have altered something permanently causing all the failures.Once I had made a new image and used the cont-alt-s method all went according to plan.With my lack of linux knowledge I would be totally lost without the help of this forum and the people willing to share their expertise.Thanks to all.
- 11-16-2018, 03:03 AM#110Registered
- Join Date
- Jan 2014
- Posts
- 6
Re: PathPilot 2.x and PathPilot Simulator
Can anyone help me hack into Pathpilot V1.98 ? I am trying to change the Axis[3] Scale. I ordered the Motor and stepper driver from Tormach to hook up my 4th Axis to my PCNC1100 3. Tormachs 4th Axis does not have good clearance with Tool changer on my Machine, they have a 90:1 gear ratio and I cannot find that gear ratio anywhere. changing the Axis[3]Scale I can have any ratio I want. Tormach is not willing to help. they suggested asking here on CNCZone. Thanks, Bradly
- 11-22-2018, 05:47 PM#111Registered
- Join Date
- May 2013
- Posts
- 26
Re: PathPilot 2.x and PathPilot Simulator
Have you tried changing the SCALE=500 in the Axis[3] section of the ini fileOriginally Posted by bradlyw1
Can anyone help me hack into Pathpilot V1.98 ? I am trying to change the Axis[3] Scale. I ordered the Motor and stepper driver from Tormach to hook up my 4th Axis to my PCNC1100 3. Tormachs 4th Axis does not have good clearance with Tool changer on my Machine, they have a 90:1 gear ratio and I cannot find that gear ratio anywhere. changing the Axis[3]Scale I can have any ratio I want. Tormach is not willing to help. they suggested asking here on CNCZone. Thanks, Bradly - 12-12-2018, 11:04 PM#112
Re: PathPilot 2.x and PathPilot Simulator
Last paragraph of article on cutting tool engineering site.
In addition to the software updates mentioned above, Tormach is introducing its new ‘TRY PathPilot’ virtual CNC simulator. This cloud-based program, available for free to anyone with an Internet connection, allows new CNC users to learn programming in PathPilot’s environment and try it, before you buy it.
In addition, Tormach CNC machine owners can use this new software to program remotely from anywhere and upload their virtual PathPilot code to their local controller, and start making chips once they return to their Tormach CNC machine. Educators utilizing Tormach CNC machines in STEM programs will now have the ability for students to complete curriculum programming outside of the makerspace lab.
.
https://www.ctemag.com/products/path...ackage-upgrade - 12-30-2018, 03:52 AM#113
Re: PathPilot 2.x and PathPilot Simulator
Hello all;
Well, I was trying to make it through 2018 without needing any help. I was sooo close...
So far, I have the virtual box set up. Question 1: Why 32 bit as opposed to 64 bit?
Though my real problem is this: The VirtualBox on my Win10 machine will not boot from the PP 2.0 USB, and I never had a PP disc. I had the same problem on the "real" controller. Do I use "Plop" as described by Steve303 and Mooser here & make a second PP USB to use for the VirtualBox?
Thanks in advance & Happy New Year. - 12-30-2018, 04:46 AM#114
- 12-30-2018, 05:00 AM#115Junior Member
- Join Date
- Apr 2013
- Posts
- 1655
Re: PathPilot 2.x and PathPilot Simulator
Tormach's use of G38.6 has been discussed on the EMC developer's list. The idea is to have a way of moving the probe away from contact while ignoring possible bounce in the probe signal.
- 12-30-2018, 09:55 AM#116
- 12-30-2018, 12:35 PM#117Registered
- Join Date
- Aug 2014
- Posts
- 244
Re: PathPilot 2.x and PathPilot Simulator
Thanks for the history on G38.6. I've been rewriting the PP remapped M6 routines "m400.ngc" and "remap.py" and came across this code. Through all my searching the only hit I got was the Tormach definition which made perfect sense.
I'm trying to modify PP such that when I select the HS spindle option in the Settings tab M6 changes it behavior to use an ETS to set tool length offset. This way when using my HS spindle I just chuck up a bit & go.
I'm also thinking this might be a good idea to have using the main spindle too. Let's say you don't want to invest in the TTS system or PDB, are you need more rigidity & holding power while running a 1/2" EM (especially to avoid the dreaded pull-out problems). With this modification you would load your tool without using a TTS holder & go.
Maybe someone has already done something similar???
So the G-code for this is pretty straight forward. The harder issue is getting it to play well with the GUI but I'm slowly getting there... - 01-01-2019, 01:42 AM#118
Re: PathPilot 2.x and PathPilot Simulator
Well, that was fun...
For some reason, "Plopping" my system as described above just didn't work for me. Plop kept saying no bootable device.
Since I never had a PathPilot CD, but did manage to get Tormach's V2.0.0 USB to boot on a third machine, here is what worked for me:
1) Downloaded Clonezilla-live-2.5.6-22-i686.iso
2) Downloaded YUMI-2.06.1a.exe
3) Used YUMI to make Clonezilla bootable on a small USB - only needed about 250 meg on the USB
4) Fired up my Tormach controller (PathPilot v2.1.6). I came armed with my bootable USB.
5) Booted the Tormach controller into Clonezilla and sucked out an image of the whole disk. I had a 64gig USB, but it only used 4.75 Gigs
6) Went back to my desktop, Started VirtualBox, booted into the same Clonezilla USB,
7) Had Clonezilla copy the image into the Virtual Box.
Took a few hours to figure it out, second time around should be about and hour.
Sadly, it took me over a day messing with "Plop" before I decided it would never work, and should go the ISO direction.
Stubborn, I suppose.
Hope this is of some use to others & Happy New Year!
-ST
(Can't preview this post because Chrome is saying there is suspicious code on this page whenever I "preview post", so hope formatting and links are OK)
-
-