Search found 876 matches

by nicolaiB
06 Oct 2021, 17:03
Forum: Software
Topic: Modbus TCP as Master-Slave
Replies: 7
Views: 2276

Re: Modbus TCP as Master-Slave

Hi Joca,

usually the devices have input and output registers, where the input registers are used for commands and settings. Maybe you can share the datasheet of your device?

Nicolai
by nicolaiB
06 Oct 2021, 16:44
Forum: RevPi Nodes for Node-RED
Topic: Delay on DIO output when enabling AIO input
Replies: 6
Views: 11488

Re: Delay on DIO output when enabling AIO input

Hi Gianni, could you please share the image version of your RevPi and the version of the installed revpi nodes? Also the kernel logfile (/var/log/kern.log or dmesg) and revpi node logfile could be helpful in order to find the root cause of the delay. Do you use any other software on the RevPi which ...
by nicolaiB
06 Oct 2021, 16:18
Forum: Software
Topic: Modbus TCP as Master-Slave
Replies: 7
Views: 2276

Re: Modbus TCP as Master-Slave

Hi Joca, just to clarify if I understood your project requirements correct: You want to collect data from 4 modbus TCP slaves and export the collected data to your SCADA system via Modbus? The first part can be done by configuring an individual modbus TCP master for each slave (https://revolutionpi....
by nicolaiB
06 Oct 2021, 14:51
Forum: Software
Topic: Zurücksetzen
Replies: 8
Views: 2980

Re: Zurücksetzen

Hallo Tuscan, bevor du das Image per USB auf den RevPi flashen kannst, musst du diesen wie in der Anleitung beschrieben, mit Hilfe von rpiboot in den Massenspeichermodus versetzen. IMPORTANT: Make sure that you have backed up your CODESYS license before you flash a new image to your device! See here...
by nicolaiB
05 Oct 2021, 15:22
Forum: Hardware
Topic: Regarding MODBUS-RTU
Replies: 1
Views: 1537

Re: Regarding MODBUS-RTU

Hello WANG,

do you mean the register address in the extended data dialog? The address format is decimal.

BR Nicolai
by nicolaiB
05 Oct 2021, 15:17
Forum: RevPiModIO
Topic: USE OF REVPIPYLOAD TO LAUNCH PYTHON PROGRAM ON STARTUP
Replies: 2
Views: 2804

Re: USE OF REVPIPYLOAD TO LAUNCH PYTHON PROGRAM ON STARTUP

Hello LEOMENA, as you already pointed out the problem is very likely the fact, that your program needs the graphical environment. The revpipyload is designed to run your program in background as a system service which is completly decoupled from the session which is started by the graphical environm...
by nicolaiB
05 Oct 2021, 15:04
Forum: Software
Topic: PiControl porting to Lazarus/Delphi available?
Replies: 1
Views: 1203

Re: PiControl porting to Lazarus/Delphi available?

Hi garysn, there is no Delphi library as far as I know, but you can probably access the process image directly via /dev/piControl. For some examples have a look into the article about using with C: https://revolutionpi.com/picontrol/?noredirect=en_US Using ioctl with lazarus: https://www.freepascal....
by nicolaiB
05 Oct 2021, 13:19
Forum: Hardware
Topic: RevPi Connect loses ethernet after about 6 days. [Solved]
Replies: 3
Views: 2303

Re: RevPi Connect loses ethernet after about 6 days.

Hi jce, I remember a similar experience with devices running older image as you do. Please update to our latest image (buster) as your release has already two successor releases (stretch and since a few months buster). You can find the instructions in our tutorial section: https://revolutionpi.com/t...
by nicolaiB
05 Oct 2021, 12:18
Forum: Software
Topic: Modbus TCP as Master-Slave
Replies: 7
Views: 2276

Re: Modbus TCP as Master-Slave

Hi Joca, please have a look at our tutorials regarding the configuration of our (virtual) Modbus modules: https://revolutionpi.com/tutorials/modbus/?noredirect=en_US. For Modbus RTU you will need either a RevPi Connect with an integrated RS485 interface or a Core3 with an external USB to RS485 adapt...
by nicolaiB
28 Jun 2021, 09:19
Forum: Software
Topic: issue reading Process Image byte variables
Replies: 4
Views: 2055

Re: issue reading Process Image byte variables

Hi, please remove any register configuration and restart the modbus driver / reset the action. Is it still != 0? Regarding the raw address: I have a Modbus RTU meter connected to my RevPi and having the same issue that the register address is specified with 30007, but I have to use 7 in order to get...