Little known fact: SCADAPacks can act as a Modbus Store and Forward hub when configured properly. Lesser known fact: SCADAPacks will also Store and Forward Enron Modbus, ROC Protocol, or basically any communications protocol where the first byte of the message is the address, has messages less than 240 bytes and uses Modbus CRC for […]
Tag: tips and tricks

Set ClearSCADA WebX Homepage
This has been puzzling me for a while… how do you set the WebX homepage? It is useful to put the user on a landing page other than the usual WebX logo page. I know I had done this in the past for other clients, but had since forgotten. Well no longer! To set the […]
Kepware has Configuration API!!!
I have been exposed to Kepware a lot more in recent weeks. It is a full featured driver suite, not just for PLC communications anymore! This week in particular I have been tasked with creating over 1200 devices in a single Kepware instance. Good news! They have a REST API that can be enabled and […]

DNP3 Address Mapping on Standard SCADAPack
This month has been a great learning month. I was able to build and complete a small water SCADA system here in Canada (thanks GlobalFlow for the opportunity!) and we made the communications work using DNP3. So this system is built with SCADAPacks talking over a serial radio. Conveniently the master radio is at the […]

Fun with Red Lion DSP – Polling MC-IIIs
The Red Lion DSP is a great little unit. It has mostly the same internals as their G3 HMI line but without the display. This makes it useful as a protocol conversion box, a data collector or a simple web based remote monitoring unit using the built-in web server. BUT it has its quirks; it […]

Remote SCADA Access to Prosoft E-AFC Card
I was asked recently to build a meter template for ClearSCADA for Prosoft’s new, enhanced E-AFC card. It is a 16 run flow computer module for Allen Bradley PLCs and it comes with Ethernet for simple connections. As I started testing things I immediately ran into a wall. It did not matter which platform I […]

Use a 4102 Multi-Variable Transmitter with a Floboss 107
The past few weeks have been incredibly busy. I cannot describe it. But I decided to make some time to try out something non-standard that might save clients some money on their transmitter costs. First off I need to give a shout out to Simark Controls for lending me this new 4102 transmitter so I […]
Secure ClearSCADA WebX
This is slowly coming… the need to secure our SCADA web clients. What follows are some configuration tricks for getting WebX secure and also enabling the ‘new’ WebX to talk properly to ‘original’ WebX for the purposes of client ease of use (mostly to let them have full Mimics and Maps at the same time). […]
Getting ClearSCADA Help
ClearSCADA is a surprisingly open piece of software. The help file is packed with example code, decent explanations of settings and objects, system requirements, example architectures and more. Schneider Electric has some great online resources for the ClearSCADA software product too. Thankfully this is one of the few sections of the internet left where you do […]
Using git for Industrial Automation – Part 3 – Remote Basics
This is continuation of the series of articles I have written about git and using it for industrial automation projects. Every automation shop eventually gets to a point where they need some sort of central library of code or central project file store. Eventually you need a way to share files, share projects, or archive […]