cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP MII PCo in 14.0

Former Member
0 Likes
226

Hi Everyone,

I am trying to get the tags values for the desired datetime from historian , i tried to pass datetime dynamically in all the parameters of PCo (starttime, endtime,SelectedTagstime etc) but all the times i am getting the tags values for current time.

Can anyone suggest that in which parameter i should pass the desired datetime so that i can get the values of tag at that particular datetime from historians.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

salvatore_castro
Product and Topic Expert
Product and Topic Expert
0 Likes

Make sure you are using the right parameter names...the ones in the above are not properly defined.  For example starttime should really be StartDate.

Parameters supported by the Query template interface are listed here:

http://help.sap.com/saphelp_mii140sp02/helpdata/en/4c/d57d68f29560c6e10000000a15822d/content.htm

Sam

Former Member
0 Likes

Thanks for reply. actually that was a typo I wrote datetime instead startdate/ enddate. I passed the date in XML format to this parameter with view as Event. Now am able to get the past data using HDA agent.