Recent content by Pipsqueakalchemist

  1. Pipsqueakalchemist

    Modelling Inverted Pendulum With 2 Propellers (Control Engineering)

    [Mentor Note: Duplicate thread start merged into the original thread] Hello so as the summary suggests, I'm trying to develop a controls system to control the angular position of an inverted pendulum. After doing some experiment today using a PID controller to control both propellers to keep...
  2. Pipsqueakalchemist

    What Software To Use For Using Pole Placement To Determine PID Gains?

    Hello I'm trying to model a controls system. The issue I'm having is that the equation of motion and taking the Laplace transform and obtaining the transfer function is computationally difficult. I'm new to this so I don't know which software tools to use. I've heard about Matlab and python. I...
  3. Pipsqueakalchemist

    Modelling Inverted Pendulum With 2 Propellers (Control Engineering)

    Hello, I think I obtained the equations of motion of my system. I'm trying to perform pole placement control so for that I need to obtain the transfer function. But the problem is that the equations are very nasty and large so by hand is very difficult, would it also be possible to use Matlab to...
  4. Pipsqueakalchemist

    Modelling Inverted Pendulum With 2 Propellers (Control Engineering)

    Hello so as the summary suggests I'm trying to develop a controls system model of an inverted pendulum cart system with 2 propellers on top of the pendulum. I'm trying to obtain the equations of motion and I was wondering if I should include the impulse disturbances forces when trying to develop...
  5. Pipsqueakalchemist

    Other How much does GPA and Prestigious school indicate success?

    My inspiration for this whole programming journey is actually Eric barons the creator of stardew valley
  6. Pipsqueakalchemist

    Other How much does GPA and Prestigious school indicate success?

    Oh don't worry, I know more than some of my computer science friends. I've used data structures and algorithms to make some mini games
  7. Pipsqueakalchemist

    Other How much does GPA and Prestigious school indicate success?

    Yeah I'm experiencing that now with my current school projects. The grades not great but I've learned so much by failing and spending hours banging my head against the wall. The grades not there but I'm learning so much so I'm happy.
  8. Pipsqueakalchemist

    Other How much does GPA and Prestigious school indicate success?

    So to give context, I'm going to be graduating from University this year with a mech engineering degree. And to give further context, I was a flunk in high school, only took serious in grade 12 because that's when things got serious. I picked science because all my friend took it, then switched...
  9. Pipsqueakalchemist

    Comp Sci Can console commands like cin, cout, getch, etc be used in windows apps?

    So I started working in a windows application. But i started having issues with blocking the event loop when using while loops that i never encountered before when using while loops in console application. My theory is that I used commands like getch or cin to exit the loop in the window...
  10. Pipsqueakalchemist

    Comp Sci Tried to run Windows GUI program, but a while loop is blocking event loop in C++

    So I've just recently learned what a event loop is and the concept of blocking it. My question is I've written loops before in a console (main()) program and this never happened. Is there something about a GUI program (WinMain()) that makes loops block the event loop? Also I understand that...
  11. Pipsqueakalchemist

    Engineering (material science) Fatigue life prediction using integral

    So for this question, I understand the math but just wanted to be clear on a few things. So I had this question on my midterm but instead of tensile and compressive stresses, it was tensile and tensile stress. I initially thought that the delta sigma in the integral was the maximum stress so in...
  12. Pipsqueakalchemist

    Engineering Separately excited DC motor problem (Electrical Engineering)

    Ok so the rate 20 HP represents Pout correct? Also in a ideal motor both rotational and armature loss are zero, but what about field loss? thanks
  13. Pipsqueakalchemist

    Engineering Separately excited DC motor problem (Electrical Engineering)

    Hello, so for this question I know how to solve it but I still have a few questions. First when the question means it's rated at 20 HP and 600 V, it's referring to the source voltage and Pin correct? Also in order to solve this question, the rotation loss Prot was neglected. This was because at...
  14. Pipsqueakalchemist

    DC motors and Induction motor: What does "no load conditions" mean?

    Also when you mean internal losses, you mean specifically rotational losses. Armature and field loss are still present in the ideal motor case where back emf = Vsupplied
  15. Pipsqueakalchemist

    DC motors and Induction motor: What does "no load conditions" mean?

    I think i understand, so when back EMF = V, this speed is the ideal where losses are ignored and the no shaft speed is when when losses aren't ignored anymore
Back
Top