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

Resize Popup with .NET System.Windows.Forms commands in Wonderware Application Server

I'm trying to resize an open window and as there seems to be no way to do this in Wonderware Application Server I thought maybe a .Net function may work. I've used the System.Windows.Forms.MessageBox.Show script below in the Wonderware Application…
Tanquen
  • 11
  • 4
1
vote
1 answer

Wonderware Failed to deploy Access Denied, Invalid Credentials

After updating Wonderware update 2 to update 3 ,i am facing following error. Error: Failed to deploy : Access Denied, Invalid Credentials
1
vote
0 answers

XML to TreeView in Wonderware Archestra IDE

I'm trying to make TreeView from XML file but there is an error after validation (in bold line): "not an array or indexer". dim NavBarPath as string; dim xDoc as System.Xml.XmlDocument; dim fs as System.IO.FileStream; dim xRoot as…
Mike K
  • 63
  • 1
  • 7
1
vote
0 answers

Wonderware Intouch Alarms - Filter on Single Tag in ActiveX AlarmViewerCtrl

I need to filter/query a single tag in the AlarmViewerCtrl ActiveX object. I know that I can create Query Favorites but my requirement is to dynamically (at runtime) filter a specific Tag Name(s) to display in the ActiveX Alarm object. Ultimately…
GregP
  • 143
  • 12
1
vote
1 answer

Some datetime filters on Wonderware Historian queries returns no data

I'm querying to Wonderware Historian Database from SQL Server Management Studio and found that sometimes I don't get values, depending on the datetime filters I've set, even using Full retrieval mode. I can get the values for the first ten days of…
lluisma
  • 101
  • 1
  • 6
1
vote
1 answer

How to generate CSV file from WW object?

I have represented some WW-objects in some Excel sheet and I need to create a CSV file that Wonderware accepts. That is, I need it in the "WW-format"shown here. I am working with VSTO AddIns and everything should be done in C#. So are there some…
1
vote
1 answer

Historian retrieve data

I have an Excel worksheet that I have the data pulled from a Historian database for emission tags in a Wonderware server. I need to know how i can write the SQL query that uploads data between two date ranges.starte date end date. I have collected…
Jeannie
  • 11
  • 3
1
vote
1 answer

How can I display data to a textbox from data grid view in Archestra?

I want to display the data in textbox from the datagrid view by selecting different rows in the Archestra software.Is there a syntax so that i can display the data? currently I am using the syntax textbox1.text =selectedrows.item(0) I need a syntax…
1
vote
1 answer

Wonderware Information Server Process Graphics

I'm using WIS 3.1. In Process Graphics I have two Intouch windows: wnd1 and wnd2. They were published with WinXMLExporter. Wnd1 has the button with action: show "wnd2" and Wnd2 has the button with action: show "wnd1". when I select each window in…
Mike K
  • 63
  • 1
  • 7
1
vote
1 answer

Row Level Security in SQL Server 2016 Express?

I'm working with a third party application (Wonderware Historian) and trying to implement row-level-security. The database is hosted on SQL Server 2016 Express, does anyone know if RLS is available in the express editions? I've looked all over and…
1
vote
1 answer

Wonderware System Platform. How to get DateTime from remote PC?

How can I recieve system time from remote PC in local network within InTouch Scriptng or QuickScript.NET in Archestra IDE?
Mike K
  • 63
  • 1
  • 7
1
vote
2 answers

Alarm DB Logger (Intouch) configuration with SQL Server Mirroring

I have an installation which has two SCADA (Intouch) HMIs and I want to save the data in an SQL Server database which will be in another computer. To be as sure as possible that I have an operating database I'm going to set a SQL Server mirroring.…
salonso
  • 41
  • 2
  • 8
1
vote
0 answers

InTouch - Cross referencing multiple tags

I have an old SCADA mimic project for which I must remove objects relating to 100 or so tags. Is there a way of cross-referencing all 100 at once instead of cross-referencing one at a time? The names do not lend themselves to a single filter such…
Flash_Steel
  • 606
  • 1
  • 6
  • 16
1
vote
0 answers

Repeat select/operation feeding arguments from list or array SQL

Very new to SQL and could use some advice/ideas. I'm using a SQL query to retreive and format data from an existing table (Wonderware/Runtime/AnalogSummaryHistory) into Excel 2010. My query works for getting the result format that I want, but only…
Seamus
  • 13
  • 3
1
vote
0 answers

Is there a quicker way to add a lot of attributes to a System Platform ArchestrA object, without using Visual Studio?

Greetings superior minds. On occasions I have to create or modify the attributes on a couple of object instances. This is really time consuming especially when you need to add a lot of attributes. I tried to use the object toolkit but it seems…
Roan
  • 892
  • 15
  • 27