ChargeLink Native
Developed byDEVlink

Protocol Operations

This section contains operator runbooks for every charging protocol family exposed by the installed ChargeLink Native application. Start here instead of the low-level CLI reference.

ProtocolCharging modeTransportRecommended starting profileRunbook
ISO 15118-20AC, DC, BPTIPv6, SDP, TCP, optional TLSiso15118_20_dcISO 15118-20
ISO 15118-2AC and DCIPv6, SDP, TCP, optional TLSiso15118_2_dc_evse_referenceISO 15118-2
DIN 70121DCIPv6, SDP, TCPdin70121_dc_evse_referenceDIN 70121
CHAdeMODCCANadapter-dependentCHAdeMO
MCS, NACS/J3400, ChaoJi/GB/Tprotocol-dependentIPv6 HLC or CANpackage-dependentAdditional protocol stacks

Common operating pattern

  1. Open PowerShell as Administrator.
  2. Set the installed binary and a writable evidence directory.
  3. Verify the license and discover profiles.
  4. Run a dry-run or preflight.
  5. Start the EVSE or EVCC role.
  6. Observe status and collect artifacts.
  7. Stop the runtime cleanly.

$CL = "C:\Program Files\ChargeLink Native\chargelink.exe"
$DATA = "C:\ProgramData\ChargeLink"
New-Item -ItemType Directory -Force "$DATA\runs" | Out-Null
& $CL license status --json
& $CL profile list --json
The profile determines protocol, role, connector family and behavior. Network addresses, interface indexes, certificate paths and CAN channels are deployment settings and must be supplied for the current bench.