CAN Remote Wakeup
- Updated2023-02-17
- 2 minute(s) read
CAN Remote Wakeup
Waits for the CAN interface to wake up due to activity by a remote ECU on the network.
.gvi.png?_LANG=enus)
Inputs/Outputs

session in
The session to apply the wait.

timeout
An input that specifies the maximum amount of time in seconds to wait.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

session out
An output that is the same as session in, provided for use with subsequent nodes.

error out
Error information.
The node produces this output according to standard error behavior.
Description
This wait is used when you set the XNET Session Interface:CAN:Transceiver State property to Sleep. When asleep, the interface and transceiver go into a low-powered mode. If a remote CAN ECU transmits a frame, the transceiver detects this transmission, and both the controller and transceiver wake up. This wait detects that remote wakeup.
The timeout parameter provides the maximum number of seconds to wait. This value must be 1.0 (one second) or greater. The default value is 10 (10 seconds).