Add and configure a number generator
- Last UpdatedApr 07, 2025
- 2 minute read
A Number generator generates a random unique value at specified time intervals. You can use these artificially generated number streams to simulate values.

The number generator generates numerical values according to a mathematical formula and then captures the value periodically at the defined time interval. You can specify the upper and lower limits of the valid number range.
-
Cosine
-
Random
-
SawTooth
-
Sine
-
Square

To add a number generator
You can add a number generator at the project root level or at any location in the project hierarchy.
-
In Studio, right-click an Applications folder, point to Add Items, then point to Utility, then click Number Generator. A new Number generator appears.

-
Rename the number generator with a meaningful name.
-
Configure the properties. For guidance in configuring the properties, see Number generator properties.