eliasb
Joined: Nov 23, 2006 Posts: 5
|
Posted: Nov 24, 2006 8:30 AM Post subject: Delay - Element |
|
Hello
I have an EDFReader element, from Pz outpin I link to a "Delay" element then from "Delay" to a Numeric display.
The "Delay" is set to 1.0 seconds, shouldn`t the data read from Pz output pin be delayed 1.0 seconds before being sent to the numeric display?
What is happening is that the numeric display is still flashing with the numbers fast.
Please advise
-- Elias |
|
Jarek Foltynski
Joined: Jan 13, 2005 Posts: 62
|
Posted: Nov 25, 2006 12:16 AM Post subject: |
|
Hi,
yes the delay will send data 1 second after it received it, but the output rate will be still pretty much the same, so there won`t be change for NumericDisplay. You better use RateLimitter, and set to 1, so that only one value is sent per second.
Regards Jarek |
|