As an analysis user I would like to define what should happen if multiple triggers occur with the same timestamp.
Currently AF analysis are using "Replace" mode when writing to the archive (meaning if multiple triggers have the same timestamp, the last one will overwrite all previous ones). AF SDK supports using "Insert" mode (which allows for multiple values having the same timestamp). I would like to have an option to select the write mode for each analysis.
We are using Analysis for future data calculation. The "Replace" mode will be super helpful in predictive calculation in future type PI tag. If possible can this "Write Mode" switch be available at calculation level not server level. Thanks!!