Cyclic and Event Timing for Frames with
- Updated2025-10-10
- 1 minute(s) read
Cyclic and Event Timing for Frames with
For all embedded network protocols that supports, the transmission of a specific frame can be either cyclic or event.
Within , a Cyclic frame begins transmit as soon as the session starts, regardless of whether you called the appropriate Write function. The call to the appropriate Write function is the event that drives an Event frame transmit.
Related Information
- Using LIN
- Frame Input Queued Mode
- Frame Input Single-Point Mode
- Frame Input Stream Mode
A frame input stream session reads all frames received from the network using a single stream. It typically is used for analyzing or logging all frame traffic on the network.
- Frame Output Queued Mode
- Frame Output Single-Point Mode
- Frame Output Stream Mode
A frame output stream session transmits an arbitrary sequence of frame values using a single stream. The frame values are not limited to a single frame—they can transmit any frame.
- LIN Frame Timing and Session Mode
- Signal Input Single-Point Mode
- Signal Input Waveform Mode
- Signal Input XY Mode
- Signal Output Single-Point Mode
- Signal Output Waveform Mode
- Signal Output XY Mode