Skip to main content

All Questions

Tagged with
8 questions with no upvoted or accepted answers
3 votes
0 answers
652 views

Home automation using CAN bus

I am planning to make a prototype for wired home automation devices, and I am thinking of using CAN bus for communication between nodes and Gateway. The way I am planning to build it, there is one ...
awakrim's user avatar
  • 31
2 votes
0 answers
164 views

Best approach to program a PLC using dbc file? (CAN communication)

I'm pretty new using CAN Communication but I need to program a Phoenix Contact PLC in Structured Text. The PLC should communicate with a motor that uses CANOpen protocol. The only resource I have is ...
Fer Salinas's user avatar
0 votes
1 answer
79 views

How may I manually construct CAN message for CANopen?

I understand CANopen uses CAN, the difference is usage and message type. I have basic CAN capable device and I want to control industrial motor controller, which uses CANopen. I have its EDS file, but ...
Ri Di's user avatar
  • 1,039
0 votes
0 answers
41 views

Logging CAN bus load over time

I have used CANKing, which displays the bus load in real-time. However, I would like to do some long-term monitoring to see what the load looks like over time. This site claims to have free software ...
jon's user avatar
  • 121
0 votes
0 answers
69 views

ID collision on CANOpen SDO

I am working on a remote control module to control my heating boiler remotely. The boiler uses CANOpen 125k. My module transmits periodically SDO requests to read temperatures and other parameters. ...
h4rdc0der's user avatar
0 votes
0 answers
411 views

CANOpen SDO block transfer retry if timeouted?

I'm using the CanFestival CANOpen library (https://canfestival.org/) for a PC app that talks to a device via CAN bus. The device is CIA-301 compliant. I'm using SDO block transfers for device firmware ...
Matej Gomboc's user avatar
0 votes
0 answers
636 views

Transmit and receive in PDO for CANopen - Why use transmit channel?

According to CiA 301, there is something called TPDO Mapping and TPDO Communication. TPDO communication is used for describing ...
euraad's user avatar
  • 1,324
0 votes
0 answers
140 views

How to find the right components for the CAN bus signals merging?

I have 2 CAN connectors from 2 different devices and I want to design something that takes in both the inputs and gives the output on a single connector. In other words, I want to combine 2 different ...
dreamcoder's user avatar