Skip to main content

Infosys Fresher Aptitude 2020 Sample Question Paper Pseudocode Answers

Given below are the answers to Infosys Fresher Aptitude 2020 Sample Question Paper Pseudocode.  Comment below if you have any doubts.  The full video is below for you to watch.

Sensor Manufacturing and Process Control Week 5 PID Lab Exam

Consider the 9 scope shots labeled “Waveform 1 through Waveform 9”.   Waveform 1 shows the open loop step response of the L-C circuit model, i.e., how the output (green) looks in response to a step change in input (red) with no feedback (Kp, Kd and Ki all zero).   All waveforms use the exact same code except for a change in one of the 4 control gains (Kp, Kd, Ki and FF).

The PID control is implemented in the file main.c.   In all case, consider only the rising edge and settled value as circled.  Due to circuit limitations, the falling edge response cannot be controlled properly since the input cannot go negative.

 

--- What was changed to the control system to create waveform 2 from waveform 1?  (Concentrate on the circled areas) 

 the feedforward term was increased

---Consider just the initial rising step and settled value.

Compared to waveform 2, waveform 3 has:

 kd set to -1000

---

undefined

What control variable changed going from waveform 2 to 4?  Notice that waveform 4 has just slightly more overshoot and slowly settles to a slightly lower value.

Ki

 

 ---

undefined

What control system variable would you change to smooth out the response shown in waveform 5?

kd

---What changed between waveforms 1 and 6?

FF_term was decreased

 --- Question 6

undefined

Waveform 7 shows two waveforms overlaid on each other. Only one control system variable changed between the two. Which one?

K​i

Comments

Popular posts from this blog

Motors and Motor Circuits Week 1 Quiz Answers

Part 1 of Motors and Motor Circuits Week 1 Quiz Answers

Motor and Motor Control Circuits Course Project 1 Quiz Answers

Motor and Motor Control Circuits Course Project 1 Quiz Answers ....Refer to our video lab on specifying a DC motor speed measurement. How does an FET work? Comment your answer below .... Refer to our video lab on specifying a DC motor speed measurement. How do you measure back EMF directly? It is not possible to measure the back EMF directly ....Refer to our video lab on specifying a DC motor speed measurement. Sup. pose the motor resistance is 2 ohms, motor inductance is 5 milli-henries, external voltage is 5 volts, and the back EMF time constant is .009 per RPM. As the motor accelerates, what is the motor current in milliamps at time t = 20 milliseconds when the motor is running at 500 RPM. Ignore any oscillation of the back EMF voltage due to commutation. Type an integer value of milli-amps. 250 ....Refer to our video lab on specifying a DC motor speed measurement. Why does the frequency of ripples in the de caying DC current signal increase as the motor speeds up? Select all that a...

Motor and Motor Control Circuits Week 3 Coursera Quiz Answers

Motor and Motor Control Circuits Week 3 Coursera Quiz Answers 1. What causes a motor to generate back emf? The armature windings rotate through the magnetic field created by the field windings. They then become a generator, creating a current in the opposite direction to the applied current 2. What is the power in horsepower of a DC motor operating at 1000 RPM and 2 lb-ft torque? (Type in a two-decimal number.) 0.38 3. Which of the following are causes of energy loss in a DC motor? Select all that apply. Current flow in the armature and field windings Magnetic hysteresis in the iron core Eddy current losses in the field windings 4. What is true about the speed of a shunt wound DC motor? Select all that apply. The speed is proportional to the square of the armature resistance The speed is inversely proportional to the magnetic flux 6. What is true about a permanent magnet DC motor? Items (1), (2), and (4) 7. Where might the motor control circuitry be located in a servomotor? In a separa...