Search found 7 matches
- 23 Apr 2019, 20:41
- Forum: Software
- Topic: Graphic user interface
- Replies: 2
- Views: 5825
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...
- 23 Apr 2019, 20:11
- Forum: Software
- Topic: Can't boot gateway to be recognized by RPIBoot
- Replies: 1
- Views: 3883
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...
- 14 Feb 2019, 19:49
- Forum: Software
- Topic: Azure IotEdge on RevPi Core 3
- Replies: 4
- Views: 8509
Re: Azure IotEdge on RevPi Core 3
This link may help you:
https://docs.microsoft.com/en-us/azure/ ... et-started
https://docs.microsoft.com/en-us/azure/ ... et-started
- 14 Feb 2019, 19:44
- Forum: Software
- Topic: Pictory not saving layout changes
- Replies: 2
- Views: 4811
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
- 14 Feb 2019, 17:46
- Forum: Software
- Topic: Modbus Input Output Size
- Replies: 1
- Views: 4267
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...
- 14 Feb 2019, 17:33
- Forum: Software
- Topic: Modbus TCP Examples
- Replies: 6
- Views: 11049
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.
- 06 Feb 2019, 15:57
- Forum: Software
- Topic: Modbus TCP Examples
- Replies: 6
- Views: 11049
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.