Questions tagged [proficy]

Proficy Historian is a licensed software from GE. It is an enterprise-wide data management software. Proficy may also refer to GE's software suite in general.

GE Proficy software includes but not limited to:

Comprehensive Listing: https://www.ge.com/digital/applications

Historian (Database): https://www.ge.com/digital/applications/historian

iFix (SCADA): https://www.ge.com/digital/applications/hmi-scada/ifix

Cimplicity (SCADA): https://www.ge.com/digital/applications/hmi-scada/cimplicity

Plant Applications (MES): https://www.ge.com/digital/applications/manufacturing-execution-systems/plant-applications

Workflow: https://www.ge.com/digital/applications/hmi-scada/workflow

22 questions
0
votes
0 answers

GE Historian Calc - Total time between values

I am trying to create a simple GE Historian calculation that calculates the time between two values of a tag. For example, I have a temperature tag called "TAG1" that I want to calculate the time it took to go from 100 degrees to 200 degrees in…
Andrew Drake
  • 655
  • 1
  • 11
  • 25
0
votes
1 answer

Failed to write csv files to Proficy Historian 5.0

I was able to import the csv files containing the tags for the data collector of the proficy historian 5.0. However, every time I tried to import data formatted in csv, it always failed and the error was "Error adding value [OUTSIDE ARCHIVE ACTIVE…
wwei5743
  • 1
  • 1
0
votes
1 answer

How to investigate reasons for failed writes to Proficy Historian 4.5

I have about 25000 failed writes within each 30 minutes. Previously I had an issue with timestamps ahead of current server clock, but this was addressed. When looking at collected data, it is OK - no gaps all values are good. Is there any way I can…
user170442
0
votes
0 answers

How to resolve Error 7375 in Sql Server 2005

I m using Sql Server 2005 to develop report. for that I have created linked server to proficy historian in sql server 2005. I have a following stored procedure. declare @batch varchar(50) set @batch='LT20623' drop table #batchdata create table…
0
votes
0 answers

IHUAPI.dll fetch only 100,000 Records

I am using IHUAPI.dll in c#.net for fetching records from Proficy Historian Database. It gives me only 100,000 Records. following is function i am using : result= IHUAPI.ihuRetrieveSampledData(handle, tags, start, end,ihuSamplingMode.Trend,0,…
uttam palkar
  • 1,585
  • 5
  • 14
  • 17
0
votes
1 answer

How do I update the factory layout templates in Proficy Change Management?

How do I update the factory layout templates in Proficy Change Management (i.e. where are they located when checked out?). e.g. generic.htm?
Michael Haren
  • 105,752
  • 40
  • 168
  • 205
-2
votes
1 answer

Is there a way to display text based on value?

I use software that has VBA in it, it has the full vba library of references plus its own custom stuff. So my question is related to the vba part that should be the same everywhere I assume. I have 5 variables that someone can select as a set…
1
2