aboutsummaryrefslogtreecommitdiff
path: root/tables/chassis-grounding.typ
blob: 5a85835d99dec78fed5e27b19c6ce0da9db45132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 2,
    table.header([Parameter], [Requirement]),
    [Chassis earth bonding], [All panels bonded to single earth point],
    [Earth impedance], [$gt qty(0.1, "ohm")$ between any two chassis points],
    [Safety earth], [Connected to mains earth via IEC inlet],
    [Module earth path], [Via DB-25 shell and pin 25],
  ),
  caption: [Chassis grounding requirements],
) <table-chassis-grounding>