Hi All,
I need to sync sets of tags (~around 500 tags) in 2 PI Servers data and planning to use PItoPI interface.
It all goes well to push the data from PIServerB to PIServerA, but it is not updating the value if there is any changes on PIServerB.
There are several manual input tags from PIServerB, which the user might sometimes change the previous value.
I have read the manual, there is a tag configuration on Loc5=2, (Add event, replace if event a same time).
But the interface never picked the new value.
Below is my PItoPI batch file:
-----------------------------------------------------------------------------------------
.\PItoPI.exe ^
/host=PIServerA:5450 ^
/src_host=PIServerB:5450 ^
/ps=PItoPI ^
/id=1 ^
/sn ^
/f=00:00:05,00:00:02 ^
/rh=800 ^
/rh_inc=12 ^
/ec=2 ^
/ts
-----------------------------------------------------------------------------------------
And the tag configuration on receiving PI Server:
-----------------------------------------------------------------------------------------
Loc1=1
Loc2=0
Loc3=7
Loc4=1
Loc5=2
PtSource=PItoPI
Instrumenttag=TagA (source tag to be transferred)
-----------------------------------------------------------------------------------------
Am I missing any configurations?
I am using PItoPI ver. 3.8.4, PI Server vers. 3.4.375
Thanks * Regards,
Agus