River Posted February 22, 2023 Share Posted February 22, 2023 I have a table that allowcate 5 gates will have different entity will launch in specify date and time. How can i do it ? We are designing a airport simulate aircraft departure its gate. Link to comment Share on other sites More sharing options...
dsturrock Posted February 22, 2023 Share Posted February 22, 2023 It sounds like you are already set up to use a Source with Arrival Mode of Arrival Time and the Arrival Time Property of MyTable.TimeOffset (assuming that your table above is named MyTable). If the column named Object in your table above is the entity type you want to create, then specify the EntityType in the source to MyTable.Object. If the entity you want to create is something different, then add that new column to your table (say PassengerType) and specify EntityType as MyTable.PassengerType. Link to comment Share on other sites More sharing options...
Recommended Posts