Sample File

;Sample ASCII File Specification

FILE=BIGGER;This is the file header

 

UNIT=KW ;This is the units

 

BEGIN MOTORS;Beginning of motor section

M-1,SPEC,500,,-0.9,0.9,1.00,I,100 ;SPEC is read first and is the default

M-1,SCADA,423,-334,kji

M-14,SPEC,,,,,,,;These fields are allowed to be blank

M-14,SCADA,,,

END MOTORS ;End of motor section

 

UNIT=MW;Change the units

 

BEGIN LOAD1;Beginning of LOAD1 section

L-10,SCADA,0,0,0.5,0.2,0,0;SCADA is read first and is the default

L-10,SPEC,0,0,100,0.5,0.2,100,0,0,100

L-11,SCADA,,,,,,;These fields are allowed to be blank

L-11,SPEC,,,,,,,,,

END LOAD1;End of LOAD1 section

 

BEGIN LOAD2;Beginning of LOAD2 section

L-1,SPEC,20,10,50,25,25,;The last field can be left blank

L-1,SCADA,20,10,100,0,0,75

END LOAD2;End of LOAD2 section

 

BEGIN LOAD3;Beginning of LOAD3 section

inverter,SCADA,.5,.9,100;ID Names can be written in lower case

RECTIFIER,SPEC,.3,,;These fields are allowed to be blank

END LOAD3;End of LOAD3 section

 

BEGIN GENERATORS;Beginning of generator section

GEN-3,26.5,18,12,PV

GEN-4,,,,;These fields are allowed to be blank

END GENERATORS;End of generator section

 

BEGIN UTILITIES;Beginning of utility section

UTIL-1,0,0,115,Swing;Blank fields are same as for generator

END UTILITIES;End of utility section

More Information