Modbus RTU TCP Remote IO Controller BX-MBIO

We will be looking at the Modbus remote IO BX-MBIO-M controller. This is the Do-More Modbus Remote I/O supported protocol unit. We will discuss the hardware and then connect and configure the unit to work with our existing BRX Do-more PLC. Let’s get started. The BX-MBIO Modules are remote I/O controller modules that provide a … Read more

Productivity Open P1AM Arduino Program Control

Arduino programs (sketches) can be written in thousands of different ways. The best Arduino program control will be determined by the purpose of your program and what you are trying to accomplish. To simplify the logic we will be looking at program control that can be achieved using productivity blocks. Program control will look at … Read more

Productivity Open P1AM Arduino Serial Monitor COM

We will now look at the Arduino serial monitor com. This serial communication is good for troubleshooting and displaying information to you or your operators. The Arduino integrated development environment (IDE) has a built-in pop-up serial monitor. The serial monitor can be used to receive and send serial data to our Arduino program. This can … Read more

Productivity P1AM Arduino Variables Data Types

We will look at Arduino variables data types that can be used with our P1AM unit. Data types in the C++ language are used to determine the variable or function applied for the given type. The type will determine the size of the storage (bits), and the method to interpret the information. Microprocessors can only … Read more

P1AM Industrial Arduino Program Structure

We will now look at the P1AM industrial Arduino program structure. The P1AM-100 industrial controller is programmed with the Arduino IDE (Integrated Development Environment). The arduino IDE will allow us to write sketches (programs). These sketches have basic common elements like setup and loop. We will be looking at these elements in our first program … Read more

Productivity Open P1AM Arduino First Program

The P1AM-100 industrial controller is programmed with the Arduino IDE (Integrated Development Environment). We installed the Arduino IDE, P1AM-100 library and ProductivityBlocks. Using this software we will be setting it up to program our P1AM Arduino industrial controller. The Boards Manager will be used to set up our P1AM-100 Arduino board. We will then ensure … Read more

P1AM Arduino Controller Installing the Software

The P1AM-100 industrial controller is programmed with the Arduino IDE (Integrated Development Environment). The C++ programming environment is emerging in industrial automation. This software is open-sourced and available free of charge. It will run on Windows, Mac, or Linux. ProductivityBlocks is a graphical programming interface and add-on to the Arduino IDE. It helps you build … Read more

C-More to Solo Process Temperature Controller

The cmore EA9 HMI can connect to the Solo process temperature controller using the built-in RS485 serial communication port. This will connect up to 32 solo units back to the HMI for display and control. We will be setting up our headless RHMI c-more EA9 to communicate to the Solo process temperature controller. Using the … Read more

C-More EA9 HMI Headless Windows / Android Remote Access App

Remote access will allow for viewing or controlling the C-More EA9 HMI series. We can use any windows based machine or use the C-More remote HMI App from Apple iTunes store, Google Play or Amazon App Store for mobile devices. This software is available free of charge. Setting up the EA9 series for remote access … Read more

Wiring 3 Wire DC NPN and PNP Sensors

Wiring 3 wire DC sensors can be confusing. I recently received a question on PNP and NPN sensors. They wanted an explanation of what a sink is and how to wire one. Confusion over the Normally Open and Normally Closed function of the sensor is also a common question. Several diagrams will show a resistor … Read more