Changes for page LSS-P - Mechanical
Last modified by Eric Nantel on 2024/07/03 09:43
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,62 +1,58 @@ 1 -{{warningBox warningText="More information coming soon"/}} 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 -(% class="wikigeneratedid" id="HTableofContents" %) 12 -**Page Contents** 13 - 14 -{{toc depth="3"/}} 15 - 16 - 17 -|(% style="width:20%" %)[[image:LSS-P-S1-Mountings.png]]|(% style="width:20%" %)[[image:LSS-P-S1-Mountings.png]]|(% style="width:20%" %)[[image:LSS-P-S1-Mountings.png]]| 18 -|((( 19 -**LSS-P-L1 ** 20 - 21 -**Six equally space M4 threaded holes on a 23mm diameter circle with a depth of 5mm** 22 - 23 - **Lite gearbox specs ** 24 - 25 -* **Nominal rotational torque: 31 Nm (3.2 Kg-cm)** 26 -* **Allowable peak torque (start / stop): 51 Nm (5.2 Kg-cm)** 27 -* **Max Instantaneous Torque: 70Nm** 28 -* **Basic static rated load: 6070 Nm** 29 -* **Permissible moment load: 41 Nm** 30 -* **Teeth gap: 10 arcsec** 31 -* **Grease: wave gear specific** 32 -)))|((( 33 -**LSS-P-L1 ** 34 - 35 -**Six equally space M4 threaded holes on a 23mm diameter circle with a depth of 5mm** 36 - 37 - **Lite gearbox specs ** 38 - 39 -* **Nominal rotational torque: 31 Nm (3.2 Kg-cm)** 40 -* **Allowable peak torque (start / stop): 51 Nm (5.2 Kg-cm)** 41 -* **Max Instantaneous Torque: 70Nm** 42 -* **Basic static rated load: 6070 Nm** 43 -* **Permissible moment load: 41 Nm** 44 -* **Teeth gap: 10 arcsec** 45 -* **Grease: wave gear specific** 46 -)))|((( 47 -**LSS-P-L1 ** 48 - 49 -**Six equally space M4 threaded holes on a 23mm diameter circle with a depth of 5mm** 50 - 51 - **Lite gearbox specs ** 52 - 53 -* **Nominal rotational torque: 31 Nm (3.2 Kg-cm)** 54 -* **Allowable peak torque (start / stop): 51 Nm (5.2 Kg-cm)** 55 -* **Max Instantaneous Torque: 70Nm** 56 -* **Basic static rated load: 6070 Nm** 57 -* **Permissible moment load: 41 Nm** 58 -* **Teeth gap: 10 arcsec** 59 -* **Grease: wave gear specific** 60 -))) 61 - 62 - 1 +{{html}} 2 +<!DOCTYPE html> 3 +<html> 4 +<head> 5 + <style> 6 + table { 7 + width: 100%; 8 + border-collapse: collapse; 9 + } 10 + 11 + th, td { 12 + padding: 8px; 13 + text-align: left; 14 + border-bottom: 1px solid #ddd; 15 + } 16 + 17 + /* Media query for mobile devices */ 18 + @media only screen and (max-width: 600px) { 19 + /* Stack the table columns vertically */ 20 + td { 21 + display: block; 22 + } 23 + 24 + /* Add spacing between stacked columns */ 25 + td:not(:first-child) { 26 + margin-top: 10px; 27 + } 28 + 29 + /* Hide table headers (th) */ 30 + th { 31 + display: none; 32 + } 33 + } 34 + </style> 35 +</head> 36 +<body> 37 + <table> 38 + <thead> 39 + <tr> 40 + <th>Column 1</th> 41 + <th>Column 2</th> 42 + </tr> 43 + </thead> 44 + <tbody> 45 + <tr> 46 + <td>Data 1</td> 47 + <td>Data 2</td> 48 + </tr> 49 + <tr> 50 + <td>Data 3</td> 51 + <td>Data 4</td> 52 + </tr> 53 + <!-- Add more rows as needed --> 54 + </tbody> 55 + </table> 56 +</body> 57 +</html> 58 +{{/html}}