MultiPlatformTDMA

Simulation of a TDMA network. There are three sources, Clock, Clock2 and Clock3. Each feeding into a Platform. The Platform is a trivial PTIDES model, which simply relays the input to its output. Since we assume a perfect world with 0 execution time, the output event of the PTIDES platform has the same timestamp as the input event. Each platform then transmits data through the network model, which models a TDMA network. The TDMA has a period of TDMAPeriod, and a transmission time of 1 is assumed for each data packet through the network. With the test data shown here, each platform transmits the first data packet at time 2.5. The packet from the first platform then arrives at time 4, the one from the second platform arrives at 5, and the one from the third platform arrives at 6.

MultiPlatformTDMA is available in two formats:

See Web Start Help for details.