DirkW
2008-03-17 14:10:08 UTC
Hi Dustin,
The CAN I/O node has a timeouty for waiting on a frame to arrive. This timeout is typically 10 seconds. When this timeout happens the node executes and receives an empty frame. You have to take care to handle these timeouts by using a case for the timeout error and one case for a regular frame. See the examples for details.
If this is not the reason for your problem, please post your code, so i could have a look to it.
The CAN I/O node has a timeouty for waiting on a frame to arrive. This timeout is typically 10 seconds. When this timeout happens the node executes and receives an empty frame. You have to take care to handle these timeouts by using a case for the timeout error and one case for a regular frame. See the examples for details.
If this is not the reason for your problem, please post your code, so i could have a look to it.