Methods for Embedding Video Streams in SCADA Systems

Size: px
Start display at page:

Download "Methods for Embedding Video Streams in SCADA Systems"

Transcription

1 Methods for Embedding Video Streams in SCADA Systems Released on April 24, 2009 Harry Hsiao, Product Manager, Industrial Video Networking Product Division Overview In industrial automation systems, SCADA/HMI plays an important role in remote monitoring and control. Accompanied by the popularity of IP video surveillance solutions, there is a trend towards using IP video with SCADA/HMI systems to augment remote monitoring since seeing the field site situation is more comprehensible and convincing than reading alarm messages displayed on a screen. Unlike general I/O data that is familiar to automation engineers, IP video streams require considerably more time and effort to understand the SDK documents, programming code, and trial and error tests. This white paper provides some tips for embedding video streams into your SCADA systems for viewing and camera control. A Good Tool: ActiveX Control SDK Most IP video devices provide ActiveX Control components for video decoding and related process handling in Internet Explorer. ActiveX Control is an OCX component that uses Microsoft COM (Component Object Model) technology to enable software components to communicate. It is not only widely used with platforms that support WIN32, IE Plug-in, and Visual Basic, but also popular in automation system software Copyright 2009 Moxa Inc. All rights reserved. Moxa manufactures a wide array of device networking products for industrial automation. Information about all Moxa products, which include embedded computers, Ethernet switches, wireless solutions, serial device servers, multiport serial boards, media converters, USB-to-serial converters, embedded device servers, video networking products, and industrial I/O solutions, is available on Moxa's corporate website at How to contact Moxa Tel: Fax: Web: info@moxa.com This document was produced by the Moxa Technical Writing Center (TWC). Please send your comments or suggestions about this or other Moxa documents to twc@moxa.com.

2 such as SCADA. Therefore, most IP video device suppliers provide ActiveX Control SDKs (software development kit) for convenient integration with other Windows-based platforms. In the following section, we will use VPort ActiveX SDK PLUS to illustrate how to embed IP video streams into two popular SCADA systems: Citect and Intouch. The first step is to install VPort ActiveX SDK PLUS onto the PC or server that is running your SCADA software. Using VPort ActiveX SDK PLUS with Citect 1. Click the ActiveX icon from the tool box (Figure 1). Click here Figure 1 Copyright 2009 Moxa Inc. Page 2 of 28

3 2. Choose VPortSDK Control (Figure 2.1) from the ActiveX Controls list. The VPortSDK components will then appear on the main screen (Figure 2.2). Figure 2.1 Figure 2.2 Copyright 2009 Moxa Inc. Page 3 of 28

4 3. Double click on the VPortSDK icon and a window like Figure 3.1 will appear. You can get the Object Name under Access Identification (AN202 in the following figure). You can then add a new button to the main screen (Figure 3.2) by choosing Input and adding the required code for the Down command (Figure 3.3). Example:_ ObjectSetProperty(ObjectByName("AN202"),"ServerIP", " "); ObjectSetProperty(ObjectByName("AN202"),"VideoProtocol", 1); ObjectCallMethod(ObjectByName("AN202"),"Connect"); Figure 3.1 Copyright 2009 Moxa Inc. Page 4 of 28

5 Figure 3.2 Figure 3.3 Copyright 2009 Moxa Inc. Page 5 of 28

6 4. Then, Compile and Run. You can view the video stream in the Citect window. Copyright 2009 Moxa Inc. Page 6 of 28

7 Using VPort ActiveX SDK PLUS with Intouch 1. Set up the new window in Intouch WindowMaker (Figure 1.1). Figure 1.1 Copyright 2009 Moxa Inc. Page 7 of 28

8 2. Right-click on Configure Wizard/ActiveX Installation in the tree menu. Then, click on Open and select ActiveX Control Installation in the Wizard/ActiveX Installation dialog box to install VPortSDK Control (Figure 2.1) Figure 2.1 Copyright 2009 Moxa Inc. Page 8 of 28

9 3. Choose the Wizard Selection icon from the top toolbar. Then click on VPortSDKCtrl (Figure 3.2) Figure 3.2 Copyright 2009 Moxa Inc. Page 9 of 28

10 4. Add a new button, and select the Action checkbox. After that, click on the Action button (Figure 4.1) and a window will appear as shown in Figure 4.2. Select Insert ActiveX Control from the top toolbar and set up the Method/Property in the ActiveX Control Browser (Figure 4.3). Then, set up the related parameters for each property (Figure 4.4). 2 1 Figure 4.1 Figure Figure 4.3 Copyright 2009 Moxa Inc. Page 10 of 28

11 5 Figure After completing all the above steps, Save the file and Run it (Figure 5.1). Figure 5.1 Copyright 2009 Moxa Inc. Page 11 of 28

12 From the above instructions, you can see only a few steps are needed to embed IP video streams into your SCADA system by using ActiveX Control components. Of course, there are plenty of functions supported by ActiveX Control SDK for video streams and camera control, such as Connect, Disconnect, Decode, Get Snapshot, Media Type, etc. Most system integrators can benefit from these functions to build a comprehensive SCADA/HMI system with IP video surveillance. In the next section, we will introduce a method familiar to automation engineers to set up and control an IP video device from the SCADA/HMI system. Modbus/TCP is the most commonly used communication protocol in SCADA/HMI systems. An IP video device should support the Modbus/TCP protocol in order to make use of it. Here, we use Moxa s VPort 254, a 4-channel industrial video encoder, with Citect SCADA software as an example. Using the VPort 254 s Modbus/TCP with Citect 1. Connect 1.1. In the project setup window, click on OK after creating a new project for ModBus_Demo. The new Modbus_Demo project will be displayed on the project list of Citect Explorer. Copyright 2009 Moxa Inc. Page 12 of 28

