Skip to content

Commit

Permalink
Merge pull request #31 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dsnvlab authored Oct 8, 2024
2 parents 66c836c + 6975aeb commit 5b6e833
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion experiment/simulation/src/calculation.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ $("#submit_load2").click(function(){
$(".modal-header").html("Formula");
$(".modal-header").css("background","#23435c");
$("#btnModal").removeClass("btn-success").addClass("btn-danger");
$("#MsgModal").html("<b>Tensile Strain = 6 &times; P<sub>x</sub> / Ewh<sub>2</sub><br>where, Px = Applied load, E = young's modulus, w = width and h = height.</b>");
$("#MsgModal").html("<b>Tensile Strain = 6 &times; P<sub>x</sub> / Ewh<sup>2</sup><br>where, Px = Applied load, E = young's modulus, w = width and h = height.</b>");
wrongAxialCnt++;
// alert("formula :Tensile Strain = 6.Px / Ewh*h");

Expand Down
2 changes: 1 addition & 1 deletion experiment/simulation/src/graphPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ tableMainDiv = '<div class="col-sm-12">'
+'<label class="labelstyle" style="margin-left:10px;"><center>Young'+"'"+'s Modulus : 2.07 &times 10 &#x2075 N/mm<sup>2</sup></center> </label>'
+'</div>'
+ '<div class="col-sm-5" id="labelSelected">'
+'<label class="labelstyle" style="margin-left:10px;"><center>Poison Ratio : '+poisonSelect+'</center> </label>'
+'<label class="labelstyle" style="margin-left:10px;"><center>Poisson'+"''"+' Ratio : '+poisonSelect+'</center> </label>'
+'</div>'
+ '<div class="col-sm-1">'
+'</div>'
Expand Down
10 changes: 5 additions & 5 deletions experiment/simulation/src/result.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var htm = ''

+ '<div class="col-md-12">'
+ ' <div class="panel remarkBground" >'
+ ' <div class="panel-body remark" ><center>Congratulations!!! <br> <b>Load cell experiment is completed successfully!!</b>'
+ ' <div class="panel-body remark" ><center>Congratulations!!! <br> <b>Load cell simulation is completed !!</b>'
// + '<br> <b>Satisfactory performance</b></center></div>'
+ '</div>'
+ '</div>'
Expand Down Expand Up @@ -113,7 +113,7 @@ var htm = ''

htm +=' </tr>'
+' <tr>'
+' <td class=""><center>Construct wheat stone bridge circuit</center></td>'
+' <td class=""><center>Construct Wheatstone bridge circuit</center></td>'
if(wheatStone >= 60){
htm +='<td class=""><center class="attained"> Attained</center></td>'
}else{
Expand All @@ -137,7 +137,7 @@ var htm = ''
}
htm +='</tr>'
+'<tr>'
+' <td class=""><center>Observations and Charectarization</center></td>'
+' <td class=""><center>Observations and Characterization</center></td>'
if(characterVal>=60){
htm +='<td class=""><center class="attained"> Attained</center></td>'
}else{
Expand Down Expand Up @@ -334,7 +334,7 @@ if(typeCell==15){
{ name: 'Construction of WheatStone Bridge', y: wheatStone },
{ name: 'Standard Calculations', y: loadCal },
{ name: 'Output Voltage', y: outputPer },
{ name: 'Charectarization', y: characterVal }
{ name: 'Characterization', y: characterVal }

];
}else if(typeCell==25){
Expand All @@ -344,7 +344,7 @@ if(typeCell==15){
{ name: 'Construction of WheatStone Bridge', y: wheatStone },
{ name: 'Standard Calculations', y: loadCal },
{ name: 'Output Voltage', y: outputPer },
{ name: 'Charectarization', y: characterVal }
{ name: 'Characterization', y: characterVal }
];
}
//
Expand Down
2 changes: 1 addition & 1 deletion experiment/simulation/src/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ var width = $(window).width();
$(".modal-header").html("Formula");
$(".modal-header").css("background","#23435c");
$("#btnModal").removeClass("btn-success").addClass("btn-danger");
$("#MsgModal").html("<b>Output voltage = Eb &times; f[&epsilon;<sub>2</sub>+&epsilon;<sub>4</sub>-&epsilon;<sub>1</sub>-&epsilon;<sub>3</sub>/4</b>");
$("#MsgModal").html("<b>Output voltage = Eb &times; f[&epsilon;<sub>2</sub>+&epsilon;<sub>4</sub>-&epsilon;<sub>1</sub>-&epsilon;<sub>3</sub>]/4</b>");
wrongOpCnt++;
// alert("formula : Output voltage = Eb*f[E2+E4-E1-E3]/4");

Expand Down
6 changes: 3 additions & 3 deletions experiment/theory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Load cell
#### Theory :
A load cell is a transducer which converts force into a measurable electrical output. Although there are many varieties of load cells, strain gage based load cells are the most commonly used type.
A load cell is a transducer which converts force into a measurable electrical output. Although there are many varieties of load cells, strain gauge based load cells are the most commonly used type.
Load cells are sensors that detect force (mass, torque, etc.).
When force is applied to a load cell, it converts the force into an electrical signal. Load cells are also known as "load transducers," because they convert a load (force) into electrical signals.
There are many different kinds of load cells.
Expand Down Expand Up @@ -77,8 +77,8 @@ Load cells find their application in the geotechnical field and, they are common
- They are specially designed to suit the harsh & severe industrial environment.
- Load Cells are temperature compensated.
- They have a stable system with no moving parts and linkages.
- A few of them have multiple strain gages incorporated to reduce positioning effect.
- Any standard strain gage bridge measuring read-out device can be used with the load cells.
- A few of them have multiple strain gauges incorporated to reduce positioning effect.
- Any standard strain gauge bridge measuring read-out device can be used with the load cells.
- The load cells have negligible side and eccentric load effect.

#### Limitations :
Expand Down

0 comments on commit 5b6e833

Please sign in to comment.