cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PCO connector - how to tag name using point id from OSIsoft PI

former_member437258
Discoverer
0 Kudos
462

Hi,

We are using MII/PCo connector to get tag data from OSISoft PI system. User configures the PI tag name and Point id in MII application through an MII screen. The Point Id is unique identifier in PI system. Some times user changes the Tag name in OSISoft PI, but they don't update the tag name changes in MII application. Need to develop an MII interface program to get the changed Tag Name using Point Id from OSISoft PI system. I did not find any direct query or function in MII/PCo query which can return a Tag Name using Point Id. Is there any function or method available in MII/PCo query which can get this information?

Environment details: MII 15.4, PCo 15.3

Thanks,

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member437258
Discoverer

Hi Mike,

The PCo Query Mode "Metadatalist" returns all the attributes including point id. But there is no function or method which can take an attribute like "Point Id" and return tag name information.

Have checked with OSIsoft for a suggestion, they provided an sdk function which takes point id as input and return tag name. Tried to call that function in "TagFixedQuery" mode using call directive. But it did not work.

Regards, Anil

agentry_src
Active Contributor
0 Kudos

Point ID is likely to be an attribute of the tag. I do not have a system up and running against OSIsoft PI, but I think a Tag Query or possibly a PCo Query would provide access to the attributes.

Regards, Mike

agentry_src
Active Contributor
0 Kudos

Might also want to reach out to OSIsoft for their suggestions. They have a lot of tools and participated with SAP in the development of PCo (and UDS before PCo). They should be able to help resolve the issue you face. HOWEVER, Change Management on the PI Historian is your real issue!