generated from virtual-labs/ph3-exp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d131d87
commit 56aabc5
Showing
31 changed files
with
23,180 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
## Introduction | ||
|
||
|
||
<b>Discipline | <b>Fill your discipline name here | ||
<b>Discipline | <b>Electronics and Communication and Engineering | ||
:--|:--| | ||
<b> Lab | <b> Fill your lab name here | ||
<b> Experiment| <b> Fill your experiment name and number here | ||
<b> Lab | <b> Analog Electronics Circuits Virtual Laboratory | ||
<b> Experiment| <b> Monostable Multivibrator using IC 555 | ||
|
||
### About the Experiment | ||
|
||
Fill a brief description of this experiment here | ||
|
||
<b>Name of Developer | <b> Fill the name of experiment owner here | ||
### Subject Matter Expert | ||
<b>Name | <b> **Prof. Chittaranjan Mandal** | ||
:--|:--| | ||
<b> Institute | <b> | ||
<b> Email id| <b> | ||
<b> Department | | ||
<b> Institute | <b> **Indian Institute of Technology Kharagpur** | ||
<b> Email id| <b> **[email protected]** | ||
<b> Department | **Department of Computer Science and Engineering** | ||
<b>Webpage| <b> [http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta](http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta) | ||
|
||
|
||
### Contributors List | ||
|
||
SrNo | Name | Faculty or Student | Department| Institute | Email id | ||
:--|:--|:--|:--|:--|:--| | ||
1 | . | . | . | . | . | ||
2 | . | . | . | . | . | ||
SrNo | Name | Developer and Integration Engineer | Department| Institute | ||
:--|:--|:--|:--|:--| | ||
1 | **Sukriti Dhang** | Developer | Department of Mechanical Engineering | IIT Kharagpur | | ||
2 | **Prakriti Dhang** | Integration | Department of Mechanical Engineering | IIT Kharagpur | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"unit-type": "lu", | ||
"label": "", | ||
"basedir": ".", | ||
"LaTeXinMD": false, | ||
"units": [ | ||
{ | ||
"unit-type": "aim" | ||
}, | ||
|
||
{ | ||
"target": "theory.html", | ||
"source": "theory.md", | ||
"label": "Theory", | ||
"unit-type": "task", | ||
"content-type": "text" | ||
}, | ||
|
||
{ | ||
"target": "pretest.html", | ||
"source": "pretest.json", | ||
"label": "Pretest", | ||
"unit-type": "task", | ||
"content-type": "assesment" | ||
}, | ||
{ | ||
"target": "procedure.html", | ||
"source": "procedure.md", | ||
"label": "Procedure", | ||
"unit-type": "task", | ||
"content-type": "text" | ||
}, | ||
|
||
{ | ||
"target": "simulation.html", | ||
"source": "simulation/monostable_multivibrator.html", | ||
"label": "Simulation", | ||
"unit-type": "task", | ||
"content-type": "simulation" | ||
}, | ||
|
||
{ | ||
"target": "posttest.html", | ||
"source": "posttest.json", | ||
"label": "Posttest", | ||
"unit-type": "task", | ||
"content-type": "assesment" | ||
}, | ||
{ | ||
"target": "references.html", | ||
"source": "references.md", | ||
"label": "References", | ||
"unit-type": "task", | ||
"content-type": "text" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
### Aim of the experiment | ||
## Aim of the experiment | ||
|
||
1. To perform a Monostable Multivibrator using 555 Timer | ||
2. To observe and plot the Trigger Input Voltage. | ||
3. To observe and plot the Output Voltage. | ||
4. To observe and plot the Capacitance Voltage. | ||
5. Calculate the practical time period by the waveform. | ||
6. Calculate the theoretical time period by 1.1R<sub>A</sub>C. | ||
7. Calculate the frequency of the waveform. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
EMPTY | ||
<!-- Remove all lines above this line before making changes to the file --> | ||
### Subject Matter Experts | ||
| SNo. | Name | Email | Institute | ID | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| 1 | name | email | institute | id | | ||
### Subject Matter Expert | ||
<b>Name | <b> **Prof. Chittaranjan Mandal** | ||
:--|:--| | ||
<b> Institute | <b> **Indian Institute of Technology Kharagpur** | ||
<b> Email id| <b> **[email protected]** | ||
<b> Department | **Department of Computer Science and Engineering** | ||
<b>Webpage| <b> [http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta](http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta) | ||
|
||
### Developers | ||
| SNo. | Name | Email | Institute | ID | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| 1 | name | email | institute | id | | ||
|
||
### Contributors List | ||
|
||
SrNo | Name | Developer and Integration Engineer | Department| Institute | ||
:--|:--|:--|:--|:--| | ||
1 | **Sukriti Dhang** | Developer | Department of Mechanical Engineering | IIT Kharagpur | | ||
2 | **Prakriti Dhang** | Integration | Department of Mechanical Engineering | IIT Kharagpur | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
## Experiment name | ||
## Monostable Multivibrator using IC 555 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
### Procedure | ||
## Procedure | ||
|
||
#### Monostable Multivibrator using 555 | ||
1. Connect the components as mentioned below: | ||
L1-L12, L14-L12, L16-L12, L4-L9, L8-L9, L9-L10, L3-L17, L11-L13, L7-L11, L6-L13, L5-L15.(For eg. click on 1 and then drag to 12 and so on.) | ||
2. Click on 'Check Connection' button to check the connections. | ||
3. If connected wrong, click on the wrong connection. Else click on 'Delete all connection' button to erase all the connections. | ||
4. Intially set R <sub>a</sub>=10 kΩ, C=1 µf, V<sub>cc</sub>=5 V, T<sub>in</sub> = 20 msec. | ||
5. Click on "Calculate" button. | ||
6. Now note the output voltage. | ||
7. Click on "Plot" button to plot, Trigger Input Voltage, Output Voltage, Capacitance Voltage | ||
8. Click on "Clear" button to clear the data. | ||
9. Repeat the experiment for another set of resistance value and capacitance value. | ||
10. Set the Resistance (R <sub>a</sub>) value (1 kΩ - 10 kΩ). | ||
11. Set the Capacitance (C) value . | ||
12. Set supply voltage (V<sub>cc</sub>). | ||
|
||
<div align="center"> | ||
<img src="images/monostable_prc.png" width="50%"> | ||
<p>Figure 1</p> | ||
</div> |
Oops, something went wrong.