Hallo Tuscan,
so wie es aussieht findet rpiboot kein Device. Kannst du bitte einmal andere USB Ports testen und ggf. andere, nicht zwingend notwendige USB Geräte trennen? Welche Version von rpiboot hast du im Einsatz?
Gruß Nicolai
Search found 1029 matches
- 08 Oct 2021, 13:40
- Forum: Software
- Topic: Zurücksetzen
- Replies: 8
- Views: 9508
- 07 Oct 2021, 08:48
- Forum: Software
- Topic: Compact DO not working as expected
- Replies: 3
- Views: 3269
Re: Compact DO not working as expected
Hi Roger
You can ask revpimodio2 related questions in the subforum of our makers corner: https://revolutionpi.de/forum/viewforum.php?f=41. Sven (the author of the library) frequently reads there and tries to answer the questions.
Nicolai
You can ask revpimodio2 related questions in the subforum of our makers corner: https://revolutionpi.de/forum/viewforum.php?f=41. Sven (the author of the library) frequently reads there and tries to answer the questions.
Nicolai
- 07 Oct 2021, 08:44
- Forum: Software
- Topic: Zurücksetzen
- Replies: 8
- Views: 9508
Re: Zurücksetzen
Hallo Tuscan,
ich würde sicherheitshalber zusätzlich die Lizenz wie beschrieben exportieren.
Gruß Nicolai
ich würde sicherheitshalber zusätzlich die Lizenz wie beschrieben exportieren.
Gruß Nicolai
- 06 Oct 2021, 17:03
- Forum: Software
- Topic: Modbus TCP as Master-Slave
- Replies: 7
- Views: 5312
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
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
- 06 Oct 2021, 16:44
- Forum: RevPi Nodes for Node-RED
- Topic: Delay on DIO output when enabling AIO input
- Replies: 6
- Views: 32203
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 ...
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 ...
- 06 Oct 2021, 16:18
- Forum: Software
- Topic: Modbus TCP as Master-Slave
- Replies: 7
- Views: 5312
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 ...
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 ...
- 06 Oct 2021, 14:51
- Forum: Software
- Topic: Zurücksetzen
- Replies: 8
- Views: 9508
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 ...
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 ...
- 05 Oct 2021, 15:22
- Forum: Hardware
- Topic: Regarding MODBUS-RTU
- Replies: 1
- Views: 3352
Re: Regarding MODBUS-RTU
Hello WANG,
do you mean the register address in the extended data dialog? The address format is decimal.
BR Nicolai
do you mean the register address in the extended data dialog? The address format is decimal.
BR Nicolai
- 05 Oct 2021, 15:17
- Forum: RevPiModIO
- Topic: USE OF REVPIPYLOAD TO LAUNCH PYTHON PROGRAM ON STARTUP
- Replies: 2
- Views: 8054
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 ...
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 ...
- 05 Oct 2021, 15:04
- Forum: Software
- Topic: PiControl porting to Lazarus/Delphi available?
- Replies: 1
- Views: 2167
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 ...
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 ...