Tips and Tricks Webinar
August 2017
Agenda
• InduSoft Introduction
• Graphics in Symbols
• Creating Scales for Symbols
• Custom Widgets
• DB Troubleshooting
Introduction
InduSoft Web Studio is an easy-to-use, powerful, and affordable
HMI/SCADA software for PCs, industrial panels, embedded &
mobile devices
Design the applications in an integrated development environment and
deploy/run it on multiple platforms, including any current Microsoft Operating
system - Windows CE/Mobile, Embedded, Desktop and Server Editions,
Linux, VxWorks, among others.
Interoperability
Mobility
Portability
Open Architecture
Productivity Reliability Security
Graphics in Symbols
Graphics in Symbols
• Copy and paste
• Linked Picture
• Resources Folder
Creating Scales for
Symbols
Scales
• Techniques for creating Scales
Custom Widgets
Custom Widget Gage
• Allows 3rd party JavaScript/HTML
• Create your own interface
• Need to know JavaScript/HTML
HTML changes
<head>
<script src="../Resources/Apis/Proxy.js"></script>
<script src="./custom_widget.js"></script>
<script src="./raphael-2.1.4.min.js"></script>
<script src="./justgage.js"></script>
<title>Gauge1</title>
</head>
<div id="gauge" class="200x160px"></div>
<script>
var g = new JustGage({
id: "gauge",
value: 67,
min: 0,
max: 100,
title: "Temperature" });
</script>
JavaScript changes
• _proxy.on("Val1", _callback, this);
var _callback = function (info) {
if(info.propName === "Val1") {
g.refresh(parseInt(info.value))
}
};
Update Virtual Directory in IIS
DB Troubleshooting
DB Troubleshooting
• Output window
• Studio Database Gateway log
• Trace messages
• Query in SQL Management Studio
Questions?
How to contact
InduSoft
Email
(US) info@indusoft.com
(Brazil) info@indusoft.com.br
(Germany) info@indusoft.com.de
Support support@indusoft.com
Web site
(English) www.indusoft.com
(Portuguese) www.indusoft.com.br
(German) www.indusoft.com.de
Phone +1 (512) 349-0334 (US)
+55 (11) 3293-9139 (Brazil)
+49 (0) 6227-732510 (Germany)
Toll-Free 877-INDUSOFT (877-463-8763)
Fax +1 (512) 349-0375
Contact InduSoft Today
Germany
USA
Brazil
Thank You!

Tips and Tricks for InduSoft Web Studio-August 2017