diff options
Diffstat (limited to '764/CH14/EX14.1.a')
-rwxr-xr-x | 764/CH14/EX14.1.a/data14_1.sci | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/764/CH14/EX14.1.a/data14_1.sci b/764/CH14/EX14.1.a/data14_1.sci new file mode 100755 index 000000000..2e1a0cc23 --- /dev/null +++ b/764/CH14/EX14.1.a/data14_1.sci @@ -0,0 +1,14 @@ +
+//(Chain Drives) Example 14.1
+//Number of teeth on the driving sprocket z1
+z1 = 17
+//Speed of the driving sprocket n1 (rpm)
+n1 = 1000
+//Change the following data according to ISO chain number from table 14.1 on page 547
+//For single stranded Chain-12A
+//pitch p (mm)
+p = 19.05
+//breaking load Pmax (N)
+Pmax = 31100
+//Refer table 14.2 on page 550 for power rating kW at given rpm
+kW = 14.32
|