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,68 +1,58 @@ 1 -{{warningBox warningText="More information coming soon"/}} 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -(% class="wikigeneratedid" id="HTableofContents" %) 10 -**Page Contents** 11 - 12 -{{toc depth="3"/}} 13 - 14 -|(% colspan="2" %)((( 15 -= Mounting Points = 16 -))) 17 -|(% style="width:350px" %) 18 -|(% rowspan="2" style="width:350px" %)[[image:LSS-P-S1-Mountings.png]] 19 -|((( 20 -Six equally space M4 threaded holes on a 23mm diameter circle with a depth of 5mm 21 - 22 -Lite gearbox specs 23 - 24 -* Nominal rotational torque: 31 Nm (3.2 Kg-cm) 25 -* Allowable peak torque (start / stop): 51 Nm (5.2 Kg-cm) 26 -* Max Instantaneous Torque: 70Nm 27 -* Basic static rated load: 6070 Nm 28 -* Permissible moment load: 41 Nm 29 -* Teeth gap: 10 arcsec 30 -* Grease: wave gear specific 31 -))) 32 -|(% rowspan="2" style="width:350px" %)[[image:LSS-P-S1-Mountings.png]] 33 -| 34 -|(% rowspan="2" style="width:350px" %)[[image:LSS-P-S1-Mountings.png]] 35 -| 36 -|(% colspan="2" style="width:350px" %)((( 37 -== Case == 38 -))) 39 -|(% style="width:350px" %)[[image:LSS-P-S1-Case.png]]|((( 40 -Loren Ipsum 41 -))) 42 -|(% colspan="2" style="width:350px" %)((( 43 -== RGB LED == 44 -))) 45 -|(% style="text-align:center; width:350px" %) |((( 46 -Loren Ipsum 47 -))) 48 -|(% colspan="2" style="width:350px" %)((( 49 -== Connector == 50 -))) 51 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 52 -|(% colspan="2" style="width:350px" %)((( 53 -== Button == 54 -))) 55 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 56 -|(% colspan="2" style="width:350px" %)((( 57 -== Gearing == 58 -))) 59 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 60 -|(% colspan="2" style="width:350px" %)((( 61 -== Stepper Motor == 62 -))) 63 -|(% style="text-align:center; width:350px" %) |Loren Ipsum 64 - 65 -= Dimensions = 66 - 67 -(% style="width:700px" %) 68 -|(% style="width:350px" %) | 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}}