Wednesday, October 1, 2014

Looking for Training Resources from Wonderware by Schneider Electric?

We thank you for reading our blog, but we will no longer be sharing content here.

If you are looking for specific training on Wonderware products, please take a look at our Learning Services.

You can also sign up for online or instructor-led courses on our website to help you make the most of your Wonderware investment.

Wednesday, December 4, 2013

New In 2014! Remote Training Classes

Starting in January, we will be offering selected instructor-led classes online.

You can attend the class remotely from your office or home as long as you have a good internet connection. Our instructors will be delivering the classes over the internet with audio, video, and remote virtual machines for all hands-on exercises.

You get:
  • Live session to see the instructor's demos and presentation.
  • Conference call for instructor lectures, demos, and Q&A.
  • Virtual machine in the cloud for the duration of the class.
  • Downloadable training manual.

We are starting with the following courses:
  • Application Server
  • Historian Server for System Platform
  • Historian Client
  • MES Operations
  • MES Performance
  • MES Quality

You can see the schedule and register for these classes here.

Note: All remote classes will he held 7:00 AM - 4:00 PM PST.

Monday, October 7, 2013

NEW! Information Server 2012 R2 BETA Class

Information Server classroom-based training is back!

Last year we committed training for Information Server to eLearning-only with the release of the Information Server 2012 Recorded Lecture Series.

This year we are bringing the class back to the classroom starting with the Information Server 2012 R2 BETA class scheduled for Dec 4-6, 2013 at our facility in Lake Forest, California. This new course includes improved materials and labs on ActiveFactory Reports, Table Weaver, and ArchestrA Reports, as well as the new OverView component of Information Server.

Click here to register for this class.

The new training materials and lab instructions for this course will be validated during this beta class. Your input is greatly appreciated.

You can see the course outline past the break.

Thursday, October 3, 2013

NEW! Application Server 2012 R2 eLearning

In our effort to expand our eLearning library, and as promised last week, we have released a Recorded Instructor-Led Training (RILT) for our Application Server 2012 R2 course.

This RILT includes:
  • Lectures and demos
  • Execution of all the labs
  • Downloadable training manual

Click here to register for this eLearning course.

Wednesday, September 25, 2013

Wonderware Training is Hiring Again!

We are looking for a new Wonderware Technical Training Instructor for our Lake Forest office in California.

As a Wonderware Instructor you will train customers, our distribution channel, and Invensys employees on different Wonderware products; from Application Server and InTouch to advanced applications, such as MES and Workflow. In addition to teaching at our state-of-the-art facility in Lake Forest, you will travel around the United States and the world conducting on-site classes at different facilities.

As part of the training team, you will become a Subject Matter Expert for the design and development of the training courses in collaboration with the course development team.

You can find more information and apply for the job here and search for the keywords: instructor.

Monday, September 23, 2013

NEW! InTouch for System Platform 2012 R2 eLearning

We are expanding our eLearning library!

We have released a Recorded Instructor-Led Training (RILT) for our InTouch for System Platform 2012 R2 course.

The Application Server 2012 R2 training course will be available very soon. I know that it seems backwards to release the InTouch course first, but we are fixing some technical issues with the Application Server recordings. Stay tune as I will announce when the course is available.

These are the first in our new RILT format. These and future RILTs include:
  • Lectures and demos
  • Execution of all the labs
  • Downloadable training manual

Click here to register for this eLearning course.

Monday, September 16, 2013

Using System.AppDomain to share data between Automation Objects - Part 2

In Part 1 I introduced you to the System.AppDomain .NET class a way to share complex types between objects in Application Server (as long as the objects are hosted in the same AppEngine). As an example, I shared a database connection to the Historian Server database (Runtime) through the AppEngine object.

Now, let's take a look at the sample script needed in the other objects to access the shared database connection.