You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

This import is available in DELFT-FEWS versions after 06-12-2007

Imports time series data in csv format from the Woodleigth System Control Centre in Singpore.

Configuring the Import

The reader is named WSCCCsv which should be configured in the general section of the import:

As the file format does not include geographical datum information you must configure the geoDatum field in the general section

The file format

Date Time TN-1 QF-1 TN-2 QF-2 TN-3 QF-3 TN-N QF-N
DataType date time float Char(1) float Char(1) float Char(1) float Char(1)
DataFormat ddmmyyyy hh:mm xxxx.xxxxxx xxxx.xxxxxx xxxx.xxxxxx xxxx.xxxxxx

NOTE :
+ All the columns in text file will be separated by comma(,) character

+ Value of all the Columns contains the Rain Fall value for that particular time interval.
This rain fall value is derive from current (raw accumulated pulse) value - previous (raw accumulated pulse) value,
in other words the rain fall (in mm) within that time interval (i.e. 10 mins).

+ Definition of the Data quality flags(QF) as listed below;

F

Telemetry Failed

N

Telemetry Normal

M

ManuallySet ( value set by the opeartor)

B

Blocked ( alarm disabled by the operator )

C

Calculation Failure

+ Name of the text file will be 'yyyymmddhhmm_PARAMETER'

Eg. 200703121500_RF

+ TN stands for TagName (parameter name) which defined in the SCADA System. Also user can customise the TN which may different from the SCADA System

  • No labels