-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab-descriptor.json
136 lines (136 loc) · 5.16 KB
/
lab-descriptor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"broadArea": {
"name": "Electrical Engineering",
"link": "https://www.vlab.co.in/broad-area-electrical-engineering",
"code": "EE"
},
"lab": "Basics of Pneumatic Components",
"lab_display_name": "Basics of Pneumatic Components",
"phase": 3,
"collegeName": "COEP",
"baseUrl": "pc-coep.vlabs.ac.in",
"introduction": "Welcome to the Basics of Pneumatic Components developed at CoEP. The main purpose of this laboratory is to make the students aware of the pneumatic system components. The pneumatic system has been widely used in the manufacturing industry. So engineering students must get exposure to pneumatic systems. So we are planning to develop a pneumatic simulator where all pneumatic components will be available to students. We will be referring to standards for building pneumatic symbols. Students must be able to design the pneumatic set up for practical application.",
"experiments": [
{
"name": "Select pneumatic cylinder for given load and speed requirement",
"short-name": "pneumatic-cylinder-load-speed",
"repo": "https://github.com/virtual-labs/exp-pneumatic-cylinder-load-speed-coep",
"tag": "v1.0.1",
"deploy": true
},
{
"name": "Develop pneumatic circuit to operate direct single acting cylinder",
"short-name": "direct-single-acting-cylinder",
"repo": "https://github.com/virtual-labs/exp-direct-single-acting-cylinder-coep",
"tag": "v1.0.2",
"deploy": true
},
{
"name": "Develop pneumatic circuit to operate direct double acting cylinder",
"short-name": "direct-double-acting-cylinder",
"repo": "https://github.com/virtual-labs/exp-direct-double-acting-cylinder-coep",
"tag": "v1.0.1",
"deploy": true
},
{
"name": "Develop pneumatic circuit to operate indirect single acting cylinder",
"short-name": "indirect-single-acting-cylinder",
"repo": "https://github.com/virtual-labs/exp-indirect-single-acting-cylinder-coep",
"tag": "v1.0.1",
"deploy": true
},
{
"name": "Develop pneumatic circuit to operate indirect double acting cylinder",
"short-name": "indirect-double-acting-cylinder",
"repo": "https://github.com/virtual-labs/exp-indirect-double-acting-cylinder-coep",
"tag": "v1.0.1",
"deploy": true
},
{
"name": "Develop pneumatic circuit to transfer block from a magazine",
"short-name": "pneumatic-circuit",
"repo": "https://github.com/virtual-labs/exp-pneumatic-circuit-coep",
"tag": "v1.0.1",
"deploy": true
}
],
"targetAudience": {
"UG": [
"B. Tech./ B.E in Instrumentation and Control Engineering, Chemical, Mechatronics, Mechanical Engineering branches"
],
"PG": [
"MS/Ph. D. Beginners in Process Instrumentation, Mechatronics, Mechanical (Design) fluid power, and Chemical Engineering."
]
},
"objective": "1. To study single-acting and double-acting cylinder and direction control valve. <br/> 2. To select the proper cylinder and direction control valve.<br/>4. To build a pneumatic circuit.<br/>4. To understand the working of the control valve.",
"courseAlignment": {
"description": "The lab contents are chosen such that it covers the syllabi of the ^^ course of various universities to considerable extent.",
"universities": [
"Shivaji University, Kolhapur, Degree Course Instrumentation",
"University of Pune, Degree course, Instrumentation & Control Engineering",
"National Institute of Technology Tiruchirappalli, Degree course Instrumentation & Control",
"Gujarat Technological University, Ahmedabad, Gujarat, Instrumentation & Control",
"Thapar Institute of Engineering and Technology, B.E. (Mechatronics Engineering)",
"Rajasthan Technical University, B. Tech Program in Mechatronics Engineering",
"Manipal Academy of Higher Education, B. Tech in Mechatronics",
"U. P. Technical University, Lucknow, B. Tech Manufacturing Technology"
]
},
"version": "v1.5.0",
"exp_name": "Develop pneumatic circuit to transfer block from a magazine",
"exp_short_name": "pneumatic-circuit",
"production": true,
"current_item": {
"item": "feedback",
"target": "feedback.html",
"label": "Feedback"
},
"menu": [
{
"item": "aim",
"target": "index.html",
"source": "aim.md",
"label": "Aim"
},
{
"item": "theory",
"target": "theory.html",
"source": "theory.md",
"label": "Theory"
},
{
"item": "pretest",
"target": "pretest.html",
"source": "pretest.js",
"label": "Pretest"
},
{
"item": "procedure",
"target": "procedure.html",
"source": "procedure.md",
"label": "Procedure"
},
{
"item": "simulation",
"target": "simulation.html",
"label": "Simulation"
},
{
"item": "posttest",
"target": "posttest.html",
"source": "posttest.js",
"label": "Posttest"
},
{
"item": "references",
"target": "references.html",
"source": "references.md",
"label": "References"
},
{
"item": "feedback",
"target": "feedback.html",
"label": "Feedback"
}
]
}