HI Experts,
I want to create one scenario to get some default data from PCo to SAP MII,
i AM USING PCo15.0 and MII 15.0
I have created one OPC DA Agent Instance with server Matrikon OPC sever for Simulation and testing and also configure one SAP MII transaction will be called on value change.
In Subscription Item tab i clicked on Browse button and i got Attached Hierarchy But I am not able to identify which is the tag here.
I have generated the Sample notification but data is empty.
<?xml version="1.0" encoding="UTF-8"?>
-<NotificationMessage>
-<Header>
<Name>TestNotificationMessage</Name>
-<Description>
<![CDATA[Test Message]]>
</Description>
<Destination/>
<CreatedDate>2015-06-09T13:04:40</CreatedDate>
<ID>a0d3a0cb-68a8-4ea0-a93e-370de5a327e6</ID>
<Status>Created</Status>
</Header>
-<Body>
-<Values>
-<ArrayOfReal8 timeStamp="0001-01-01T00:00:00" quality="None" type="xsd:string">
<![CDATA[]]>
</ArrayOfReal8>
-<ArrayOfString timeStamp="0001-01-01T00:00:00" quality="None" type="xsd:string">
<![CDATA[]]>
</ArrayOfString>
</Values>
</Body>
<Faults/>
</NotificationMessage>
Can anyone please advise me how i will get OPC DA default data to MII for testing.
Regards,
Jason