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
0
votes
1 answer

Identify list of tables which are updated, when Tag values are modified or inserted into Wonderware Historian server

I would like to ask the following: Identify the list of tables, which are updated when tag values are modified or new tag is inserted into the system. What SQL query should I run to retrieve the list of updated tags including their latest value,…
stateTest
  • 17
  • 6
0
votes
1 answer

loading XML document from stringreader

I started this based on a previous discussion on this site: Find Sibling Attribute in XML document I am working with Wonderware as well and have a string reader I am using to retrieve the tags I need. My string looks like this:
Tleilax
  • 77
  • 10
0
votes
1 answer

Which retrieval mode should be used to count the values which set to zero

I am new to wonderware InSQL historian. I retrieve data for only one day, I have values sets to zero every time after incrementing for few values.. 0 1 2 0 1 2 3 4 5 6 7 8 0 I want to calculate the number of rows with values more than…
0
votes
0 answers

Whenever I print the 16 Pen Trend at Run Time its background colour changes from White to Black

I am working on Schneider Electric WonderWare InTouch 10.5 version. I am using 16 Pen Trend to see the historical values, but when at run time I print this trend, the background colour of trend changes from White to Black. Following is the script I…
prateek
  • 35
  • 2
  • 9
0
votes
3 answers

INSERT Query SQL (Error converting data type nvarchar to (null))

I'm trying to run an INSERT query but it asks me to convert varchar to null. Here's the code: INSERT Runtime.dbo.History (DateTime, TagName, vValue) VALUES ('2015-09-10 09:00:00', 'ErrorComment', 'Error1') Error message: Error converting data…
Kostas
  • 69
  • 10
0
votes
1 answer

Indusoft Web Studio Database error?

I seem to be getting a recurring error with indusoft web studio. My values from my meters seem to have stopped recording to the DB and this is the db messages I get on my IWS log output: Database: Error: Fail trying to connect to Studio Database…
javawocky
  • 899
  • 2
  • 9
  • 31
0
votes
2 answers

Indusoft Web Studio Error Messages?

Apologies if this is a pretty simple question, but I'm pretty new to IWS. When ever I startup IWS (it's running on Microsoft Server that I remote desktop into) and enter my login details I get this message: Failed to start TCP/IP Server, please…
javawocky
  • 899
  • 2
  • 9
  • 31
0
votes
1 answer

SQL Server Historian Query Boolean Total Time

I am trying to query a wonderware historian to calculate total time a tag was reading True (or False) within a set period of time. I can't get the query to even give me values for the Boolean tag. I am not sure if I am using the wrong retrieval…
riley3131
  • 288
  • 3
  • 21
0
votes
1 answer

Find Sibling Attribute in XML document

A program I'm using, WonderWare, creates the following XML document
Abishur
  • 189
  • 3
  • 13
0
votes
2 answers

Assigning nullable types to an imported .NET class in Wonderware Application Server

I'm having a problem assigning values to a nullable type in the Wonderware ArchestrA IDE (2012 R2). My imported .NET class looks like this: public class TestObject { public string Name { get; set; } public Nullable
Gareth
  • 2,746
  • 4
  • 30
  • 44
0
votes
1 answer

Controlling ActiveX Control via Javascript

I am trying to use some software from WonderWare via ActiveX. I have gotten the object to appear, but I am want to pass some parameters to it and eliminate having to setup the object everytime. There are two versions of the control ActiveX and .NET.…
Ty.
  • 187
  • 1
  • 2
  • 13
-1
votes
2 answers

Wonderware - Intouch: demo license

I am working with a computer that has a windows viewer license but I have to do a couple of design things with windows maker. Is there a way to get in with a demo license to do them? In ifix for example you can enter as a demo for 2 hours. Is there…
Raulus
  • 95
  • 2
  • 10
-2
votes
1 answer

Wonderware Historian Ver 10: Transfer data from old tagname to new tagname

Is it possible to transfer old historized data from an object/attribute tagname to a new object/attribute tagname? My client uses Archestra 2009 to measure various pressures and temperatures. They historize their data for review and safety reasons.…
vegeto18
  • 45
  • 1
  • 6
1 2 3 4
5