Thiago Alves

Results 59 comments of Thiago Alves

The updater is trying to use Git from your machine but apparently it is broken (missing certificates). OpenPLC Editor includes its own Git. Try reinstalling Git on your machine, or...

This is great Matheus. Can you make this as a pull request? I'm pretty sure a lot of users will benefit from it. Thanks!

That’s because the editor was never meant to be run on a Pi. It should run on your desktop. Now, if you can figure out a way to install lxml...

Loading of fonts can indeed be an issue, but this wouldn't be an impediment for the system to work. I believe that the login issue you're facing is related to...

I was about to write exactly what you wrote! :) A similar strategy was already developed for RTU, since they must share the same COM/TTY port. Thank you for contributing...

`special_functions[2]` only counts the number of failed connection attempts, mainly to be used by the PLC program. The `ts.tv_nsec` delay only exists for RTU connections, as part of the "end...

This is the commit that added it: https://github.com/thiagoralves/OpenPLC_v3/commit/34f2a2dafe29e483018f3ef813a981e15df5dbf8 I don't remember the justification for why this guy added it there if there was already a calculated pause according to the...

He is the one that made the changes so that RTU devices can share the same port: https://github.com/thiagoralves/OpenPLC_v3/pull/156 As far as I can tell, the default value for the transmission...