|
|
Rank: Member Groups: Member
Joined: 10/1/2008 Posts: 22 Location: Romania
|
I have a list of tags , for which I am using a xls file with some coding to send values to PI Server. So far so good. But what if I have HA PI servers: sever 1 primary and server 2 secondary. Any advice how should I send from xls values to both servers.
Thanks a lot!
|
|
|
|
|
OSIsoft vCampus is a subscription-based, online offering that consists of providing everything people need to develop applications on the PI System. We invite you to take a "tour" of the OSIsoft Virtual Campus - also feel free to consult the FAQ or contact OSIsoft vCampus for more details.
|
|
|
Rank: Member Groups: Member
Joined: 5/5/2011 Posts: 22 Location: Moscow
|
Hi, Ana-Maria! How you send values in PI server? If you use VBA, then server name is written in programme code.
|
|
|
Rank: Member Groups: Member
Joined: 10/1/2008 Posts: 22 Location: Romania
|
Yes am sending values using VBA.And yes I am mentioning the name of the server, but is the name of the PI Colective let's say server 1. but under this I have primary and secondary. Primary has the same name as the PI colective (1) and secondary has different name (2). So when I am running the macro it send only to the primary , even if force xls to be connected to secondary.
|
|
|
Rank: Administration
 Groups: Administration
Joined: 6/20/2008 Posts: 617 Location: Cheshire, United Kingdom.
|
Couple of options. 1. You wait for PI SDK 1.4 where PI SDK can communicate with the PI Buffer Subsystem, which fans the data to all members of a PI Collective. 2. You have to add some code to switch PI Collective members are writing to the Primary and repeat the same tasks on the Secondary - there is an overhead to using "Switch Member". 3. Use the PI UFL interface with the PI Buffer Subsystem and change the spreadsheet to produce CSV files that are processed by UFL. Principal Consultant Real-Time Data Management @ Wipro Technologies
|
|
|
Rank: Member Groups: Member
Joined: 10/1/2008 Posts: 22 Location: Romania
|
Thanks a lot. I will try option 2. Also once PI SDK 1.4. will be release will be easier;OSI told me that this will happen this year, do you know which month?
|
|
|
|
Guest
|