Jump to content

AnimationRing QControl

From LabVIEW Wiki
Revision as of 17:16, 12 April 2020 by Logmanoriginal (talk | contribs) (Remove OOP category (already on Object-Oriented Programming category))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AnimationRing QControl shown in using VI

The AnimationRing is a QControl that inherits from and extends the Ring control, specifically a Picture Ring.  It cycles the value of the ring which contains a frame of the animation.  The frame rate is settable by property.

It requires the QControl Toolkit to run which can be downloaded from the LabVIEW Tools Network here:

The QControl Toolkit on the LabVIEW Tools Network

LabVIEW Version

This code is currently published in LabVIEW 2015.

Source Code

The source for the AnimationRing QControl can be found here:

QSI Shared QControls on GitLab

Build Instructions

The AnimationRing.lvclass and all its members can be distributed as a Class Library and built into the using application.

Installation Guide

The AnimationRing.lvclass and all its members can be distributed as a Class Library and built into the using application.

Execution

See documentation distributed with the QControl Toolkit.

Support

Submit Issues or Merge Requests through GitLab.