Search found 9 matches

by AndreC7
26 Jan 2026, 22:59
Forum: CODESYS
Topic: What ETH can be EtherCAT master
Replies: 1
Views: 27637

What ETH can be EtherCAT master

Hello,

On RevPi Connect using Codesys, can I assign any of the two Ethernet ports as EtherCAT master?
On RevPi Core I can also use the Ethernet port as EtherCAT master correct?

Thank you
by AndreC7
26 Jan 2026, 22:51
Forum: RevPiModIO
Topic: Change on Temperature and Frequency calls
Replies: 4
Views: 31624

Re: Change on Temperature and Frequency calls

I found that our installation script of the software app check on python packages and install revpimodio2 v2.4.2
But pip install command throws an error saying it will break system packages.

I guess version 2.4.2 does not work on RevPI Connect 4.
Will update script procedure to use latest ...
by AndreC7
26 Jan 2026, 22:41
Forum: RevPiModIO
Topic: Change on Temperature and Frequency calls
Replies: 4
Views: 31624

Re: Change on Temperature and Frequency calls

This is a brand new RevPi Connect 4.
Sem título.png
by AndreC7
22 Jan 2026, 21:19
Forum: RevPiModIO
Topic: Change on Temperature and Frequency calls
Replies: 4
Views: 31624

Change on Temperature and Frequency calls

We had the following python code to monitor IoT Controller Temperature on the field

while self.running:
start_time = time.time()
try:
# Aquisição de temperatura e frequencia
REVPI_TEMPERATURA = self.rpi.core.temperature
REVPI_FREQUENCIA = self.rpi.core.frequency
print('[RevPI Temp ...
by AndreC7
25 Oct 2024, 16:01
Forum: RevPiModIO
Topic: IO refresh time exceeded
Replies: 1
Views: 41194

IO refresh time exceeded

Hello, we are having the issue below

1.png

Here is the code snippet that starts the problem.
First code is the class below.

import os
import time
import threading
import io_functions as io
from datetime import datetime
from camera_control import CameraControl
from config_manager import ...
by AndreC7
25 Oct 2024, 15:43
Forum: CODESYS
Topic: Profibus gateway on Codesys
Replies: 2
Views: 73179

Re: Profibus gateway on Codesys

Thank you, the video helped doing the job.
Also we had to do some matching of versions of software packages, not the lattest ones, and things started working on Codesys,

Regards,
by AndreC7
29 May 2024, 20:21
Forum: CODESYS
Topic: Profibus gateway on Codesys
Replies: 2
Views: 73179

Profibus gateway on Codesys

I am having trouble setting up a PROFIBUS Gateway on Codesys.
We can use it on Python, but it fails to work on Codesys.
Here are some information of the problem, if anyone can help me solve it.
6.png
1.png
by AndreC7
29 Feb 2024, 13:19
Forum: Hardware
Topic: Changing RevPi model
Replies: 2
Views: 8672

Re: Changing RevPi model

Great, thank you for the quick response.
If I do not answer again, means all went fine.

Thank you, Have a good day
by AndreC7
29 Feb 2024, 12:01
Forum: Hardware
Topic: Changing RevPi model
Replies: 2
Views: 8672

Changing RevPi model

Hello to all,

We have a case where a client created an RevPi image based on RevPi Connect+ and now is using RevPi Connect SE+ and Connect 4.
When he flashes the image on the new RevPi the model stays wrong and things start to fail.
piSerial shows old model, so we need to change the model ...