G.A. vd. Hoorn

Results 246 issues of G.A. vd. Hoorn

It's possible to make screenshots of the TP. It would be nice if `dominh` would be able to do that remotely and then download it to the client.

enhancement
help wanted

Right now, `dominh` executes KCL commands using the `karel/kcl` entry point (ie: the controller's web server tunnels requests to the local KCL interpreter and returns the output. This adds a...

enhancement
help wanted

Seeing as we're using FTP already anyway, adding some infrastructure to upload `.tp` programs should not be too difficult. Ideally both `.tp` and `.ls`, although the latter will only work...

enhancement

Depending on how the controller is configured, the `UOP` and/or `SOP` IO elements may not be available. This makes it impossible to use various functions in `controller.py`: https://github.com/gavanderhoorn/dominh/blob/d47b6db714feb05d09866fa2893484938f7df320/src/dominh/controller.py#L174-L245 as they...

bug

Recent Fanuc controllers/system software versions could have OPC-UA support. As much of the functionality in `dominh` could be implemented using that, it would be good for `dominh` to try and...

enhancement

As per subject.

enhancement

Every method in `dominh` which uses an FTP connection currently sets up its own connection, does it's job and then disconnects. This adds overhead. Using a persistent connection would avoid...

enhancement

Karel programs with `%INVISIBLE` set are not returned by `list_programs(..)`.

bug

Should autocomplete sub commands, hostnames, options, port types, etc.

enhancement