Get Log files Remotely

I am wondering if there is a way to generate log files remotely and then get them from the folder. Currently have a folder on the network.

The PP computers are on the network; is this something I should be trying to do.
I saw the USB I/O Module which could give me some of the data I am trying to get.

Another idea I have is possibly using SSH but I’m not exactly sure where the log files are being generated from…

Thank you in advance!

Hi Trey,

No issues with putting the PP controllers on the network, we even have a tech doc to help that setup over here: TD10345_Networking_PathPilot_0717A.pdf

As for where the log files are, you should be able to find them in your home/gcode directory.

To get the log files remotely (pulling) if you are comfortable with ssh/sftp you can certainly do that (or use something like rsync).

We do also have PathPilot Hub integration if your controllers have internet access. However, that would be more of a push from the controller to Hub (where your second computer could download them) versus a pull of the log from the controller.