What are possible ways to share data between different companies

Company will receive data from its customer and send data back to its customer. The data is received from customer via excel files. Those files are non standard and contain real time data and lab data. It might/might not be associated with PI tags. Files come in various size and is irregular in frequency. Assume there are many more customers. What are best possible ways to exchange data between company and its customers? I know PI Cloud Connect is one option. PI Connector/Interface for UFL is another way. The objective is to develop a solution which is less intrusive to customers and much more efficient after receiving the files - reduce manual work with automatic update data into PI system with excel file (or some other ways). I think if a customer is willing to use PI Cloud Connect service, this is probably the best solution. What about those customers don't want to engage in PI Cloud Connect and still prefer to send data via excel unless we have a much better way to engage and empower them? The PI Connector/Interface for UFL is cumbersome in this case. It means that we need to write hundreds of ini files to handle non standard files.  It's very hard to ask customer sending standard excel files too since it will make customer to do more work than they currently do. What are other solutions so we can empower customers to onboarding their tags and data into company's PI System besides sending data via excel file? 

 

Appreciate your suggestions and comments.

Parents
  • There are two different scenarios to be addressed: both companies use PI or only one of the companies use PI; not going to address neither using PI since that is outside the scope of this site.

    So.. if both companies use PI, then all things being equal, PI Cloud Connect would be a wonderful solution. However if there are reasons that PI Cloud Connect cannot be used (price, overhead, regulatory, etc.), then other solutions need to be explored.

     

    To that extent, I'll detail 3 different solutions I've used in the past.

     

    1. Data is received via an e-mail message. I built an application to open the account inbox daily, look for the expected e-mail based on the sender, extracted the data (it was plain text data, but could just have easily been an attachment), parsed the data and imported it into the PI system. In this case, the e-mail format was highly unlikely to change; the vendor used this as a 'standard' interface to customers and changing the format would impact a number of customers.

    At the same time, there were external contacts that needed information send to them. A standard application was created to pull a list of tags by e-mail address and then the data via e-mail to the entities using plain text e-mail.

     

    2. Data was exported to another company using FTP, not fun, but it was what they requested. Again, an application was written to read a configuration file to determine what tags were required and what type of data: compressed archived values, interpolated, aggregate, etc., as well as the field format (00.000, 0.0, etc.). The application created text files in an outgoing directory. A service was written to FTP the files, then, read the directory of the receiver to ensure the files had in fact been sent; if they had been sent, they were moved to an archive directory. If they could not be confirmed as having been sent, they were left in the outgoing directory for future processing.

     

    3. VPN and PI-to-PI. A VPN connection was created with a partner and a PI-to-PI interface established to pull the data from their PI system to the receiving PI system.

  • In your last solution, you could also use the PI System Connector instead of the PI To PI Interface, couldn't you? The PI System Connector might be better in cases where both organizations use the PI Asset Framework.

  • Well, that was a previous employer and the PI System Connector was not available, so I described what we used at the time.

  • Kenneth,

     

    Yes, that’s another possible solution.

     

    Thank you very much for bringing up this idea!

Reply Children
No Data