SINE-WAVE Data Driver
Information
The values returned from this driver ramp slowly between 0 and 100 according to a sine-wave.
Note that each channel is slightly out-of-phase with the channel next to it, to ensure that you see cascades of values rather than having every property in the scene with the same value at the same time.
Driver Info | Detail |
---|---|
Driver Type: | Live and History |
Platforms: | All |
Settings
This driver does not require any settings.
Installation
Windows:
Available on the ARDI Downloads site for Windows servers.
Linux:
sudo apt-get install ardi-sin
Usage Notes
If you are using this driver to simulate data for enumeration or digital values, use transforms to correct the values.
For example, a digital point may use the BPOINT|>|50 transform to be '1' when greater than 50, and '0' when less than 50.
An enumeration between 0 and 10 may use something like the transform SCALE|0|100|0|11^ROUND|0 (scale to the range and round-off to zero decimal places).