Skip to content

Commit

Permalink
created docs folder. moved files from psl_res/
Browse files Browse the repository at this point in the history
 issue fossasia#107 . files in psl_res/HTML/ have been left untouched so that the app will continue to work for existing users and display the old-style help files
  • Loading branch information
jithinbp committed Jun 10, 2017
1 parent 831c545 commit 7751c8c
Show file tree
Hide file tree
Showing 216 changed files with 11,177 additions and 0 deletions.
185 changes: 185 additions & 0 deletions docs/MD_HTML/apps/A_AC_AND_DC.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<!-- _includes/base.html -->




<!DOCTYPE html>
<html>
<head>
<title>AC and DC</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>PSLab help</title>

<!-- core CSS -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/main.css" rel="stylesheet">
<link href="../css/highlight.css" rel="stylesheet">
</head>

<body class="homepage">

<header id="header">

<nav class="navbar navbar-inverse" role="banner">
<div class="container-fluid">
<div class="navbar-header pull-left">
<a class="navbar-brand" href="../index.html"><img src="../images/logo.png" style="max-height:50px;background:#7a7;" alt="logo"></a>
</div>
<ul class="nav navbar-nav pull-left">
<li ><a href="../index.html">Home</a></li>
<li ><a href="../utilities/index.html">Utilities</a></li>
<li ><a href="../apps/index.html">Experiments</a></li>
</ul>
<!--
<form class="navbar-form navbar-left">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
-->
</div>
</nav>



</header><!--/header-->

<!-- _includes/base.html -->




<!-- _includes/base.html -->




<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="../utilities/index.html"> Utilities Section </a>
<a href="../apps/index.html"> Experiments Section </a>
<hr>
<ul>



</ul>
<hr>
<ul>

<li><a href="../apps/B_LEMON_CELL.html" title="Lemon cell">Lemon cell</a></li>

<li><a href="../apps/C_AC_GENERATOR.html" title="AC Generator">AC Generator</a></li>

<li><a href="../apps/astable-multivibrator.html" title="Astable Multivibrator">Astable Multivibrator</a></li>

<li><a href="../apps/A_AC_AND_DC.html" title="AC and DC">AC and DC</a></li>



</ul>

</div>
<div style="padding:10px;"><span id="menubutton" style="font-size:30px;cursor:pointer;" onclick="openNav()">&#9776; Experiments</span></div>

<div id="main">


<div class="center wow fadeInDown">
<br><h2>AC and DC</h2>
<p class="lead"> Study the difference between AC and DC circuits</p>
</div>


<section id="recent-works">
<div class="container">


<h2 id="measure-the-voltage-of-a-dry-cell">Measure the voltage of a dry cell</h2>
<p><img src="images/schematics/acdc1.svg" alt="" width="300px" /></p>

<p>Make the connections as shown in the figure. Use a common dry cell battery<br />
Note the values shown by the voltmeter for CH1 . Also observe, that the graph for CH1 is a straight line. This is because the voltage is constant.</p>

<h2 id="measure-the-voltage-of-a-dry-cell---2">Measure the voltage of a dry cell - 2</h2>
<p><img src="images/schematics/acdc2.svg" alt="" width="300px" /></p>

<p>The polarity of the battery has been reversed. Observe that the voltmeter for CH1 has changed its sign.<br /><br /></p>

<h2 id="learn-how-to-use-the-programmable-voltage-source">Learn how to use the programmable voltage source</h2>
<p><img src="images/schematics/acdc3.svg" alt="" width="300px" /></p>

<p>PV1,PV2, and PV3 are voltage sources whose output voltage can be controlled via the software. Connect PV1 to CH1, and observe the plot as well as the measured DC voltage of CH1.<br />
Now drag the PV1 dial, or use the mouse scroll wheel over it, to change the voltage output from PV1. Read the voltage, and observe that the voltage always stays close to the set value.<br /><br /></p>

<h2 id="learn-how-to-use-the-programmable-waveform-generator">Learn how to use the programmable waveform generator</h2>
<p><img src="images/schematics/acdc4.svg" alt="" width="300px" /></p>

<p>W1, and W2 are oscillating voltage sources whose output frequency can be controlled via the software. Connect W1 to CH2, and observe that the plot oscillates around the horizontal axis.<br />
Measure the DC voltage of CH2, and observe that the values fluctuate. <br /></p>

<p>Set W1 frequency to 500Hz using the dial, and click on the plot to activate the crosshairs. Note the time period of the oscillations, and confirm that the measured frequency is the same as that which was set.<br />
You may use the ‘pause’ button located at the bottom right of the window in order to freeze the graph before taking readings.<br /></p>

<h2 id="power-line-pickup">Power Line Pickup</h2>

<p><img src="images/schematics/acdc5.svg" alt="" width="300px" /></p>

<p>Connect a long wire to CH2, and observe that the plot starts oscillating around the horizontal axis.<br />
Note the time period of the oscillations by using the crosshairs, and confirm that the measured frequency is the same as that which was set.<br />
The timescale of the plot is set to 10mS , so you may simply count the total number of cycles on the plot in order to measure the frequency<br /></p>

<p><img src="images/screenshots/acdc.png" alt="" /></p>



</div>

<script type="text/javascript">
var linkElement = document.createElement("link");
linkElement.rel = "stylesheet";
linkElement.href = "../css/leftnav.css";
document.head.appendChild(linkElement);

function openNav() {
document.getElementById("mySidenav").style.width = "250px";
document.getElementById("main").style.marginLeft = "250px";
document.getElementById("menubutton").style.visibility = "hidden";
}

function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginLeft= "0";
document.getElementById("menubutton").style.visibility = "visible";
}

</script>




<div class="footer navbar-fixed-bottom" >
<footer >
<div class="container">
<ul>
<li><a href="mailto:[email protected]">bug-reports</a></li>
<li><a href="https://fossasia.org/pslab">fossasia.org/pslab</a></li>
</ul>
</div>
</footer>
</div>

<!--
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/jquery.prettyPhoto.js"></script>
<script src="/js/jquery.isotope.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/wow.min.js"></script>
-->
</body>
</html>
29 changes: 29 additions & 0 deletions docs/MD_HTML/apps/A_scope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<html>
<head>
<meta content="text/html; charset=windows-1252" http-equiv="content-type">
<title>index</title>
</head>
<body style = "background-color:#fff">Four Channel Oscilloscope<br>

<img src="images/oscilloscope.png" alt="scope image">


<br>CH1 &amp; CH2 : <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Input range :&nbsp; +/- 500 mV&nbsp; to&nbsp;
+/-16 V<br>
&nbsp; &nbsp; &nbsp; Max sampling rate :&nbsp; 2 Million samples /sec<br>
&nbsp; &nbsp; &nbsp; <br>
CH3 :<br>
&nbsp; &nbsp; &nbsp; +/- 3.3 V input range<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gain control with external resistor<br>
<br>
CH4 : for condenser microphone<br>
<br>
Data Analysis:<br>
Data can be fitted to Sine or Square wave equation.<br>
Choosing Overlay option will show fitted data also<br>
<br>
Profile:<br>
Save current settings to a file that can be restored later.<br>
</body>
</html>
Loading

0 comments on commit 7751c8c

Please sign in to comment.