Skip to content

Commit 07ab931

Browse files
authored
Added additional safety details as requested by external review for IEC 61010-1 (#407)
* Clarified intended use per safety review feedback * Specified torque when reinstalling the tray * Improved alignment between A300 and AMP maintenance sections; further alignment is still possible * Clarified charger details per safety review feedback * Aligned common replacement items and added maintenance procedures for fuses * Added post-maintenance checks * Add board mount fuses * Minor corrections based on feedback from JB * Updated terminal speeds to be aligned with risk assessment and test data * Updates based on review feedback
1 parent 22b88e6 commit 07ab931

17 files changed

+239
-327
lines changed

components/husky_a300/husky_a300_air_filter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Air Filter
1+
### Air Filter {#air-filter-maintenance}
22

33
Husky includes four 80 X 80 mm fans to cool the internal electronics.
44
The air passes through the Husky's _Front Grille_, then through the _Air Filter_, before reaching the fans.

components/husky_a300/husky_a300_batteries.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ We will configure the battery software addresses and CAN address before shipping
113113
/>
114114
</figure>
115115
</center>
116-
6. reinstall the fuse holders's covers.
116+
6. Reinstall the fuse holders's covers.
117117
<center>
118118
<figure>
119119
<img
@@ -202,4 +202,10 @@ We will configure the battery software addresses and CAN address before shipping
202202

203203
:::
204204

205+
:::note When Replacing A Battery
206+
207+
When replacing a battery, only use CPR item 025047 (Inventus S-24V20-U1 battery).
208+
209+
:::
210+
205211
</details>

components/husky_a300/husky_a300_common_replacement_items.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
import ComponentBillOfMaterialsNote from "/components/maintenance/bill_of_materials_note.mdx";
22

3-
### Common Replacement Items
3+
### Common Replacement Items {#common-replacement-items}
44

55
<ComponentBillOfMaterialsNote />
66

7-
| Description | What Subsystem Is This Used In? | CPR Item | Manufacturer | Manufacturer Item |
8-
| :---------------- | :-------------------------------------------------------------------------------------------------- | :------: | :----------------- | :---------------- |
9-
| Fuse, 10 A | _System Interface Assembly_,<br/>and _System Interface Assembly's_ Standby Power Cable | 018897 | Littelfuse | 0297010.WXNV |
10-
| Fuse, 20 A | _System Interface Assembly_ | 032295 | Littelfuse | 0297020.U |
11-
| Fuse, 40 A | _Power Distribution's_ Large VBAT Contactors | 023567 | Littelfuse | 142.5631.5402 |
12-
| Fuse, 50 A | _Power Distribution's_ Manual Charger | 029139 | Littelfuse | 142.5631.5502 |
13-
| Fuse, 60 A | _Batteries_,<br/>_Power Distribution's_ Mobility Contactors,<br/>_Power Distribution's_ Shunt Brake | 029140 | Littelfuse | 142.5631.5602 |
14-
| Fuse, 150 A | _Batteries_ | 029145 | Littelfuse | 142.5631.6152 |
15-
| Air Filter | _Fans_ | 032403 | Clearpath Robotics | - |
16-
| Tire | _Mobility_ | 000269 | Carlisle | 5100201 |
17-
| Tire's Inner Tube | _Mobility_ | 000435 | Carlisle | 323790 |
7+
| Description | What Subsystem Is This Used In? | CPR Item | Manufacturer | Manufacturer Item | Maintenance Procedure |
8+
| :---------------- | :-------------------------------------------------------------------------------------------------- | :------: | :----------------- | :---------------- | :---------------------------------------------------------- |
9+
| Fuse, 3A | _System Interface Assembly_ (F2, F3, F4, F5, F8) | - | Littelfuse | 0453003.MR | [Replacing board mount fuses](#replacing-fuses-board-mount) |
10+
| Fuse, 5A | _System Interface Assembly_ (F6, F10) | - | Littelfuse | 0454005.MR | [Replacing board mount fuses](#replacing-fuses-board-mount) |
11+
| Fuse, 8A | _System Interface Assembly_ (F7, F9) | - | Littelfuse | 0453008.MR | [Replacing board mount fuses](#replacing-fuses-board-mount) |
12+
| Fuse, 10 A | _System Interface Assembly_ (F52, F53, F54, F55, F56, F57, F58) | - | Littelfuse | 0297010.WXT | [Replacing blade mini fuses](#replacing-fuses-blade-mini) |
13+
| Fuse, 10 A | _System Interface Assembly_,<br/>and _System Interface Assembly's_ Standby Power Cable | 018897 | Littelfuse | 0297010.WXNV | [Replacing blade mini fuses](#replacing-fuses-blade-mini) |
14+
| Fuse, 20 A | _System Interface Assembly_ | 032295 | Littelfuse | 0297020.U | [Replacing blade mini fuses](#replacing-fuses-blade-mini) |
15+
| Fuse, 40 A | _Power Distribution's_ Large VBAT Contactors | 023567 | Littelfuse | 142.5631.5402 | [Replacing BF1 fuses](#replacing-fuses-bf1) |
16+
| Fuse, 50 A | _Power Distribution's_ Manual Charger | 029139 | Littelfuse | 142.5631.5502 | [Replacing BF1 fuses](#replacing-fuses-bf1) |
17+
| Fuse, 60 A | _Batteries_,<br/>_Power Distribution's_ Mobility Contactors,<br/>_Power Distribution's_ Shunt Brake | 029140 | Littelfuse | 142.5631.5602 | [Replacing BF1 fuses](#replacing-fuses-bf1) |
18+
| Fuse, 150 A | _Batteries_ | 029145 | Littelfuse | 142.5631.6152 | [Replacing BF1 fuses](#replacing-fuses-bf1) |
19+
| Air Filter | _Fans_ | 032403 | Clearpath Robotics | - | [Air Filter Maintenance](#air-filter-maintenance) |
20+
| Tire | _Mobility_ | 000269 | Carlisle | 5100201 | [Tire Maintenance](#tire-maintenance) |
21+
| Tire's Inner Tube | _Mobility_ | 000435 | Carlisle | 323790 | [Tire Maintenance](#tire-maintenance) |
1822

1923
### Critical Items
2024

components/husky_a300/husky_a300_emergency_stop_distance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:::note
44

5-
We suggest a daily Pre-Operation Ispection that all the Emergency Stop buttons are funtioning.
5+
We suggest a daily Pre-Operation Inspection that all the Emergency Stop buttons are functioning.
66
The Braking Inspection detailed here is to confirm that the stopping distance is within the expected range.
77
We suggest you perform this inspection at least once per year, to confirm that the electrical braking systems components and connections have not worn to an unacceptable level.
88

components/husky_a300/husky_a300_intended_use.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Husky A300 is intended for use in:
1010
- Environment temperatures between -20°C and +40°C.
1111
- Environments free of open water or other liquids deeper than 130 mm.
1212
- Environments free of grades greater than 15°.
13+
- Environments with pollution degree 1, 2, or 3 _(per IEC 61010-1)_.
14+
- Environments at altitudes less than 2000 m.
1315

1416
The system is intended to be operated by trained personnel familiar with mobile robotic technology.
1517
It is intended to be monitored constantly by those personnel during operation.

components/husky_a300/husky_a300_lockout_tagout.mdx

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
### Lockout Tagout
1+
import Admonition from "@theme/Admonition";
2+
3+
### Lockout Tagout {#lockout-tagout}
24

35
<center>
46
<figure>
@@ -37,3 +39,37 @@ We cannot completely discharge these batteries without damaging them, but we can
3739
:::
3840

3941
</details>
42+
43+
<Admonition type="danger" title="Safe Maintenance Practices">
44+
Follow the guidance below while performing maintenance to ensure that the system is
45+
in a safe state following any maintenance work on the robot.
46+
47+
1. Clean up all tools and ensure that no tools or installation materials have been left inside the robot.
48+
1. Ensure that all cables have been tightened to the specified torque values and that there are no loose or unconnected cables.
49+
1. Reinstall any fuse covers that were removed.
50+
1. Restore all terminal boots to their original position prior to maintenance.
51+
52+
Once all parts have been reinstalled and maintenance is completed, perform the following system checks:
53+
1. Power on the robot.
54+
1. Place the robot up on blocks and confirm that each source of an emergency stop can be used to trigger the emergency stop condition by:
55+
1. confirming that the joystick can be used to make the wheels spin
56+
1. engaging the stop condition
57+
1. confirming that the corner lights go into a flashing red light pattern
58+
1. confirming that the joystick can no longer make the wheels spin
59+
1. disengaging the stop condition
60+
1. pressing the restart button
61+
1. confirming that the corner lights return to the normal driving pattern
62+
1. confirming that the joystick can be used to make the wheels spin again.
63+
:::note
64+
Perform this check of emergency stop functionality individually for each of:
65+
1. _Front Emergency Stop Button_
66+
1. _Rear Emergency Stop Button_
67+
1. _Rear Charge Port Door_
68+
1. _Wireless Emergency Stop Button_ (if present)
69+
1. _Additional Emergency Stop Buttons_ (if present)
70+
:::
71+
1. Connect the manual charger and charge the robot for at least 5 minutes. Confirm that the state of charge is increasing
72+
and that there are no unexpected sounds or smells.
73+
1. With the robot in an open area at least 10 m in diameter and away from other people, connect the joystick and drive the
74+
robot for at least 30 seconds to confirm it is performing as expected.
75+
</Admonition>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Replacing BF1 Fuses {#replacing-fuses-bf1}
2+
3+
1. Perform the [Lockout-Tagout Procedure](#lockout-tagout).
4+
1. Locate the fuse to be replaced. Follow the maintenance procedures for the corresponding
5+
subassembly to access the fuse.
6+
:::safety-caution
7+
**Treat all circuits, cables, and fuses inside the robot as potentially live.** <br/><br/>
8+
Some connections inside the robot are live even after Lockout Tagout.
9+
Refer to the details of the subassembly maintenance procedures to
10+
determine if the fuse is connected to a live connection.
11+
:::
12+
1. Remove the fuse cover.
13+
1. Remove the nuts holding the fuse in place.
14+
1. Remove the fuse from the fuse holder.
15+
1. Install the replacement fuse into the fuse holder.
16+
:::note
17+
Ensure that you are replacing the fuse with the same part number and rating. Refer to
18+
[Common Replacement Items](#common-replacement-items) for a list of fuses.
19+
:::
20+
1. Reinstall both nuts onto the fuse holder and tighten to 3 N·m unless otherwise specified
21+
in the subassembly maintenance procedures.
22+
1. Reinstall the fuse cover.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Replacing Board Mount Fuses {#replacing-fuses-board-mount}
2+
3+
1. Perform the [Lockout-Tagout Procedure](#lockout-tagout).
4+
1. Locate the fuse to be replaced. Follow the maintenance procedures for the corresponding
5+
subassembly to access the fuse.
6+
:::safety-caution
7+
**Treat all circuits, cables, and fuses inside the robot as potentially live.** <br/><br/>
8+
Some connections inside the robot are live even after Lockout Tagout.
9+
Refer to the details of the subassembly maintenance procedures to
10+
determine if the fuse is connected to a live connection.
11+
:::
12+
1. Use tweezers to pull up on the old fuse to remove it from the fuse holder.
13+
1. Slide the replacement fuse into the fuse holder and push firmly until the fuse is installed fully.
14+
:::note
15+
Ensure that you are replacing the fuse with the same part number and rating. Refer to
16+
[Common Replacement Items](#common-replacement-items) for a list of fuses.
17+
:::
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Replacing Mini Blade Fuses {#replacing-fuses-blade-mini}
2+
3+
1. Perform the [Lockout-Tagout Procedure](#lockout-tagout).
4+
1. Locate the fuse to be replaced. Follow the maintenance procedures for the corresponding
5+
subassembly to access the fuse.
6+
:::safety-caution
7+
**Treat all circuits, cables, and fuses inside the robot as potentially live.** <br/><br/>
8+
Some connections inside the robot are live even after Lockout Tagout.
9+
Refer to the details of the subassembly maintenance procedures to
10+
determine if the fuse is connected to a live connection.
11+
:::
12+
1. Pull up on the old fuse to remove it from the fuse holder.
13+
1. Slide the replacement fuse into the fuse holder and push firmly until the fuse is installed fully.
14+
:::note
15+
Ensure that you are replacing the fuse with the same part number and rating. Refer to
16+
[Common Replacement Items](#common-replacement-items) for a list of fuses.
17+
:::
18+

components/husky_a300/husky_a300_technical_specifications.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@
270270
<td>Environment, Operating Temperature<sup>5</sup></td>
271271
<td colspan="3"><center>-20°C to +40°C <br/></center></td>
272272
</tr>
273+
<tr>
274+
<td>Environment, Charging Temperature</td>
275+
<td colspan="3"><center>0°C to +40°C <br/></center></td>
276+
</tr>
273277
<tr>
274278
<td>Environment, Operating Humidity</td>
275279
<td colspan="3"><center>0% to 85% relative humidity, non-condensing</center></td>

components/husky_a300/husky_a300_top_plate.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ To remove Husky's _Top Plate_:
2020
6. If applicable, remove any of your custom cables from the _Top Plate's_ connector openings.
2121
7. Lift the _Top Plate_ off of the robot.
2222

23+
:::note
24+
25+
When reinstalling the _Top Plate_:
26+
27+
* Torque the tray's 4 screws to 3 N·m.
28+
29+
:::
30+
2331
:::danger
2432

2533
Do not drag the _Top Plate_ on the robot, because it may damage the bulb seal around the Husky's chassis.

docs_robots/legacy/ros1_robots/outdoor_robots/husky/maintenance_husky.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import Support from "/components/support.mdx";
3535
| Connector, Mini-fit-jr | 022207 | Molex | 39-01-2065 | Digi-Key | WM23702-ND |
3636
| Contact Crimp, Mini-fit-jr | 022207 | Molex | 40-13-0852 | Digi-Key | WM24935-ND |
3737
| Fuse, 3 A | 020411 | Littelfuse | 0287003.PXCN | Digi-Key | F4193-ND |
38-
| Fuse, 5 A | 006745 | Littlefuse | 0287005.PXCN | Digi-Key | F4197-ND |
38+
| Fuse, 5 A | 006745 | Littelfuse | 0287005.PXCN | Digi-Key | F4197-ND |
3939
| Fuse, 7.5 A | 025899 | Littelfuse | 028707.5PXCN | Digi-Key | F4198-ND |
4040
| Fuse, 20 A | 025898 | Littelfuse | 0287020.PXCN | Digi-Key | F4201-ND |
4141
| Fuse, 30 A | 025896 | Littelfuse | 0299030.ZXNV | Digi-Key | F1036-ND |

docs_robots/outdoor_robots/husky/a200/maintenance_husky.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import Support from "/components/support.mdx";
3535
| Connector, Mini-fit-jr | 022207 | Molex | 39-01-2065 | Digi-Key | WM23702-ND |
3636
| Contact Crimp, Mini-fit-jr | 022207 | Molex | 40-13-0852 | Digi-Key | WM24935-ND |
3737
| Fuse, 3 A | 020411 | Littelfuse | 0287003.PXCN | Digi-Key | F4193-ND |
38-
| Fuse, 5 A | 006745 | Littlefuse | 0287005.PXCN | Digi-Key | F4197-ND |
38+
| Fuse, 5 A | 006745 | Littelfuse | 0287005.PXCN | Digi-Key | F4197-ND |
3939
| Fuse, 7.5 A | 025899 | Littelfuse | 028707.5PXCN | Digi-Key | F4198-ND |
4040
| Fuse, 20 A | 025898 | Littelfuse | 0287020.PXCN | Digi-Key | F4201-ND |
4141
| Fuse, 30 A | 025896 | Littelfuse | 0299030.ZXNV | Digi-Key | F1036-ND |

0 commit comments

Comments
 (0)