We have some data analyzers in the DCS system that provide results to PI tags in a delayed fashion.
Sample use case:
(t+0s) valve closes,
(t+30s) measurement1 sent to the DCS tag m1
(t+60s) measurement2 sent to the DCS tag m2.
We need to trigger a analysis off of the valve closure, but we need Sleep(30) command in the analytic, or the ability to set per-analytic delays, so that some are delayed by 30 or 60 seconds.
Or is this possible today by other means?