13 1.2. Click on the new ModBus_demo project and choose Communications to set the parameters for communications and connections There are several items under Contents of Communications. Choose Express I/O Device Setup, and the Express Communications Wizard will initiate setup On the 1 st page of the wizard, there is a simple description for each function and purpose. Click on Next to continue On the 2 nd page, you will need to set up the I/O Server Name for this project. The default name is IOServer. Click on Next when you have finished On the 3 rd page, you will need to set the I/O Device Name for the connected device. The default name is IODev. Click on Next when you have finished. Copyright 2009 Moxa Inc. Page 13 of 28

14 1.7. On the 4 th page, choose External I/O Device for the I/O Device type and click on Next to continue On the 5 th page, choose Modicon TSX Quantum Ethernet (TCP/IP) to select the Driver Type. Click on Next to continue On the 6 th page, set up the IP address and TCP port for the connection. Be certain to select TCP for the protocol. When you have finished, click on Next to continue On the 7 th page, you can set up whether to read the external database or not. Then, click on Next to continue On the 8 th page, you can see a complete list of configurations to be made. Click on Complete once you have confirmed all the settings. Copyright 2009 Moxa Inc. Page 14 of 28

15 2. Configure Data Tag 2.1. Click on Tags after you finish configuring the tags for Communications If you want to monitor DI1 (Digital Input 1) of the VPort 254, then configure the Variable Tags setup page as follows: Variable Tag Name: VPort254_DI1 Data Type: INT I/O Device Name: IODev Address: Copyright 2009 Moxa Inc. Page 15 of 28

16 2.3. The Address can be obtained from the Modbus Address Map. The Address of DI1 is 0x0080, which can be transferred to 128 in decimals Different function codes have different address definitions in Citect. For example, the address definition of Output Coils in the figure below is , Input Status is , and Input Register is Since the VPort 254 s Modbus/TCP Server currently only supports Input Register, the Address is 128 plus Copyright 2009 Moxa Inc. Page 16 of 28

17 2.6. Since the UnitID of the VPort 254 is fixed at 1, additional setup is required. Click on I/O Devices of Communications in Citect Explorer to display the content for the Modbus_Demo project in Citect Project Editor Input 1 in the Address column refers to the UnitID 1 for communications. If the address is incorrect, communication between Modbus_Demo and the VPort 254 will fail. Copyright 2009 Moxa Inc. Page 17 of 28

18 2.8. Since the initial Citect address for Modbus is 40001, you must change the initial address to Select Help Driver Help in Citect Explorer to open the Citect Driver Help menu Select the Content tab in the Help menu and open MODNET Parameters There will be a series of setup items under Parameters. The [MODNET] InitVar column confirms if the Device connection at startup was successful or not. The default value is 40001, but the VPort 254 only supports the function code for Input Register. So, the address of does not exist on the VPort 254. Copyright 2009 Moxa Inc. Page 18 of 28

19 2.8.4 To change the address to 30001, click on Click here to view/edit the values for this parameter and then change the value of InitVar to Click on Confirm to complete setup After you finish configuring, you can start compiling the tags. Click on File Compile and then wait for the compilation process to complete. A Compilation successful dialog box will appear. 3. Design Graphics 3.1. After completing the configurations for Communications and Tags, you can design the presentation user interface In Citect Explorer, go to Graphics Pages, double-click on Citect Graphics Builder and the setup window will appear. Copyright 2009 Moxa Inc. Page 19 of 28

20 3.3. In the Citect Graphics Builder setup window, select your preferred template, such as Normal or XP_Style, from the Template List From the menu bar, select Objects Number to display the return values as numbers Place the Object a blank section of the screen, and the setup window for this Object will appear You must set up the Type, Numeric Expression, and Format There is no need to change the Type because it is automatically displayed. Copyright 2009 Moxa Inc. Page 20 of 28

21 3.8. In the Format list, select #### to represent values that do not have digits after the decimal point Click the icon to the right of Numeric Expression and select Insert Tag to display the designated Tag List. Select the tag you want to use. Copyright 2009 Moxa Inc. Page 21 of 28

22 3.10. After setting the values, choose Objects Symbol Set if you want to use a light to indicate the status Drag the Symbol Set to a blank section of the screen and the Symbol Set setup window will appear. It is just like the Number setup window except for the additional Type box on the right Since the status for DI1 is 0 OFF and 1 ON, you must select Multi-state for the Appearance Type. Copyright 2009 Moxa Inc. Page 22 of 28

23 3.13. In the Conditions setup box, configure A as VPort254_DI1=0 and B as VPort254_DI1=1. The rule is that the light will be green when A is valid, and the light will be red when B is valid After the screen is designed, Save the screen and click Compile on the File menu. Compilation is complete when the Compilation successful message appears. Copyright 2009 Moxa Inc. Page 23 of 28

