Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is an extension to of the event. In some tasks, there may be many events which that are set in order, e.g. in a 10-day weather forecast, an event might be set every six hours, more than 40 events. These events are set in increasing order. By creating a meter that can have values, in this case from 0 to 240, will help to have more valid information on the display.
In a suite definition file, one would have{

Code Block
task forecast
 meter step 0 240 240

...