
When I set a parameter value via set("value",999), it is always associated
with the current time of day. I would like to insert a value associated
with a prior time so it will be included in the parameter history. For
example, if a new value is calculated at 1:01 p.m., but the value actually
represents the data as of 1:00 p.m., I want to enter the new value, with an
effective time of 1 p.m.. Is there any way to specify a time along with the
new value?
seems something got interpreted as an HTML tag in the last message...
just for clarity, the syntax is
set("/APPL/INST/PARM/value",<'value'>,<'timestamp'>);
-- Geert