FCS
FCS imports and exports CRF files. These files can be consumed by IEE, MV-90, and Itron Analytics. In generating the CRF files, FCS first calculates the TimespanInMinutes using the Start and End time (converted to UTC) as shown in the following formulas.
-
TimespanInMinutes = End Time (converted to UTC) - Start Time (converted to UTC)
Then, using the IntervalLength, the number of readings is calculated as shown in the following formula.
-
NumberOfReadings = TimespanInMinutes / IntervalLength
FCS then creates a CRF file for the specified Start and End time with the number of intervals as calculated above.