login about faq

HI all, I have a client with several remote CIMPLICITY HMI sites all doing their own local logging, and keeping a 3 month rolling log of data. This customer would like to automatically replicate this data back to a central server where it will be kept as a 5 year rolling log of data. In all there are probably 100 different tags that need to be logged across 5 sites, and in total producing no more than 50-100MB of data per month.

We have decided that GE's Data Historian is cost prohibitive for this set up, and because CIMPLICITY use instances of the Express edition of SQL server for logging, you can't get the HMIs to publish data as part of an MS SQL replication configuration.

So I am looking for ideas on how to get the logging data from A to B as cheaply as possible using 3rd party tools. And the last thing I want to do is to be forced to write a custom solution from scratch myself.

So any ideas?

Thanks

Peter

asked Aug 01 '11 at 13:54

Peter%20M's gravatar image

Peter M
1


I don't think it would be too hard to write a simple app that you could schedule every month that would pull the new data from the remote hmi sites and then do a delete from table where time > 5years; what route did you end up going on this?

How is CIMPLICITY compared to iFIX?

link

answered Jan 24 at 21:07

weaksauce's gravatar image

weaksauce
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×14
×3
×2

Asked: Aug 01 '11 at 13:54

Seen: 482 times

Last updated: Jan 24 at 21:07