BMC Communities Banner

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (5 pts)
2 Replies Last post: Feb 8, 2000 11:47 AM by Geert De Peuter  
DevConGuest Participant 1,415 posts since
Feb 7, 2000
Currently Being Moderated

Feb 7, 2000 5:02 AM

Setting parameter value retroactively



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?

Geert De Peuter Expert 733 posts since
Dec 20, 1999
Currently Being Moderated
1. Feb 8, 2000 3:37 AM in response to: DevConGuest
Setting parameter value retroactively

 

Geert De Peuter Expert 733 posts since
Dec 20, 1999
Currently Being Moderated
2. Feb 8, 2000 11:47 AM in response to: DevConGuest
Setting parameter value retroactively


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

More Like This

  • Retrieving data ...