02-22-2007 04:37 PM
We have a PC with an NI-CAN card and this PC is a node in a CAN network that has to act as a slave. A master is sending NMT messages but how do I have to receive them? Our PC has to be put in the
02-23-2007 09:48 AM
Hi
yes you are right the Library does only support the master mode. In your case you could use the Frame API to create your own CANopen Slave API.
You need a Loop which takes care of the NMT handling and a second loop which waits for incoming PDO remote requests and answers them.
There are some requests within this forum regarding Frame API and CANopen.
DirkW
03-13-2007 07:58 AM