When asked if we work with a particular technology here at DMC, my answer is always "yes". PLC, Embedded, Test and Measurement, Business Logic: we do it all and more. WinCC OA (OA) is the spiritual analogue to that philosophy in SCADA fo...
Creating popup windows on HMI pages enhances the interaction between the operator and the machine. The creation of popup windows in Automation Studio involves many other important aspects of making an HMI more dynamic such as formatting layers on pag...
Datasources in Genesis64 are defined within the GridWorX64 application to cache data for display and use in the HMI. My experience with datasources has been as a link between a SQL server database and Genesis64. However, while developing an applicati...
Over the course of the last few months, I have delved deep into the Genesis64 HMI/SCADA development software package by Iconics while working on a standardized solution for recipe editing in manufacturing lines. Overall, it is a competitive option wh...
DMC attended the annual Siemens Automation Summit last month, held June 23 - 26, 2014. We enjoyed four days of learning and networking with new friends at Walt Disney World's Contemporary Resort in Orlando, FL. The week kicked off with Mo...
String concatenation. If a programming language supports strings, it's going to support concatenating them. The means of doing so are usually straightforward and often times involve a simple library call or even a one character operator such a...
DMC is proud to have joined the ICONICS System Integrator Partner (SIP) program. The System Integrator Partner designation identifies DMC's proficiency with ICONICS products, and proven ability to develop ICONICS solutions, and efficient deployme...
I'm always trying to get my daughters, ages 8 & 5, interested in what we do here at DMC. It's a challenge because I have a hard enough time explaining what DMC does to someone I meet at a cocktail party, never mind a couple of young kids....
There are many good options for automation and controls redundancy out there. Here is an example we just recently used in the field. The customer specified a requirement of complete redundancy for all IT, networking, and HMI components of one of a la...
Recently, I needed to read a command line parameter within a VBA code (it's for an Iconics SCADA application, but I developed it with Excel VBA which is essentially the same). It doesn't sound like a big deal but there wer...