SSC600 SW services and files - Arc protection - Bay control and measurement - Motor protection - Transformer protection - 2 winding - Busbar differential protection (low impedance) - Feeder protection - Voltage regulation - Busbar protection (voltage and frequency) - Capacitor bank protection - Interconnection protection - Power management/Load shedding - Back-up protection - Engineering Manual - SSC600 Smart substation control and protection - 1.5 - IEC - ANSI - 18.12.2024

SSC600 and SSC600 SW Engineering Manual

Extract the SSC600 SW package,

cd <path to SSC600 SW package>

cabextract <SSC600 SW package>

cd virtual_products/

and copy the services and scripts to their proper locations,

chmod +x *.sh

sudo cp *.sh /usr/sbin/

sudo cp *.service /etc/systemd/system

and update the systemd services

sudo systemctl daemon-reload

When starting up the VM, the emulator sets up tasks for the virtual networking layer. These tasks need to be run with real-time scheduler in order to avoid unwanted latencies in the Ethernet frames. This is handled by the provided script qemu.hook (../template/kvm/qemu.hook). This file should be copied to the libvirt hook folder and renamed to qemu. Default location for the hook scripts is /etc/libvirt/hooks/. Make sure that the file has the correct ownership and that it is executable.

sudo mkdir /etc/libvirt/hooks/qemu

chmod +x qemu.hook

sudo cp qemu.hook /etc/libvirt/hooks/qemu

Extract the SSC600 SW disk image and copy it to the libvirt storage location, default is /var/lib/libvirt/images

gunzip ssc600_disk.img.gz

sudo cp ssc600_disk.img

/var/lib/libvirt/images/ssc600_disk.img