Anzeige
Inhaltsverzeichnis
base_vars.js: system configuration
The file base_vars.js contains the system configuration. In each line the data of one inverter is collected. The number of inverters has to be reflected in all the data imported.
file format
inverterInfo[inverter Index]=new Array("inverter nickname","???",connected AC capacity,0,"inverter complete name",number of Strings,null,null,0,null,1,0,0,1000,null)
The inverter index starts with 0. The connected AC capacity is indicated with W. For the evaluation only the connected AC capacity is incorporated.
If there are no strings within the interval measured data the parameter „number of strings“ has to be put to 1.
example
For one inverter:
inverterInfo[0]=new Array("SMA SB 2100","???",4711,0,"SMA Sunny Boy 2100TL",1,null,null,0,null,1,0,0,1000,null)
For two inverters:
inverterInfo[0]=new Array("SMA SB 2100","???",4711,0,"SMA Sunny Boy 2100TL",1,null,null,0,null,1,0,0,1000,null)
inverterInfo[1]=new Array("SMA SB 2100","???",4711,0,"SMA Sunny Boy 2100TL",1,null,null,0,null,1,0,0,1000,null)
