Latest Communication & Security Technical Articles

Categories

Create Your Own IIoT Tech Stack Project | Part 6: Node-RED Development

Create Your Own IIoT Tech Stack Project | Part 6: Node-RED Development

This article will explore the setup of Node-RED, the glue that will serve to connect all of the individual components of the solution that we have created up to this point.


Create Your Own IIoT Tech Stack Project | Part 5: Database Setup

Create Your Own IIoT Tech Stack Project | Part 5: Database Setup

Now that our IIoT project has verified the transmission of an MQTT data payload packet, this next article will explore the setup of an InfluxDB database to store the incoming sensor data.


Create Your Own IIoT Tech Stack Project | Part 4: Connecting MQTT Client to Broker

Create Your Own IIoT Tech Stack Project | Part 4: Connecting MQTT Client to Broker

Continuing the real-world IIoT project, learn how to begin integrating the Raspberry Pi with the Mosquitto Broker and understand Docker networks and port binding.


Create Your Own IIoT Tech Stack Project | Part 3: Commissioning MQTT Broker

Create Your Own IIoT Tech Stack Project | Part 3: Commissioning MQTT Broker

Learn to develop an actual IoT solution end to end. Create a Mosquitto MQTT broker for the Raspberry Pi client in order to connect and publish Sense HAT sensor data.


Create Your Own IIoT Tech Stack Project | Part 2: Testing The Data Payload

Create Your Own IIoT Tech Stack Project | Part 2: Testing The Data Payload

Learn to develop an actual IoT solution end to end. This second article explains configuration files, testing the edge device publisher script, and viewing the payload using a sandbox subscriber script.


Pulse Frequency Modulation (PFM): It’s Not PWM, But Related

Pulse Frequency Modulation (PFM): It’s Not PWM, But Related

Every so often, a new data format comes along, and we first consider that it might simply be a mistake in typing. Pulse Frequency Modulation (PFM) is not brand new, but still unknown to many engineers.


Create Your Own IIoT Tech Stack Project | Part 1: MQTT Client Setup

Create Your Own IIoT Tech Stack Project | Part 1: MQTT Client Setup

Learn to develop an actual IoT solution end to end, from the initial data collection to web-based visualization and analytics. This first article in the series will explore the setup of the edge device.


Fundamentals of Industrial Networking: Basic Terms and Concepts

Fundamentals of Industrial Networking: Basic Terms and Concepts

This article includes a list of some common definitions for industrial networking concepts, described in simplified terms to provide a baseline understanding of the concepts.


Using Loop Powered Isolators to Solve Ground Loop Problems

Using Loop Powered Isolators to Solve Ground Loop Problems

Many signal sources and process transmitters do not include isolation, which can cause problems when the instruments are at different locations. A loop powered isolator is often the solution.


5 Reasons Why Sensors Are Crucial For Modern Manufacturing

5 Reasons Why Sensors Are Crucial For Modern Manufacturing

Data has become the currency that enables operational excellence. Sensors are the key links, acting as the eyes and ears of modern manufacturing units by providing real-time data on machine performance.


Creating and Using a Virtual Environment in Python

Creating and Using a Virtual Environment in Python

An overview of the theory, implementation, and reason to utilize a virtual environment in your Python scripting journey.


Managing Program Versions: Use Git to Commit and Track Files

Managing Program Versions: Use Git to Commit and Track Files

If you’re working collaboratively with teams in a corporate industrial setting and require a version control system for critical software or documents, Git is a must-have in your skillset.


Origin Story: Meet Unimate, the First Industrial Robot

Origin Story: Meet Unimate, the First Industrial Robot

Most commercial control technologies have fascinating histories, especially industrial robots. Here’s the story behind the development of Unimate, the world’s first.


Ethernet Ports on Controllers: How Many, and What do They Do?

Ethernet Ports on Controllers: How Many, and What do They Do?

Some controllers and network devices have one port, while others have two. Why is there a difference, and what advantages does having two network ports actually provide?


PLC Programming With Function Block Diagrams

PLC Programming With Function Block Diagrams

Function block diagram (FBD) programming is a common language for PLCs following the IEC 61131 standard. What is FBD, and how does it differ from the familiar ladder logic programs?


Optimizing Single-Run PLC Bits and Tasks for Startup Processes

Optimizing Single-Run PLC Bits and Tasks for Startup Processes

Programmable Logic Controllers (PLCs) are designed as an endlessly-looping program, examining all lines of code as rapidly as possible. Following are a few critical tips for when programmers only need to run a series of single operations at startup.


Understanding XML and Data Exchange Formats for Industrial Settings

Understanding XML and Data Exchange Formats for Industrial Settings

The basic component of data exchange between devices, machines, and embedded systems serves as a hallmark foundation in every organization’s Industry 4.0 implementation process.


How to Design and Deploy a Web-Based HMI Project - Part 1

How to Design and Deploy a Web-Based HMI Project - Part 1

A walkthrough and discussion of a simple web-based HMI solution that could modernize your current HMI technology stack. The first step in the process involves sending data from a device to a server.


Three Things About IO-Link Sensors That May Shock You

Three Things About IO-Link Sensors That May Shock You

Control.com’s Director of Engineering got to explore IO-Link sensors and what he found might surprise you! Although still considered an “emerging” technology, it’s clear IO-Link technology boasts several bonafide benefits over traditional sensors.


System Dynamic and Frequency Response Analysis

System Dynamic and Frequency Response Analysis

Understanding the building blocks of s-domain analysis and magnitude response theory can go a long way in helping engineers predict how and why some system design choices are made over others.