conCAN configuration with PICTORY

Topics about the Hardware of Revolution Pi
Post Reply
marcm
Posts: 1
Joined: 28 Jan 2025, 15:35

conCAN configuration with PICTORY

Post by marcm »

Hello everyone,

I am trying to connect and configurate a conCAN module with my RevPi Connect S and DIO expansion module. I have connected the conCAN on the right side of Connect S. The DIO is connected on the left sideo of Connect S.

However, when I am in Pictory and try to view "Value Editor" of conCAN I can only see "The grid is empty".
But when I try to view the "Value Editor" of Revpi Connect S or DIO expansion module, I can see and parametrize the values (without see any error).

I have conCAN activated in Revpi Status.

Also, when I try to check if the Can0 is available via SSH terminal I see that:

ip link show can0
Device "can0" does not exist.

sudo ip link set can0 up type can bitrate 250000
Cannot find device "can0"

ifconfig

Code: Select all

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.104  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::ca3e:a7ff:fe11:5bea  prefixlen 64  scopeid 0x20<link>
        ether c8:3e:a7:11:5b:ea  txqueuelen 1000  (Ethernet)
        RX packets 3607  bytes 974527 (951.6 KiB)
        RX errors 0  dropped 20  overruns 0  frame 0
        TX packets 4517  bytes 4214803 (4.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether c8:3e:a7:11:5b:eb  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 74  bytes 9010 (8.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 74  bytes 9010 (8.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

pileft: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether a2:82:fd:01:03:fd  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 53[/quote]
What am I doing wrong? What could be my fault?

Thank you very much for your help!!
Post Reply