 woodz
		
			woodz
		
		
		
		
		
		
		
		
	
			01-09-2006 02:33 PM
01-10-2006 09:00 AM
01-12-2006 01:20 PM
01-13-2006 08:41 AM
Hi woodz,
One's again, it is possible to have more then one writing or reading ID based (CANX::STDx) Object per port, but the Network Interface Object which initializes the port is only possible one's per port. Remember you can also write and read using the Network Interface handle (Read and Write net).
The ID based Objects are stored on the device and can handle special communication tasks like periodic transmit or remote frames.
To your new question: The only way to get timestamps for writing processes is to enable self reception for the Port. If this is enabled, a read mult net reads back automatically all frames you sent out. Additionally you get the timestamp for your frames.
I would suggest to read the manual about the set attribute function, before start implementing this feature
DirkW