Tagged Questions
The canopen tag has no wiki summary.
9
votes
1answer
1k views
Java and CANopen
Background
Dear friends,
I am required to create a java program on a laptop to receive/send CANopen messages.
RJ45 is chosen to be the network's physical medium.
I am new to CANopen and Java ...
4
votes
3answers
1k views
Does the .NET Micro Framework support the CAN bus?
I know that the .NET Micro Framework supports the I²C bus. Are there some libraries for CAN or CANopen too?
If not, does it support CAN without using other peripherals?
Can I build CAN support ...
3
votes
4answers
602 views
CANopen protocol
We have a robot project where the motor controllers use CANopen for communication. I need to communicate with these motor controllers using a Master microcontroller. The problem is that I need to ...
1
vote
2answers
439 views
Programming for the SAE J1939 standard
I'm trying to find information on how to program an embedded mobile controller such as the ifm R 360. Where could I find specific information on the programming language used, the required development ...
1
vote
1answer
228 views
EDS and Object Dictionary
What are the EDS and OD? How are they created and used?
How it is that the OD comes in between the application and the CAN interface?
1
vote
1answer
189 views
CANopen PDOs and a communication profile
If the data contains more than one value, how do I know what these values represent? And how do I break up the data into individual values? Am I right to say that the relationship between the PDOs and ...
1
vote
2answers
1k views
CANopen PDO
I am trying to understand the CANopen protocol.
For now, I do not have any CAN hardware nor the CANopen stack to experiment with.
I would like to know how to write a Java program to simply interpret ...
0
votes
0answers
161 views
Recommendations for CANOpen stack implementations?
I need an off-the-shelf CANOpen stack implementation as part of a Windows XP Embedded software solution I'm developing.
Does anyone have any suggestions beyond IXXAT's offerings?
0
votes
2answers
132 views
CANopen - Fastest rate at which PDOs are received
Assuming highest baud rate, what is the highest rate at which PDOs are received?
0
votes
1answer
198 views
Writing a CANopen test utility
How do I listen in (preferably using Java) on a small set of well-defined CANopen messages without a commercial CANopen stack?
0
votes
2answers
884 views
A programmer trying to understand CANopen
Will the CAN interface card likely be installed as a COM port?
How do I break up a message to be sent as separate frames? What about assembling data from multiple frames received into one message? Is ...