Hi All,
I am using SAP MII 15.0 SP4. I am trying to fetch the live values from Kepware using SAP Plant Connectivity.
For few tags I am getting the Value's in two rows. How can I avoid that values?
Please help out.
sample OP from PCo Query:
<?xml version="1.0" encoding="UTF-8"?><Rowsets CachedTime="" DateCreated="2015-08-08T17:12:16" EndDate="2015-08-08T17:12:16" StartDate="2015-08-08T16:12:16" Version="15.0 SP4 Patch 1 (May 4, 2015)">
<Rowset>
<Columns>
<Column Description="DateTime" MaxRange="0" MinRange="0" Name="DateTime" SQLDataType="93" SourceColumn="DateTime"/>
<Column Description="HD Paused Stop LH1" MaxRange="0" MinRange="0" Name="PAUSE_STN_01_LH" SQLDataType="16" SourceColumn="PAUSE_STN_01_LH"/>
<Column Description="FP Paused Stop LH1" MaxRange="0" MinRange="0" Name="PAUSE_STN_01_LH" SQLDataType="16" SourceColumn="PAUSE_STN_01_LH"/>
</Columns>
<Row>
<DateTime>2015-08-08T17:12:16</DateTime>
<PAUSE_STN_01_LH>0</PAUSE_STN_01_LH>
<PAUSE_STN_01_LH>NA</PAUSE_STN_01_LH>
</Row>
<Row>
<DateTime>2015-08-08T17:12:16</DateTime>
<PAUSE_STN_01_LH>NA</PAUSE_STN_01_LH>
<PAUSE_STN_01_LH>0</PAUSE_STN_01_LH>
</Row>
</Rowset>
</Rowsets>
Regards
G.Partheeban