Let me start by saying I have not used Simio in a few years, so any help is appreciated. I'm trying to model a busing operation with three stations and three buses. Each station will start with 1 bus. Passengers will arrive at station A, B, or C. Passengers at A might be going to B or C, and those going to C could ride the bus to B and stay on until the bus approaches C. It is also possible the bus could take a full load of passengers straight from A to C. There are 6 total routes possible: A-B, A-C, B-A, B-C, C-A, C-B.
How can I set up my vehicle routing in a way that allows passengers to ride 1 or 2 segments to get to their final destination? (If someone needs to go from A to C, they could either ride from A->C or from A->B->C.)
If a group of passengers bound for stations B and C arrive at station B, how do I make sure passengers bound for station C stay on the bus?
I'm trying to use rate tables for my arrival data. Do I need to use 6 different rate tables and 6 different entities? One for each path?
Thank you for your help!