Installation Code Programming#

Note: This is not necessary for devices that only form SE networks (like an Energy Services Interface (ESI), which is typically the Trust Center for the network) rather than join them.

  1. Change to the directory where the certificate text file is stored.

  2. Determine the serial number or IP address of the target node’s WSTK main board. This is visible from on the device’s LCD display or can be determined by using the following command and selecting the node of interest from the pop-up window:

    commander adapter probe
  3. Run either of the following commands to apply the installation cod (shown for Serial Number 440056147 and IP address 192.168.0.1 and certificate filename cert_001.txt):

    commander flash –-tokengroup znet –-tokenfile inst_001.txt -–serialno 440056147
    commander flash –-tokengroup znet –-tokenfile inst_001.txt –-ip 192.168.0.1
  4. Run either of the following commands to verify the installation code:

    commander tokendump –-tokengroup znet -–serialno 440056147
    commander tokendump –-tokengroup znet –-ip 192.168.0.1