|
Name |
|
|
Comment |
See documentation on MF_ReadingByHourSnapshot in the StarsEnergy package. |
|
Dimensional Type |
Fact |
|
select |
|
Name |
Parent Table/View |
|
ViewReference_191 |
|
|
ViewReference_192 |
|
|
ViewReference_193 |
|
|
ViewReference_194 |
|
|
ViewReference_195 |
|
|
ViewReference_196 |
|
|
ViewReference_197 |
|
|
ViewReference_198 |
|
|
ViewReference_199 |
|
|
ViewReference_200 |
|
Name |
|
Grant |
User |
|
SELECT,VIEW DEFINITION |
EnergyReader |
|
Name |
Data Type |
Comment |
Length |
|
MD_Point_SurrogateKey |
numeric |
|
|
|
MD_Date_DateInteger |
int |
Integer representation of the date (e.g., 20070101 for 1 Jan 2007). Defaults to 99991231, for situations where a date is required but none is available. |
|
|
MD_Time_TimeInteger |
int |
Integer representing the time of day in the format HHMMSS (e.g., 23:01:01 at one minute one second after eleven o'clock in the evening). Not typically used for reporting. |
|
|
MD_Unit_SurrogateKey |
numeric |
|
|
|
MD_ThingM_SurrogateKey |
numeric |
|
|
|
MD_Source_SurrogateKey |
numeric |
|
|
|
MD_Vend_SurrogateKey |
numeric |
Foreign key linking to a row in MD_Vendor, providing information on the vendor whose device was used to take a given measurement. |
|
|
MD_Room_SurrogateKey |
numeric |
|
|
|
MD_Building_SurrogateKey |
numeric |
|
|
|
MD_MQual_SurrogateKey |
numeric |
Many systems associate quality ratings with measurements, and this foreign key allows that relationship to be implemented here. Supported qualities include: Good, Bad, Uncertain. |
|
|
MF_ReadHourSnap_AvgValue |
double precision |
This is the basic 'value' field for MF_ReadingsByHourSnapshot. |
|
|
MF_ReadHourSnap_MaxValue |
double precision |
If a measurement gets taken over a period of time, the measurement device may (in addition to an average or cumulative value) provide a max/min value. The max is provided here, if available. If it is not available, then this value defaults to MD_ReadHourSnap_AvgValue. |
|
|
MF_ReadHourSnap_MinValue |
double precision |
If a measurement gets taken over a period of time, the measurement device may (in addition to an average or cumulative value) provide a max/min value. The min is provided here, if available. If it is not available, then this value defaults to MD_ReadHourSnap_AvgValue. |
|
|
VMF_READHOURSNAP_AVGVALUEINBTUS |
|
This value is typically not useful here, since averages of energy values typically are not useful. We average, instead, power values, such as kilowatts, volts, etc. Power values cannot be converted to BTUs, which are measures of work or energy (power over time periods). |
|
|
|
|