24 4. Run 4.1. After completing the design and compilation of the Graphic, you can start to run the project screen Choose Run from the File menu in the Citect Graphics Builder to go to the Start screen In the Start screen, choose Pages Update Page List Page Name after the compilation appears. Select this page for the next step After the page is selected, if DI1 of the VPort 254 is off, then the light will be green, and the number will be 0; if DI1 is on, then the light will be red and the number will be 1. Now, we can combine Modbus/TCP protocol design with the previous ActiveX Control SDK design. Using the VPort 254 s Modbus/TCP with the Connect Function of VPort ActiveX SDK PLUS 1. Create a new ModBusDemo Cicode page in Cicode Files. Copyright 2009 Moxa Inc. Page 24 of 28

25 2. Edit ModBusDemo.ci After creating the new page, add the Demo_Connect function. EX: FUNCTION Demo_Connect() IF CH1_VideoStatus=1 THEN _ObjectCallMethod(ObjectByName("VPort"),"Disconnect"); ELSE _ObjectSetProperty(ObjectByName("VPort"),"ServerIP", " "); _ObjectSetProperty(ObjectByName("VPort"),"VideoProtocol", 1); _ObjectSetProperty(ObjectByName("VPort"),"IgnoreCaption", 1); _ObjectCallMethod(ObjectByName("VPort"),"Connect"); END END 3. Choose Objects Cicode Object in Citect Graphics Builder. Copyright 2009 Moxa Inc. Page 25 of 28

26 4. Select Demo_Connect from the Insert Function list. 5. Compile and Run the project. DI1 Off Copyright 2009 Moxa Inc. Page 26 of 28

27 When DI1 is triggered, the above window will appear and VPortSDK can automatically connect to the video encoder. Copyright 2009 Moxa Inc. Page 27 of 28

28 Summary ActiveX Control components offer an easier and quicker way to embed IP video streams into a SCADA/HMI system. Although the ActiveX Control SDK can also support the controls and configurations, it would be more beneficial to use Modbus or TCP protocols for these functions because they are more familiar to automation engineers. Even though there may not be a best method according to the integration viewpoint, the optimal method would allow engineers to do their job quickly, precisely, and easily with the most familiar tools. Moxa is dedicated to developing industrial video networking solutions for automation systems and applications. You are welcome to contact us with any questions or suggestions related to embedding video streams into SCADA/HMI systems, or other types of automation systems. inquiries can be sent to info@moxa.com. Disclaimer This document is provided for information purposes only, and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied by law, including implied warranties and conditions of merchantability, or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form for any purpose, without our prior written permission. Copyright 2009 Moxa Inc. Page 28 of 28

One Gateway That Can Do It All

One Gateway That Can Do It All Jason Fan, Product Manager support@moxa.com Traditional Fieldbus Communication Applications The term Fieldbus refers to a collection of communication protocols that were introduced to replace 4 to 20 ma

More information

Remote Monitoring and Alarm Solution

Remote Monitoring and Alarm Solution Ethernet Gives New a Big Advantage Stanley Liu, Moxa Product Manager (stanley.liu@moxa.com) The main purpose of remote monitoring and alarm systems which are used for applications such as security, restricted

More information

Avoiding the Pitfalls of Embedded Application Programming

Avoiding the Pitfalls of Embedded Application Programming Released on April 17, 2009 Avoiding the Pitfalls of Embedded Application Programming CF Lin, Director of Software Development cf.lin@moxa.com Although writing software for embedded computers may sound

More information

WHITE PAPER. How to Select a Cellular RTU for Water and Wastewater Applications. Charles Chen Product Manager Moxa Inc.

WHITE PAPER. How to Select a Cellular RTU for Water and Wastewater Applications. Charles Chen Product Manager Moxa Inc. How to Select a Cellular RTU for Water and Wastewater Applications Charles Chen Product Manager Moxa Inc. Overview of Water Resource Management Water resource management has become a critical issue due

More information

Choosing a Multiport Serial Board for Serial Communication

Choosing a Multiport Serial Board for Serial Communication Released on October 13, 2008 Choosing a Multiport Serial Board for Serial Casper Yang, Senior Product Manager casper.yang@moxa.com Serial communication (RS-232/422/485) has been used in Industrial Automation

More information

Communication with Citect over MODBUS TCP

Communication with Citect over MODBUS TCP Applied Engineering Integration Note Communication with Citect over MODBUS TCP Overview This document explains how to set up communications between the DVT 600 Series and Citect (SCADA software package)

More information

Creating Custom Project Administrator Role to Review Project Performance and Analyze KPI Categories

Creating Custom Project Administrator Role to Review Project Performance and Analyze KPI Categories Creating Custom Project Administrator Role to Review Project Performance and Analyze KPI Categories Worked Example ORACLE PPM CLOUD SERVICES SOLUTION OVERVIEW MAY 2018 Disclaimer The following is intended

More information

Oracle Fusion Configurator

Oracle Fusion Configurator Oracle Fusion Configurator Configurator Modeling Walk Through O R A C L E W H I T E P A P E R M A R C H 2 0 1 8 Table of Contents Introduction 1 Assumptions 1 Product Information Management Setup 2 Item

More information

New Technology Automates Arduous Modbus Routing Setup in Gateways. Dr. Sean Chen Product Manager

New Technology Automates Arduous Modbus Routing Setup in Gateways. Dr. Sean Chen Product Manager New Technology Automates Arduous Modbus Routing Setup in Gateways Dr. Sean Chen Product Manager Abstract When a lot Modbus devices need to be monitored and controlled, engineers usually have to spend a

More information

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware An Oracle White Paper October 2009 The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware Introduction Oracle Enterprise Manager provides a single, integrated

