Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

As the name suggests this validation rule provides the facility to check the rate of continuous change (rise/fall) within a specified time period or span. The configuration part is almost similar to that of Rate of Change with one exception i.e. giving a timespan as shown below.

noformat
Code Block
xml
xml
	<validationRuleSet validationRuleSetId="validationROCTimeSpantest1896" timeZone="GMT">
		<rateOfChangeTimeSpan>		
			<rateofRiseFallDifferent>
				<rateOfRise constantLimit="1.6667E-05"/>
				<rateOfFall constantLimit="-1.6667E-05"/>
			</rateofRiseFallDifferent>
			<timeSpan unit="minute" multiplier="60"/>
		</rateOfChangeTimeSpan>
		<timeSeriesSet>
			<moduleInstanceId>Validation-import</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>Q.m</parameterId>
			<locationSetId>Meteo Stations</locationSetId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="hour"/>
			<readWriteMode>add originals</readWriteMode>
		</timeSeriesSet>
	</validationRuleSet>

Example

For this example, we take the rate of change (rise or fall of 0.1/hr) and timespan of 4 hr.

...