Skip to main content

Week 18 (Feb. 13, 2019): Altering the Track & Component Testing


Today, we received a visit from Gene, a transit control solutions expert, who has designed the control system for the Automated Transit Network (ATN) known as the Bay Area Rapid Transit (BART) network that we see today, as well as one of the designers of a Personal Rapid Transit (PRT) network known as the Morgantown PRT.

In conventional transit networks, such as BART, if a tram must make a stop, the others behind it must wait. Conversely, in PRT networks, such as the Morgantown PRT, if a pod car is requested at a certain station, it will hop onto a diverging rail that circumvented the main rail, allowing the other pod cars behind it to continue along the main track. The station is referred to as an offline station because this pod car is going to make a stop, while the other pod cars continue along the main track. This diverging rail eventually merges back with the main track, so the control system must be efficient to avoid collisions.

His team’s job was and is to create and model simulations to emulate viable PRT network for certain cities. For example, he presented two notable slides, each one depicting a different track design idea. The first one consisted of two-square shaped tracks connected together by two pairs of shared offline stations on the shared side; in total there are eight offline stations. The second design idea was two T-shaped tracks conjoined at the top with the offline stations at the bottom of the T’s; in total there are six offline stations.

Following Gene’s lecture, we, the Small-Scale Team, decided to reform our track design to the second design Gene showed, the two conjoined T’s, but just making one T, as connecting a second T would be an easy for a future semester. We chose this design as it seemed the rails we currently had more closely matched.

Additionally, he wanted to see if it was a possibility to implement his control system in our project.

He provided us with some advice on how to make a reliable and efficient network that would prevent the pod cars from colliding with each other. He suggested using what he called “monuments of markers” for each pod car that can keep track of each pod car. We told him that we are using RFID tags, and he responded that those could work.

He stated that the biggest challenge is to make our system work reliably, without the need for human conductors, but instead human supervision at a central control station.

He also made a few comments for the full-scale model, but which also must be considered by the Small-Scale Team, as most of the design ideas will be tested on the small-scale model first. The real, full-scale model must balance: the capacity of the people allowed in the pod, the weight of the pod itself, infrastructure costs to build the pod, the number of pod cars that will go into individual neighborhoods, the speed of the pods, and the frequency of pods. A last note is that a good benefit-to-cost ratio (benefit/cost) must be emphasized when presenting PRT’s, such as Superway, to city leaders as well as citizens, who would be possible users. One argument that can be made to justify PRTs is: offline stations enable high traffic densities which, coupled with higher speeds, then enables PRTs to be used as a regional transportation technology.

P.S. Retired Senator Mike Honda visited as well.

---

We were running issues into running the gimbal motor. We weren’t using the ESC (Electronic Speed Controller) to control it because one of the websites, namely eBay, stated that it operated like a servomotor, so we assumed we could use the familiar Servo library. However, when we tried using Servo library functions such as write( ), the gimbal motor was instead twitching. Another website, namely Instructables, maintained that the gimbal is run like a servomotor, but there is another library, a modified Servo library, that exists to control the gimbal motor coupled with the ESC.

Between this week and next, I will be working on getting the gimbal motor, coupled with the ESC, to work, while David ensures proper Serial communication between the XBee on the GUI’s Raspberry Pi and the XBee on the pod car’s Arduino.

Comments

Popular posts from this blog

Week 30 (May 8, 2019): Prototype Evaluation Day, Final Circuit, Incorporating 3D printed parts, Final Presentation, Posters, & Maker Faire

Today, we held Prototype Evaluation Day. Like the rest of the senior project classes, the advisor walks around the classroom, evaluating the senior project apparatuses, asking the student teams to demonstrate their devices, and explain their design, though processes, and results. Dr. Furman and Ron examined and inspected the Full-Scale model, then the Half-Scale model, and lastly, us, the Small-Scale Team. We had completed our circuit to power one pod car and one of the two induction charging stations prior to Evaluation Day, so we were able to successfully demonstrate the pod car driving around the track as well as the induction charging. While we were still troubleshooting issues with the tablet’s Raspberry Pi communicating with the Arduino, the Arduino is still capable of operating on its own, so we could at least demonstrate the motor driving the pod car around the track and through the offline stations. Depicted below is our final circuit that powers the pod car: Dep

Week 28 (Apr. 24, 2019): Final motor selection – Mini-Stepper Motor

Since last week, we have been trying to run the new brushless DC motor; however, it is still difficult to control, let alone its speed. Therefore, we had to pursue our alternative motor, the mini-stepper motor that runs at 5V. Found in Arduino starter kits, this mini-stepper motor is accompanied by its dedicated motor driver board, the ULN2003, which is a chip containing a series of Darlington pair transistors. An image of the stepper motor and the ULN2003 board is shown below:   Sources: https://www.adafruit.com/product/858 https://www.amazon.com/gp/product/B01CP18J4A/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1   We were able to successfully run the new mini-stepper motor with the sample code included with the Arduino starter kit. One benefit to using the sample code is that it utilizes the Stepper library’s functions. One use function is the setSpeed( ) function, which allows the user to set the RPM speed of the stepper motor. We found that the maximum spe

Week 9 (Oct. 24, 2018): Presentation #2 (Primary & Alternative Design Concepts) Reflection & Eliminating GPS as a Possibility

Earlier this week, to prepare for our presentation on October 24, I looked into different GPS modules. Unfortunately, I concluded that it was not possible to implement one. Recently, I learned in my ME 190 class (Mechatronics System Design) that GPS is not very accurate, as it does not have a fine resolution. Within a 10-meter radius, the satellite cannot distinguish whether the object is at the 1-meter mark or if it’s at the 9-meter mark; in other words, the object that the GPS is attached to will just be a big dot on the map. To illustrate my point, a map is shown below. The top image depicts the position of the GPS user represented by a large dot. That dot covers 10-meters, as the bottom image shows smallest measurement that that can be achieved by zooming in is 10-meters. After travelling nine-meters in one direction, the GPS has not updated the location of the dot. Additionally, the object would have to be travelling faster than 1 m/s; we aimed to have the podcar travel at around