More information

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft

More information

How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers

How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers Bruce Chen, Project Supervisor, Moxa Technical Support Dept. Moxa offers the boot loader utility for firmware upgrade or

More information

Create Individual Membership. This step-by-step guide takes you through the process to create an Individual Membership.

Create Individual Membership. This step-by-step guide takes you through the process to create an Individual Membership. Create Individual Membership This step-by-step guide takes you through the process to create an Individual Membership. Before you start Have you checked the Oracle Academy New Membership Reference Guide

More information

Oracle Learn Cloud. Taleo Release 16B.1. Release Content Document

Oracle Learn Cloud. Taleo Release 16B.1. Release Content Document Oracle Learn Cloud Taleo Release 16B.1 Release Content Document August 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE LEARN CLOUD... 4 Widget Portability... 4 Updated Transcript Widget Credit Value

More information

How to Choose an Outdoor IP Camera. Edward Lu Business Development Manager, Moxa Inc.

How to Choose an Outdoor IP Camera. Edward Lu Business Development Manager, Moxa Inc. How to Choose an Outdoor IP Camera Edward Lu Business Development Manager, Moxa Inc. In some cities, nearly 50% of existing outdoor cameras are nonfunctional CCTV surveillance cameras are now a common

More information

New Locations and New Requirements for Onboard IP CCTV. Harry Hsiao Product Manager

New Locations and New Requirements for Onboard IP CCTV. Harry Hsiao Product Manager New Locations and New Requirements for Onboard IP CCTV Harry Hsiao Product Manager Overview IP-based CCTV systems are becoming an absolute requirement for train operations. Effective video surveillance

More information

SQream Dashboard Version SQream Technologies

SQream Dashboard Version SQream Technologies SQream Dashboard Version 1.1.0 SQream Technologies 2018-11-06 Table of Contents Overview................................................................................... 1 1. The SQream Dashboard...................................................................

More information

How to Build an IoT Application with Moxa's ThingsPro and AWS IoT Service

How to Build an IoT Application with Moxa's ThingsPro and AWS IoT Service How to Build an IoT Application with Moxa's ThingsPro and AWS IoT Service Contents Moxa Technical Support Team support@moxa.com 1 Introduction... 2 2 Application Scenario... 2 3 Prerequisites... 3 4 Solution...

More information

Enabling Mobility in Network Monitoring. Yiwei Chen Moxa Product Manager

Enabling Mobility in Network Monitoring. Yiwei Chen Moxa Product Manager Enabling Mobility in Network Monitoring Yiwei Chen Moxa Product Manager Introduction Engineers face different challenges during each stage of the industrial network management lifecycle. During the installation

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 02 Creating the OraHealth Page Template and Skin Page 1 of 24 Overview WebCenter Portal uses page templates and skins to control the look-and-feel of

More information

Create Faculty Membership Account. This step-by-step guide takes you through the process to create a Faculty Membership Account.

Create Faculty Membership Account. This step-by-step guide takes you through the process to create a Faculty Membership Account. Create Faculty Membership Account This step-by-step guide takes you through the process to create a Faculty Membership Account. Before you start Have you checked the Oracle Academy New Membership Reference

More information

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview An Oracle White Paper December, 3 rd 2014 Oracle Metadata Management v12.1.3.0.1 Oracle Metadata Management version 12.1.3.0.1 - December, 3 rd 2014 Disclaimer This document is for informational purposes.

More information

Oracle Enterprise Performance Management Cloud

Oracle Enterprise Performance Management Cloud An Oracle White Paper January 2018 Oracle Enterprise Performance Management Cloud Extracting YTD Balances from FCCS using Data Management Disclaimer This document is provided for information purposes and

More information

Multichannel Connect for Salesforce CRM Integration Guide

Multichannel Connect for Salesforce CRM Integration Guide Multichannel Connect for Salesforce CRM Integration Guide Version 6.6 8x8 Proprietary Copyright 2010, Contactual, Inc. All rights reserved. This document is provided for information purposes only and the

More information

Advanced Global Intercompany Systems : Transaction Account Definition (TAD) In Release 12

Advanced Global Intercompany Systems : Transaction Account Definition (TAD) In Release 12 Advanced Global Intercompany Systems : Transaction Account Definition (TAD) In Release 12 An Oracle White Paper [May] [2011] TABLE OF CONTENTS Executive Overview... 3 Introduction... 3 Scope... 3 Overview...

More information

Oracle Service Cloud Agent Browser UI. November What s New

Oracle Service Cloud Agent Browser UI. November What s New Oracle Service Cloud Agent Browser UI November 2017 What s New TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 3 WORKSPACES... 3 Rowspan Workspace Designer Configuration Option... 3 Best Answer Incident

More information

Generate Invoice and Revenue for Labor Transactions Based on Rates Defined for Project and Task

Generate Invoice and Revenue for Labor Transactions Based on Rates Defined for Project and Task Generate Invoice and Revenue for Labor Transactions Based on Rates Defined for Project and Task O R A C L E P P M C L O U D S E R V I C E S S O L U T I O N O V E R V I E W D E C E M B E R 2017 Disclaimer

More information

Building a Future-Proof Data- Processing Solution with Intelligent IoT Gateways. Johnny T.L. Fang Product Manager

Building a Future-Proof Data- Processing Solution with Intelligent IoT Gateways. Johnny T.L. Fang Product Manager Building a Future-Proof Data- Processing Solution with Intelligent IoT Gateways Johnny T.L. Fang Product Manager Abstract To date, most discussions about the Industrial Internet of Things (IoT) have been

