Search found 7 matches

by ECNJAPR
23 Apr 2019, 20:41
Forum: Software
Topic: Graphic user interface
Replies: 2
Views: 4229

Re: Graphic user interface

You have the option to activate that option in the RevPi page with the IP address in the browser. If you want to access VNC from putty follow the next steps: 1.- Enter PuTTY with IP address and login. 2.- Enter command : sudo raspi-config 3.- Go to option 5 "Interfacing option". 4.- Enable...
by ECNJAPR
23 Apr 2019, 20:11
Forum: Software
Topic: Can't boot gateway to be recognized by RPIBoot
Replies: 1
Views: 2582

Can't boot gateway to be recognized by RPIBoot

I have a backup of the Image before I started to install libraries on the RevPi. For development purpose I tried to boot from a USB by following the next guide from the official Raspberry Pi page to enable USB Boot. https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/msd.md Afte...
by ECNJAPR
14 Feb 2019, 19:44
Forum: Software
Topic: Pictory not saving layout changes
Replies: 2
Views: 3367

Re: Pictory not saving layout changes

Something similar happens to me when I modify the RAP files. The solution is to Save as Start-Config the Pictory configuration, reset driver and Load Start-Config, the changes are now updated in Pictory. Also go to Tools->User Settings and Turn off Cache
by ECNJAPR
14 Feb 2019, 17:46
Forum: Software
Topic: Modbus Input Output Size
Replies: 1
Views: 2940

Modbus Input Output Size

I have modified the RAP file for the virtual Modbus TCP Master and Modbus TCP Slave to have more Inputs and Outputs, but when I try to write in the register 33, I get an error. I modified the RAP file, saved the config-start, reset driver and reboot the device to make sure the configuration was load...
by ECNJAPR
14 Feb 2019, 17:33
Forum: Software
Topic: Modbus TCP Examples
Replies: 6
Views: 8762

Re: Modbus TCP Examples

I am using the Pi Connect to communicate from one Ethernet Port (ETH0) to the other (ETH1). I was using the pyModbusTCP Library but I got stuck at setting communication with each ethernet port in the same program.
by ECNJAPR
06 Feb 2019, 15:57
Forum: Software
Topic: Modbus TCP Examples
Replies: 6
Views: 8762

Modbus TCP Examples

I am searching for information to write/read the Modbus TCP Slave/Master data from Python. I don't know what should be written in code to access de configuration from PiCtory. Are there any examples using Modbus TCP to communicate with any other device using Python. Using RevPi Connect.