ET_SimGenerateMode - General Information
Type: |
List type |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
The enumeration describes the methods for generating signals upon which the FB_InfeedSimulation POU generates products or targets.
Name |
Value |
Description |
---|---|---|
None |
0 |
No signals are generated. |
Equidistant |
1 |
Signals with the same distance of lrDistance are generated. |
EquidistantGroups |
2 |
Groups of signals are generated with udiSignalsInGroup signals per group at a distance of lrDistance. A distance of lrDistanceGroup is generated between the groups. |
Random |
3 |
Signals are generated with a random distance between lrMaxDistance and lrMinDistance. |
RandomGroups |
4 |
Groups of signals are generated with a random number of signals between udiMinSignalsInGroup and udiMaxSignalsInGroup per group with a random distance of between IrMinDistance and lrMaxDistance within a group. Between the groups, a random distance between lrMinDistanceGroup and lrMaxDistanceGroup is created. |
Pattern |
5 |
Signals are generated following a pattern specified in alrPattern. In alrPattern the distance to each subsequent signal is specified. If the distance to the next signal is negative or all signals of the ARRAY have been sent, the pattern starts from the beginning. |