More information

SRX-Pro Mobile Remote App - Android INNOVATIONS AT THE SPEED OF THOUGHT

SRX-Pro Mobile Remote App - Android INNOVATIONS AT THE SPEED OF THOUGHT SRX-Pro Mobile Remote App - Android 2012 i³ International Inc. The contents of this user manual are protected under copyright and computer program laws. INNOVATIONS AT THE SPEED OF THOUGHT Table of Contents

More information

PeopleSoft Applications Portal and WorkCenter Pages

PeopleSoft Applications Portal and WorkCenter Pages An Oracle White Paper April, 2011 PeopleSoft Applications Portal and WorkCenter Pages Creating a Compelling User Experience Introduction... 3 Creating a Better User Experience... 4 User Experience Possibilities...

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 04 Creating a Content Presenter Template Page 1 of 21 Overview In the previous lab, we used out-of-the-box components to publish documents into the portal.

More information

Darca Plus Eltek Download ing And Remote Con trol Applica tion

Darca Plus Eltek Download ing And Remote Con trol Applica tion Eltek Downloading And Remote Control Application Copyright Microsoft, Windows 98-SE/ME, Windows NT, Windows 2000/XP, Vista, Windows 7 and Excel are registered trademarks of Microsoft Corporation. This

More information

Achieving High Availability with Oracle Cloud Infrastructure Ravello Service O R A C L E W H I T E P A P E R J U N E

Achieving High Availability with Oracle Cloud Infrastructure Ravello Service O R A C L E W H I T E P A P E R J U N E Achieving High Availability with Oracle Cloud Infrastructure Ravello Service O R A C L E W H I T E P A P E R J U N E 2 0 1 8 Revision History The following revisions have been made to this white paper

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 03 Integrating Content Page 1 of 12 Overview WebCenter Content is the content repository for WebCenter Portal. To leverage the content stored in the repository,

More information

How to Build a Real-Time IIoT Application with Moxa's ThingsPro and Cirrus Link's Sparkplug

How to Build a Real-Time IIoT Application with Moxa's ThingsPro and Cirrus Link's Sparkplug How to Build a Real-Time IIoT Application with Moxa's ThingsPro and Cirrus Link's Sparkplug Contents Moxa Technical Support Team support@moxa.com 1 Introduction... 2 2 Application Scenario... 2 3 Prerequisites...

More information

Configuring Oracle Business Intelligence Enterprise Edition to Support Teradata Database Query Banding

Configuring Oracle Business Intelligence Enterprise Edition to Support Teradata Database Query Banding A Joint Oracle Teradata White Paper September 2011 Configuring Oracle Business Intelligence Enterprise Edition to Support Teradata Database Query Banding Introduction... 1 Step 1. Query Band Configuration

More information

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Transfer Payments User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Transfer Payments User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.0 Dashboard Widgets Transfer Payments User Manual Part No. E52305-01 Dashboard Widgets User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

EZ-iVMS Client Software. Quick Start Guide

EZ-iVMS Client Software. Quick Start Guide EZ-iVMS Client Software Quick Start Guide Notices The information in this documentation is subject to change without notice and does not represent any commitment. Liability whatsoever for incorrect data

More information

How OPC UA Software Enhances Big Data Integrity for IIoT SCADA Systems. Charles Chen Product Manager

How OPC UA Software Enhances Big Data Integrity for IIoT SCADA Systems. Charles Chen Product Manager How OPC UA Software Enhances Big Data Integrity for IIoT SCADA Systems Charles Chen Product Manager Big Data Integrity Is a Critical Factor in the Evolution from Traditional to IIoT SCADA Systems Over

More information

Virtual Office. Group Call Pickup. Version 1.0. Revision 1.0

Virtual Office. Group Call Pickup. Version 1.0. Revision 1.0 Virtual Office Group Call Pickup Version 1.0 Revision 1.0 Copyright 2015, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change

More information

MOXA VPort 2110/2140/2141 Video Server Quick Installation Guide

MOXA VPort 2110/2140/2141 Video Server Quick Installation Guide MOXA VPort 2110/2140/2141 Video Server Quick Installation Guide Third Edition, July 2006 MOXA Networking Co., Ltd. Tel: +886-2-2910-1230 Fax: +886-2-2910-1231 www.moxa.com support@moxanet.com (Worldwide)

More information

Moxa SoftNVR-IA IP Surveillance Software User s Manual

Moxa SoftNVR-IA IP Surveillance Software User s Manual Moxa SoftNVR-IA IP Surveillance Software User s Manual First Edition, February 2010 www.moxa.com/product 2010 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa SoftNVR

More information

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of

More information

KINGSTAR 3.5. SOFT MOTION SDK INSTALLATION GUIDE KS-DOC-x R19

KINGSTAR 3.5. SOFT MOTION SDK INSTALLATION GUIDE KS-DOC-x R19 KINGSTAR 3.5 SOFT MOTION SDK INSTALLATION GUIDE KS-DOC-x64-0003-R19 Copyright 1996-2018 by All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, graphic,

More information

See What's Coming in Oracle Taleo Business Edition Cloud Service

See What's Coming in Oracle Taleo Business Edition Cloud Service See What's Coming in Oracle Taleo Business Edition Cloud Service Release 15B2 Release Content Document October 2015 TABLE OF CONTENTS REVISION HISTORY... 3 TALEO BUSINESS EDITION... 4 CAREERS WEBSITE...

