Project SCL as XMLDocument
SampledValueControl (SMV) or GSEControl (GSE)
A function generating increasing unused MAC-Address within doc
on subsequent invocations
const macGenerator = macAddressGenerator(doc,"GSE");
const mac1 = macGenerator(); //01-0C-CD-01-00-09
const mac2 = macGenerator(); //01-0C-CD-01-00-0A
Generated using TypeDoc
Generator function returning
MAC-Addresswithindoc. Defined once it can generate uniqueMAC-addresswithout the need to update thedocin-between: