Animation


Dynamic for animation subgraphs, i.e. subgraphs with several pages. The object is connected
to a digital signal that activates the animation.

The animation sequence is determined by Sequence, that can have the value Cyclic, ForwBack
or Dig.

Cyclic

Alter between resting and cyclic animation. The animation is done from page 2 to the last
page, and continues on page 2 to the last page etc.

If the signal value is 0 the object is drawn with the first page, if the value is 1 the cyclic
animation starts between the second and the last page. At animation the pages from second to
the last page are run through, and after that you jump to the second page again, animating to
the last page etc.

ForwBack

Shift between resting and cyclic animation. The animation runs forward and back between the
first and the last page. If the signal value is 0 the object is drawn with th first page, if
the value is 1, the cyclic animation starts forward and back between the first and the last
page.

Dig

Shift between two resting positions. When the signal value is changed, an animation between
the resting positions is performed.

If the signal value is 0, the object is drawn with the first page, if the value is 1, it is
draw with the last page. When the values changes from 0 to 1 the animation is run from the
first page to the last page. When the value changes from 1 to 0, the animation is run from
the last page to the first page.

Attribute                               Description
Animation.Attribute                       Signal in the database of type Boolean that activates
                      the animation.
Animation.Sequence                       Animation sequence. Can be Cyclic, ForwBack
                      or Dig.