Bug 432792 - init method result should be used as initial value in ScriptdataSource
Summary: init method result should be used as initial value in ScriptdataSource
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Scada (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Jürgen Rose CLA
QA Contact:
URL:
Whiteboard:
Keywords: greatfix, noteworthy
Depends on:
Blocks:
 
Reported: 2014-04-15 04:52 EDT by Jürgen Rose CLA
Modified: 2021-03-04 17:25 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jürgen Rose CLA 2014-04-15 04:52:26 EDT
init method result should be used as initial value in ScriptDataSource.

If the script is based on a timer, and the timeframe is really long it that time also for realizing the first value. If the result of the init method would be used for this initial value, it would solve this.
Comment 1 Jens Reimann CLA 2016-01-21 06:56:35 EST
Added an option to start the timer directly (default) and use the init value (non-default).