ChargeLink Documentation Logo

Overview

  • What ChargeLink is
  • Simulator roles: EVSE, EVCC, and bench-linked execution
  • Standards, protocols, and conformance position
  • Product status and claim boundaries

Getting started

  • Installation and workstation preparation
  • Quickstart: first EVSE session, first campaign, first report

Guides

  • Guide: EVSE operations
  • Guide: EVCC operations and backend orchestration
  • Guide: scenarios, campaigns, packages, qualification, and suites
  • Guide: trace, replay, diagnostics, reporting, and artifacts
  • Guide: MCS, HIL, and bench proof
  • Guide: UI and API surfaces

Reference

  • Data and artifacts reference
  • Profile catalog
  • Hardware profile reference
  • Package and suite catalog
  • API reference overview
  • chargelink-monitor
  • CLI reference
    • chargelink evse
    • chargelink evcc
    • chargelink hil
    • chargelink scenario
    • chargelink campaign
    • chargelink qualification
    • chargelink suite
    • chargelink report
    • chargelink trace
    • chargelink replay
    • chargelink lab
      • Reference syntax
      • Subcommands
      • check
        • CLI help
        • Production examples
      • topology
        • CLI help
        • Production examples
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
    • chargelink step
    • chargelink profile
    • chargelink template
    • chargelink library
    • chargelink batch
    • chargelink campaign-stress
    • chargelink service
    • chargelink requirements
    • chargelink backend
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
    • chargelink fault
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink lab
  • View page source

chargelink lab

Perform lab preflight checks and document a network or HIL topology.

Reference syntax

usage: chargelink lab [-h] {check,topology} ...

positional arguments:
  {check,topology}

options:
  -h, --help        show this help message and exit

Subcommands

Subcommand

Purpose

check

Run a quick workstation or lab readiness check.

topology

Document a lab topology, including vehicle, HIL, addressing, and transport details.

check

Run a quick workstation or lab readiness check.

CLI help

usage: chargelink lab check [-h] [--real-ads] [--ams-net-id AMS_NET_ID]
                            [--ip-address IP_ADDRESS]

options:
  -h, --help            show this help message and exit
  --real-ads
  --ams-net-id AMS_NET_ID
  --ip-address IP_ADDRESS

Production examples

Run a basic lab check.

chargelink lab check

Run a ports-focused lab check.

chargelink ports check 15118 55000

topology

Document a lab topology, including vehicle, HIL, addressing, and transport details.

CLI help

usage: chargelink lab topology [-h] [--vehicle VEHICLE] [--hil HIL]
                               [--host HOST] [--interface INTERFACE]
                               [--interface-index INTERFACE_INDEX]
                               [--advertise-ipv6 ADVERTISE_IPV6]
                               [--tcp-port TCP_PORT] [--udp-port UDP_PORT]

options:
  -h, --help            show this help message and exit
  --vehicle VEHICLE
  --hil HIL
  --host HOST
  --interface INTERFACE
  --interface-index INTERFACE_INDEX
  --advertise-ipv6 ADVERTISE_IPV6
  --tcp-port TCP_PORT
  --udp-port UDP_PORT

Production examples

Document a CCS lab topology.

chargelink lab topology --vehicle 'Josev EVCC' --hil 'EL6761 bench' --host 'fe80::640b:3f3d:c4fe:3d9f%19' --interface-index 19 --advertise-ipv6 'fe80::640b:3f3d:c4fe:3d9f%19' --tcp-port 55000 --udp-port 15118

Document an MCS lab topology.

chargelink lab topology --vehicle 'MCS EVCC' --hil 'PXI VeriStand bench' --host 'fe80::640b:3f3d:c4fe:3d9f%19' --interface-index 19 --advertise-ipv6 'fe80::640b:3f3d:c4fe:3d9f%19' --tcp-port 55000 --udp-port 15118
Previous Next

© Copyright 2026, devLink AB.

Built with Sphinx using a theme provided by Read the Docs.