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.
Merge pull request #1 from virtual-labs/dev
updated
- Loading branch information
Showing
55 changed files
with
13,273 additions
and
56 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 +1,10 @@ | ||
### Aim of the experiment | ||
# Aim | ||
Understand operation of different types of loadcell. | ||
## Objective | ||
- Understand operation of loadcell | ||
- Configuration of Load cell | ||
- Validate stress and strain for change in pressure. | ||
- Design signal conditioning for loadcell | ||
- Evaluate output voltage | ||
|
||
|
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 | ||
#Load Cell |
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,17 @@ | ||
### Procedure | ||
|
||
### Basic Knowledge : | ||
- Answer all the questions and click on "Submit Test" button. | ||
|
||
### Configuration : | ||
- Select the configuration parameters. | ||
- Calculate area and enter its value if the value is correct, click on Configure. If the entered value is incorrect then formula followed by correct answer will be displayed after 3 attempts. | ||
- Click on Next Level. | ||
|
||
### Calculations : | ||
- Enter the load between 1000 to 10000 (N). | ||
- Calculate Axial Strain and enter it's value if the value is correct further calculations will be enabled and if the value is Incorrect then formula followed by correct answer will be displayed after 3 attempts. | ||
- Calculate Transverse Strain and enter it's value, if the value is correct further calculations will be enabled and if the value is Incorrect then formula followed by correct answer will be displayed after 3 attempts. | ||
- Repeat the same process for different loads and calculate axial and tranverse strain. Calculate the load for 5 readings and click on next level. | ||
- Select one of the load to calculate output voltage and click on submit. | ||
- Select supply voltage Eb and click on submit. | ||
- Calculate the output voltage and enter it's value if the value is correct further calculations will be enabled and if the value is Incorrect then formula followed by correct answer will be displayed after 3 attempts. |
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 @@ | ||
### Link your references in here | ||
##### Electrical and Electronic Measurements and Instrumentation (Author Name - A.K SAWHNEY) |
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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>loadCellWorking</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
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,133 @@ | ||
body{ | ||
font-size: 16px; | ||
} | ||
#checkConfg{ | ||
font-size:16px; | ||
} | ||
.selectConf{ | ||
|
||
height: auto; | ||
/* background-color: #2a3138; */ | ||
/* color: #fff; */ | ||
font-size: 16px; | ||
} | ||
.panelHeadingBold{ | ||
|
||
font-size: 21px; | ||
font-family: "Times New Roman", Times, serif; | ||
/* font-weight: bold; */ | ||
} | ||
.labelstyle | ||
{ | ||
font-size:17px; | ||
} | ||
.validMaterialMsgStyle{ | ||
color: #fff; | ||
font-size: 19px; | ||
padding: 10px; | ||
background-color:#ee4c4c; | ||
border-radius: 16px | ||
} | ||
hr.new3 { | ||
border-top: 10px dotted red; | ||
} | ||
#CalculateActualFlow | ||
{ | ||
background-color: #2a3138; | ||
color:#fff; | ||
padding:5px 20px 5px 5px; | ||
margin: 5px; | ||
} | ||
#testSubmit | ||
{ | ||
padding: 10px; | ||
color: #fff; | ||
font-size: 18px; | ||
border-radius: 10px; | ||
background-color: #212529; | ||
margin: 20px 10px;; | ||
letter-spacing: 1px; | ||
font-weight: bold; | ||
/* box-shadow: 0 5px #999; */ | ||
} | ||
#questionDiv .queno | ||
{ background-color:#2a3138; | ||
padding:7px; color:#fff; | ||
font-size: 20px; | ||
border-radius: 10px; | ||
font-family: Cambria, Georgia, serif; | ||
} | ||
.nextLevelBtn { | ||
padding: 10px; | ||
border-radius: 10px; | ||
background-color: #212529; | ||
color: #fff; | ||
margin: 20px 10px; | ||
letter-spacing: 1px; | ||
font-size: 18px; | ||
} | ||
.panel-primary>.panel-heading,.card-header,.modal-header,.selectbg { | ||
background:#4d6c71; | ||
color:#fff; | ||
border-color:#000; | ||
} | ||
.boldTextBlue{ | ||
color:Blue; | ||
letter-spacing: 0px; | ||
font-size: 18px; | ||
} | ||
.boldTextRed{ | ||
color:Red; | ||
letter-spacing: 0px; | ||
font-size: 18px; | ||
} | ||
.boldTextGreen{ | ||
color:green; | ||
letter-spacing: 0px; | ||
font-size: 18px; | ||
} | ||
.model | ||
{ | ||
padding:0px; | ||
} | ||
#modelMsg{ | ||
font-size: 20px; | ||
color: red; | ||
} | ||
|
||
.slider { | ||
-webkit-appearance: none; | ||
width: 100%; | ||
height: 25px; | ||
background: #d3d3d3; | ||
outline: none; | ||
opacity: 0.7; | ||
-webkit-transition: .2s; | ||
transition: opacity .2s; | ||
} | ||
|
||
.slider:hover { | ||
opacity: 1; | ||
} | ||
.typeSelector | ||
{ | ||
background-color: #2a3138; | ||
margin-top: 20px; | ||
padding: 20px; | ||
color: #fff; | ||
} | ||
.slider::-webkit-slider-thumb { | ||
-webkit-appearance: none; | ||
appearance: none; | ||
width: 25px; | ||
height: 25px; | ||
background: #04AA6D; | ||
cursor: pointer; | ||
} | ||
|
||
.slider::-moz-range-thumb { | ||
width: 25px; | ||
height: 25px; | ||
background: #04AA6D; | ||
cursor: pointer; | ||
} |
Oops, something went wrong.