blob: 6bac961d95941c55d86712a360ea3ffb97f115fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//Pull required
//Refer fig.6.16
//Let weight W be lifted by a distance x
//Consider first order system
//VR=2^2
//Consider second order system
VR=8
eta=0.78
MA=eta*VR
W=12000
P=W/6.24 //N
printf("Required pull P=%0.2f N",P)
|