The Simulation Collector
Simulation Data Collector
The Simulation Collector generates random numbers and string patterns for demonstration purposes. It contains a user-defined number of tags. You can configure the number of tags in the Collector Maintenance page of Historian Administrator or during installation.
The Simulation Collector generates random scaled values between 0 and 32,767. It uses the Engineering Units Hi
and Lo
values configured for each tag to scale the 0 to 32,767 pre-set values into appropriate engineering units. The default is 0 to 200,000.
CollectorName.Simulation.StringXXXX
naming convention to the Simulation Collector.Summary of Simulation Collector Features
Feature | Capability |
---|---|
Browse Source For Tags | Yes |
Browse Source For Tag Attributes | Yes |
Polled Collection | Yes |
Minimum Poll Interval | 100 ms |
Unsolicited Collection | No |
Timestamp Resolution | 1 ms |
Accept Device Timestamps | No |
Floating Point Data | Yes |
Integer Data | Yes |
String Data | Yes |
Binary Data | No |
Python Expression Tags | Yes |
The Configuration Section for the Simulation Collector
About this task
Procedure
Tag Attributes Available for Browsing
Attribute | Capability |
---|---|
Tagname | Yes |
Source Address | No (N/A) |
Engineering Unit Description | No |
Data Type | Yes |
Hi Engineering Units | Yes |
Lo Engineering Units | Yes |
Hi Scale | Yes |
Lo Scale | Yes |
Non-random Simulation Tags
Tags | Description |
---|---|
Constant | Maintains a constant value. |
Constant_1%Noise | Same as Constant, but produces 1% random noise. |
Constant_5%Noise | Same as Constant, but produces 5% random noise. |
Constant_20%Noise | Same as Constant, but produces 20% random noise. |
Ramp | Steadily increases value every polling period to create a smooth upward trend. |
Ramp_1%Noise | Same as the Ramp tag, but produces 1% random noise. |
Ramp_5%Noise | Same as Ramp tag, but produces 5% random noise. |
Ramp_20%Noise | Same as Ramp tag, but produces 20% random noise. |
Sin | Produces a Sine wave centered on a value of 500. |
Sin_1%Noise | Same as Sine tag, but produces 1% random noise. |
Sin_5%Noise | Same as Sine tag but produces 5% random noise. |
Sin_20%Noise | Same as Sine tag but produces 20% random noise. |
Step | Produces a step trend centered on a value of 500. |
Step_1%Noise | Same as Step tag, but produces 1% noise. |
Step_5%Noise | Same as Step tag, but produces 5% noise. |
Step_20%Noise | Same as Step tag, but produces 20% noise. |