Questions tagged [wonderware]

Wonderware is a brand of industrial software sold by Aveva.

Wonderware is a brand of industrial software sold by Aveva. Previously, Wonderware had been a part of Invensys plc, which was acquired in January 2014 by Schneider Electric.

Wonderware Application Server supports and extends its own Wonderware QuickScript language with QuickScript .NET, an easy-to-use scripting language that supports almost any data type.

Additionally, objects can be imported into Wonderware application server with the following caveats:

  • Starting a GUI application from within a server script is not supported.

  • Although QuickScript supports import libraries built with .NET CLR version 2.0.50727, it does not support any of the new language features introduced with .NET 2.0, such as generics.

This tag should be used on any Wonderware related scripting or .NET question.

To learn more, you can visit the official US or UK sites.

73 questions
1
vote
2 answers

connect to Wonderware Historian OLE DB using python 3 and OSX or Linux

Could anyone share a functional connection method to Wonderware's Historian using python3 on OSX (or linux)? Historian is apparently a Microsoft SQL Server OLE DB (see pg102 of…
Ziggy Eunicien
  • 2,858
  • 1
  • 23
  • 28
1
vote
2 answers

Using a subquery in WonderWare to select all tags

I'm trying to get data from a WonderWare historian database on all tags in the database. There is already a table containing all the tags, so I would like to use a subquery to select all of the tag names. I'm getting an error w.r.t this subquery. My…
cbcoutinho
  • 634
  • 1
  • 12
  • 28
1
vote
1 answer

Is SQLalchemy - pymssql - pandas always slow, or am I doing this wrong?

Issue I'm trying to read a table in a MS SQL Server using python, specifically SQLalchemy, pymssql, and pandas.read_sql. I want to execute the query, put the results into a pandas Dataframe, and continue on with my day at a reasonable speed, but a…
cbcoutinho
  • 634
  • 1
  • 12
  • 28
1
vote
1 answer

Archestra Client Control Importing dll file

So I have Wonderware Archestra IDE 4.1. Basically latest and greatest that is 2015 on a server I have a C# class library called WordControls that is created in Visual Studio 2015 on my laptop. When I build it, the release is a dll file of the same…
vegeto18
  • 45
  • 1
  • 6
1
vote
1 answer

SQL Like function Broken? or Limited?

I am trying to use the LIKE function to get data with similar names. Everything looks fine but the data I get in return is missing some values when I get back more than ~20 rows of data. I have a very basic query. I just want data that starts with…
Furbs
  • 49
  • 5
1
vote
2 answers

Get the total machine running hours between two dates but split into 3 time ranges: standard time, peak time and off-peak time

Get the total machine running hours between two dates but split into 3 time ranges: standard time, peak time and off-peak time. Context Programming environment: Wonderware ArchestrA Programming language: ArchestrA Quick Script .Net Database:…
Roan
  • 892
  • 15
  • 27
1
vote
0 answers

Docking matlab program in c#

I'm making a C# program which is supposed to dock a matlab program onto a C# form. The reason for this is that my company uses a matlab program for very complex calculations. When docked, this program will then be integrated into an intouch…
Jakob Danielsson
  • 767
  • 1
  • 8
  • 16
1
vote
1 answer

Wonderware archestra distributed application

I'm using System Platform and deploying InTouch application.And I try to make distributed application. There is a server with InTouch Apps and a computer work station, that has to display InTouch Apps. How could I configure distributed application…
Nastya
  • 21
  • 1
1
vote
0 answers

ArchestrA Object Toolkit : Passing data from configtime to editor

I am really new in programming with c# and am creating an application object for ArchestrA IDE from Wonderware. I want to make a tabpage with a list of checkboxes which is created based on a list of objects in configtime but i don't know how to pass…
TDrought
  • 11
  • 3
1
vote
2 answers

Using FileReadFields with Wonderware

I suppose this is a long shot considering how few Wonderware questions I've seen on here, but anyway... The FileReadFields function in Wonderware is supposed to parse a CSV file into memory tags. There are no debug messages when stuff doesn't work…
Daniel
  • 10,864
  • 22
  • 84
  • 115
1
vote
2 answers

SQL Finding max value of column during range defined by state of other column

In the data below Event1 represents the end of a manufacturing cycle. Event2 happens during on a percentage of the cycles. I was wondering if it is possible to pull the end of cycle time (when Event1 returns to 0) and the maximum value of Event2…
0
votes
0 answers

How can I link Historian Data to Insigth Control? in Wonderware

Insight control isn't displaying any data in wonderware even though tags are configured and chosen to point at them, and also data is historized. I'm not sure if I am missing any configuration. I've tried to use a trend control symbol and it doesn't…
Shyn
  • 1
  • 1
0
votes
1 answer

AVEVA Wonderware Failed to deploy , Remote Node's UserId/Password don't match GR Node's

While Deploying the Platform , i am facing following error. Error: Failed to deploy : Remote Node's UserId/Password don't match GR Node's.
0
votes
1 answer

AVEVA Wonderware Failed to deploy Platform, The platform cannot be deployed while certificates on the GR node and Platform Node are not matching

While deploy the platform i am facing following error. Error: Failed to deploy : The platform cannot be deployed while certificates on the GR node and Platform Node are not matching. Check logger for more details. SMC Log: The…
0
votes
0 answers

How to save (or print) a report from SQL Reporting Services with automatic naming

Here is the context of my issue: I am using SQL Reporting Services and Report Builder to create and generate reports. Inside my InTouch Wonderware application (supervision software), I use an WebBrowser Microsoft.NET symbol to display and generate…
RIVIEREN
  • 1
  • 1