More information

Oracle Enterprise Performance Reporting Cloud. What s New in September 2016 Release (16.09)

Oracle Enterprise Performance Reporting Cloud. What s New in September 2016 Release (16.09) Oracle Enterprise Performance Reporting Cloud What s New in September 2016 Release (16.09) August 2016 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 Give Us Feedback... 4 RELEASE FEATURE SUMMARY...

More information

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Siebel CRM Applications on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017

Siebel CRM Applications on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Siebel CRM Applications on Oracle Ravello Cloud Service ORACLE WHITE PAPER AUGUST 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

Contents. Technical Information

Contents. Technical Information Technical Information TI 04R01B01-01EN YTMX580 Multi-Input Temperature Transmitter Startup Guide (From Device Configuration and Wireless Network Connection to Process Data Monitoring) [Style : S2] Contents

More information

Oracle Adapter for Salesforce Lightning Winter 18. What s New

Oracle Adapter for Salesforce Lightning Winter 18. What s New Oracle Adapter for Salesforce Lightning Winter 18 What s New TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 5 PRE-UPGRADE CONSIDERATIONS... 6 POST-UPGRADE REQUIREMENTS...

More information

Loading User Update Requests Using HCM Data Loader

Loading User Update Requests Using HCM Data Loader Loading User Update Requests Using HCM Data Loader Oracle Fusion Human Capital Management 11g Release 11 (11.1.11) Update 8 O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 7 Table of Contents Loading

More information

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011 An Oracle White Paper: November 2011 Installation Instructions: Oracle XML DB XFILES Demonstration Table of Contents Installation Instructions: Oracle XML DB XFILES Demonstration... 1 Executive Overview...

More information

Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 2, Memory Barriers and Memory Fences

Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 2, Memory Barriers and Memory Fences An Oracle White Paper September 2010 Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 2, Memory Introduction... 1 What Is Memory Ordering?... 2 More About

More information

Supporting ios Devices

Supporting ios Devices Supporting ios Devices 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

Oracle Learn Cloud. What s New in Release 15B.1

Oracle Learn Cloud. What s New in Release 15B.1 Oracle Learn Cloud What s New in Release 15B.1 August 2015 TABLE OF CONTENTS OVERVIEW... 3 RELEASE FEATURE SUMMARY... 3 BUTTON LABELS CHANGED FOR ADDING ENROLLMENTS... 4 CUSTOMER TICKETS... 4. 2 OVERVIEW

More information

VISUAL APPLICATION CREATION AND PUBLISHING FOR ANYONE

VISUAL APPLICATION CREATION AND PUBLISHING FOR ANYONE Oracle Autonomous Visual Builder Cloud Service provides an easy way to create and host web and mobile applications in a secure cloud environment. An intuitive visual development experience on top of a

More information

Oracle FLEXCUBE Direct Banking Release Corporate Cash Management User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Corporate Cash Management User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Cash Management User Manual Part No. E52305-01 Corporate Cash Management User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

Configuring LabVIEW 2009 to Communicate with Acromag Busworks and Etherstax Modbus I/O Modules via an OPC Server

Configuring LabVIEW 2009 to Communicate with Acromag Busworks and Etherstax Modbus I/O Modules via an OPC Server Configuring LabVIEW 2009 to Communicate with Acromag Busworks and Etherstax Modbus I/O Modules via an OPC Server ACROMAG INCORPORATED Tel: (248) 295-0880 30765 South Wixom Road Fax: (248) 624-9234 P.O.

More information

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK

USING THE XPERT2 / 9210B ON A TCP/IP NETWORK 1 USING THE XPERT2 / 9210B ON A TCP/IP NETWORK Prepared by: R&D January, 2009 Updated September 26, 2013 Sutron Corporation 22400 Davis Drive Sterling, Virginia 20164 TEL: (703) 406-2800 FAX: (703) 406-2801

More information

2013 Moxa Inc Released on Sep 15, 2013

2013 Moxa Inc Released on Sep 15, 2013 EtherNet/IP Configuration for the Moxa MGate Moxa Technical Support Team support@moxa.com Contents 1. Introduction... 2 2. Applicable Products... 2 3. System Requirements... 2 4. System Overview... 2 5.

More information

Supporting Apple ios Devices

Supporting Apple ios Devices Supporting Apple ios Devices 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

Tutorial on How to Publish an OCI Image Listing

Tutorial on How to Publish an OCI Image Listing Tutorial on How to Publish an OCI Image Listing Publish an OCI Image Listing F13637-01 JANUARY 2019 DISCLAIMER The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper November Primavera Unifier Integration Overview: A Web Services Integration Approach

An Oracle White Paper November Primavera Unifier Integration Overview: A Web Services Integration Approach An Oracle White Paper November 2012 Primavera Unifier Integration Overview: A Web Services Integration Approach Introduction Oracle s Primavera Unifier offers an extensible interface platform based on

More information

DBSync Integration Salesforce and QuickBooks Online (Bi-directional)

