configuring modules without pictory
-
- Posts: 7
- Joined: 10 Dec 2019, 00:41
configuring modules without pictory
We have a remote device that we would like to configure as a modbus master. We are unable to launch pictory through SSH, so we are wondering if anyone knows of a way to configure the modbus master from the command line?
Re: configuring modules without pictory
You could manually edit the _config.rsc file or just use pictory via ssh port forwarding:
ssh - L1000:localhost:443 pi@somewehere
https://localhost:10000
ssh - L1000:localhost:443 pi@somewehere
https://localhost:10000