DBSync Integration Salesforce and QuickBooks Online (Bi-directional) DBSync Integration Salesforce and QuickBooks Online (Bi-directional) Page 1 of 24 Contents Overview:... 3 Data Flow:... 3 Process Map:... 4 Pre-requisites for Integration:... 5 DBSync package (QuickBooks

More information

Five Key Considerations When Implementing Secure Remote Access to Your IIoT Machines. Blanch Huang Product Manager

Five Key Considerations When Implementing Secure Remote Access to Your IIoT Machines. Blanch Huang Product Manager Five Key Considerations When Implementing Secure Remote Access to Your IIoT Machines Blanch Huang Product Manager Abstract Industrial IoT (IIoT) and smart factory trends are redefining today s OEM business

More information

How to Upload Device Data to a Remote Database Using the Log Upload Function

How to Upload Device Data to a Remote Database Using the Log Upload Function How to Upload Device Data to a Remote Database Using the Log Upload Function Contents Moxa Technical Support Team support@moxa.com 1 Introduction... 2 2 Application Scenario... 2 3 Prerequisites... 2 4

More information

An Oracle White Paper July Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer

An Oracle White Paper July Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer An Oracle White Paper July 2011 Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer Introduction This white paper describes a method for copying runtime-created skins from a WebCenter

More information

Ethernet Convergence in Mobile Oil and Gas Applications. Mike Werning Field Application Engineer, Moxa Americas

Ethernet Convergence in Mobile Oil and Gas Applications. Mike Werning Field Application Engineer, Moxa Americas Ethernet Convergence in Mobile Oil and Gas Mike Werning Field Application Engineer, Moxa Americas Overview The increase of activity in the oil and gas market in North America is driving change in the way

More information

TABLE OF CONTENTS DOCUMENT HISTORY 3

TABLE OF CONTENTS DOCUMENT HISTORY 3 TABLE OF CONTENTS DOCUMENT HISTORY 3 UPDATE 18A 3 Revision History 3 Overview 3 Order Management 4 Test to Production Rule Migration 4 Pricing 4 Improve Price List Import 4 Manage Pricing Rules and Pricing

More information

Correction Documents for Poland

Correction Documents for Poland ERP CLOUD Correction Documents for Poland Oracle Financials for EMEA Table of Contents Purpose of the Document... 2 Setup... 3 Security Privilege... 3 Receivables Transaction Sources... 4 Receivables Transaction

More information

Oracle Learn Cloud. What s New in Release 15B

Oracle Learn Cloud. What s New in Release 15B Oracle Learn Cloud What s New in Release 15B 10 July 2015 TABLE OF CONTENTS OVERVIEW... 3 RELEASE FEATURE SUMMARY... 3 BI REPORTING BETA CUSTOM REPORTING CAPABILITIES... 5 Terminology... 5 New User Permission...

More information

Oracle Express CPQ for Salesforce.com

Oracle Express CPQ for Salesforce.com Oracle Express CPQ for Salesforce.com Spring 16 Release Content Document January 2016 1 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 GENERAL... 4 Quote Paths... 4 CONFIGURATION... 5 Lightning

More information

Oracle WebCenter Suite Integrating Secure Enterprise Search

Oracle WebCenter Suite Integrating Secure Enterprise Search Oracle WebCenter Suite Integrating Secure Enterprise Search An Oracle White Paper January 2007 Oracle WebCenter Suite Integrating Secure Enterprise Search INTRODUCTION As organizations continually reinvent

More information

Oracle Express CPQ for Salesforce.com. What s New in Summer 15

Oracle Express CPQ for Salesforce.com. What s New in Summer 15 Oracle Express CPQ for Salesforce.com What s New in Summer 15 8 June 2015 TABLE OF CONTENTS OVERVIEW... 3 Give Us Feedback... 3 POST-UPGRADE REQUIREMENTS... 3 PRE-UPGRADE TESTING... 4 RELEASE FEATURE SUMMARY...

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

NetIQ Aegis: Automated Workflow Magic Lab

NetIQ Aegis: Automated Workflow Magic Lab NetIQ Aegis: Automated Workflow Magic Lab NIQ11 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

Quick Start Guide GV-VMS

Quick Start Guide GV-VMS Quick Start Guide GV-VMS Thank you for purchasing GV-VMS. This guide is designed to assist the new user in getting immediate results from the GV-VMS. For advanced information on how to use the GV-VMS,

More information

VIDOS Monitor Wall. Installation and Operating Manual

VIDOS Monitor Wall. Installation and Operating Manual VIDOS Monitor Wall Installation and Operating Manual Copyright This document is the intellectual property of Bosch Security Systems and is protected by copyright. All rights reserved. No part of this

More information

Oracle DIVArchive Storage Plan Manager

Oracle DIVArchive Storage Plan Manager Oracle DIVArchive Storage Plan Manager Feature Description ORACLE TECHNICAL WHITE PAPER UPDATED MAY 2015 Introduction: What Is a Storage Plan? Storage plans are policies managing the lifecycle of objects

More information

HikCentral Quick Start Guide

HikCentral Quick Start Guide HikCentral Quick Start Guide Quick Start Guide COPYRIGHT 2018 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings, pictures,

More information

Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data

Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data An Oracle White Paper August 2006 Oracle Database Vault Overview Oracle Database Vault enables you to Restrict

More information

STAGESCAPE M20d. System Settings

STAGESCAPE M20d. System Settings STAGESCAPE M20d System Settings Table of Contents System Settings... 1 Wi-Fi Remote Setup...2 How To Configure Wi-Fi Settings On ipad...4 Backup & Restore...6 Update M20d...7 Update L6 Link...8 System

More information

CodeWarrior Development Tools mwclearcase Plug-in User Guide

CodeWarrior Development Tools mwclearcase Plug-in User Guide CodeWarrior Development Tools mwclearcase Plug-in User Guide Revised 2002/10/29 Metrowerks, the Metrowerks logo, and CodeWarrior are registered trademarks of Metrowerks Corp. in the US and/or other countries.

More information

WHITE PAPER. Expert Tips for Planning an Industrial Wireless Network. Mike Werning Field Application Engineer, Moxa Americas

WHITE PAPER. Expert Tips for Planning an Industrial Wireless Network. Mike Werning Field Application Engineer, Moxa Americas Expert Tips for Planning an Industrial Wireless Network Mike Werning Field Application Engineer, Moxa Americas Executive Summary Wi-Fi is now present everywhere and people have become comfortable using

More information

Windows XP Software Installation Instructions GCC Elite Series Printers

Windows XP Software Installation Instructions GCC Elite Series Printers TM Windows XP Software Installation Instructions GCC Elite Series Printers This document is intended to provide instructions for obtaining and installing the Windows XP driver software for GCC s Elite

More information

Oracle Social Network

Oracle Social Network Oracle Social Network Release 11 Release Content Document December 2015 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 UPDATES TO SOCIAL IN ORACLE APPLICATIONS CLOUD... 4 DESKTOP CLIENT IMPROVEMENTS...

More information

Extending Ethernet over 2-wire Copper Networks

Extending Ethernet over 2-wire Copper Networks Extending Ethernet over 2-wire Copper Networks Eleanor Huang Product Manager Mark Wu Technical Writer Executive Summary To improve the efficiency of industrial automation systems, many operators are considering

More information

Oracle Enterprise Performance Reporting Cloud. What s New in February 2017 Update (17.02)

Oracle Enterprise Performance Reporting Cloud. What s New in February 2017 Update (17.02) Oracle Enterprise Performance Reporting Cloud What s New in February 2017 Update (17.02) February 2017 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE ENTERPRISE PERFORMANCE REPORTING CLOUD, FEBRUARY UPDATE...

More information

Create Institutional Membership

Create Institutional Membership Create Institutional Membership This step-by-step guide takes you through the process to register your Institution for an Oracle Academy Institutional Membership. Before you start Have you checked the

More information

Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices. An Oracle White Paper April, 2012

Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices. An Oracle White Paper April, 2012 Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices An Oracle White Paper April, 2012 Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices INTRODUCTION

More information

KingStar Motion 2.1 SDK and Runtime Installation Guide

KingStar Motion 2.1 SDK and Runtime Installation Guide KingStar Motion 2.1 SDK and Runtime Installation Guide This guide describes system requirements and provides installation and setup instructions for the KingStar Motion SDK and Runtime. KS-DOC-X64-0003-R6

More information

Software. SCADA Solution SCADA

Software. SCADA Solution SCADA SCADA Solution Introduction SCADA stands for Supervisor Control And Data Acquisition. It is a production automation and control system based on PCs. It is widely used in many fields: e.g. power generation,

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.4 December 2017 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

See What's Coming in Oracle Express CPQ for Salesforce.com

See What's Coming in Oracle Express CPQ for Salesforce.com See What's Coming in Oracle Express CPQ for Salesforce.com Summer 15 Release Content Document 1 TABLE OF CONTENTS OVERVIEW... 3 GENERAL... 3 Basic Setup Page... 3 CONFIGURATION... 4 Blueprint Groups...

More information

Oracle Cloud Applications. Oracle Transactional Business Intelligence BI Catalog Folder Management. Release 11+

Oracle Cloud Applications. Oracle Transactional Business Intelligence BI Catalog Folder Management. Release 11+ Oracle Cloud Applications Oracle Transactional Business Intelligence BI Catalog Folder Management Release 11+ ORACLE WHITE PAPER November 2017 ORACLE WHITE PAPER November 2017 Table of Contents Introduction

More information

Using the Oracle Business Intelligence Publisher Memory Guard Features. August 2013

Using the Oracle Business Intelligence Publisher Memory Guard Features. August 2013 Using the Oracle Business Intelligence Publisher Memory Guard Features August 2013 Contents What Are the Memory Guard Features?... 3 Specify a maximum data sized allowed for online processing... 3 Specify

More information

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 High Availability for Windows NT An Oracle Technical White Paper Robert Cheng Oracle New England Development Center System Products

More information

Quick Start Guide. Takes only a few minutes to read. Quickest way to transfer leads into your ACT! database

Quick Start Guide. Takes only a few minutes to read. Quickest way to transfer  leads into your ACT! database Quickest way to transfer email leads into your ACT! database Quick Start Guide Takes only a few minutes to read 1340 S. De Anza Blvd., Suite #106 San Jose, CA 95129 Phone: (408) 872-3103 Fax: (408) 861-9601

More information

Blazer Express FAQ. Blazer Express V1.4 Frequently Asked Questions (FAQ)

Blazer Express FAQ. Blazer Express V1.4 Frequently Asked Questions (FAQ) Blazer Express V1.4 Frequently Asked s (FAQ) Frequently Asked s COPYRIGHT 2017 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings,

More information

SCADA Expert Vijeo Citect 2015 Programming with Cicode Study Guide

SCADA Expert Vijeo Citect 2015 Programming with Cicode Study Guide SCADA Expert Vijeo Citect 2015 Programming with Cicode Study Guide 2015 Schneider-Electric Pty (Australia) Ltd 78 Waterloo Road Macquarie Park NSW 2113 Australia DISCLAIMER Schneider Electric makes no

More information