Subscribe to Blog via Email
Recent Comments
- Elaine on Undocumented Secrets of Integrating BACnet MSTP
- Kent Hervey on Interior trailer lights
- Hector Flores on Quadrasteer / Dana 60 Rebuild How-To (ring, pinion, carrier replacement)
- Bill Roberge on Quadrasteer / Dana 60 Rebuild How-To (ring, pinion, carrier replacement)
- Brian Gallimore on Wiring Schematic for Bad Boy ZTE Mower
Top Posts
- Calculating the Volume of Irregular-Shaped Tanks
- The True Political Spectrum
- Wiring Schematic for Bad Boy ZTE Mower
- Quadrasteer / Dana 60 Axle Differences and Similarities
- Video: Bryson's Bubble Mower
- Economics Made Simple
- Emergency Calling System for Residents of Collin County
- Garden Problem: Tire Potatoes
- Relay Terminal Standard Numbers
- Coldest State – Hottest Governor
Resume
Bookmarks
Archives
Categories
-
Recent Posts
Meta
Category Archives: Industrial Automation
Full Size Remote Control Boat
Here is a fun project I did for a client that needed a way to safely crash a boat for a test. I used an inexpensive model RC transmitter and receiver, two robotics motor controllers, a linear actuator, a DC … Continue reading
Convert Unsigned Integer to Float
I’m working with a RedLion device that treats integers as signed, and they don’t provide the function needed to convert an unsigned integer into a floating point. Here is some code that will treat the 32 bit register as … Continue reading
Debounce Code for Logix 5000
Here is a way to debounce the on and off signals in a Logix 5000 PLC:
Posted in How-To, Industrial Automation
Leave a comment
No Arc Flash PPE Required for PLC Panels
I’ve heard that PLC and I/O panels need to be designed to exclude 120V wires or circuits because of arc flash requirements. On Table 130.7(C)(15)(A)(a) of the 2015 NFPA 70E, it states as long as no exposed energized equipment over … Continue reading
Program to Email Memory Contents of Redlion HMI for Troubleshooting
The Redlion HMIs have the capability of creating and deleting files on the flash memory card and emailing out files. The program below is called from a button on a diagnostics screen. This is used to collect the contents of … Continue reading
IDEC PLCs and HMIs
While the info is fresh in my mind, I thought I’d make a few notes from the 3-day training class on IDEC PLCs and HMIs. In General: Excellent hardware quality compact size low cost software is inexpensive (free with purchase … Continue reading
Use Linear Regression to Find Slope of Many Datapoints
Here is the implementation of a program that analyses several days worth of data coming from a sensor that might change a tiny amount over that time. We were interested in how much of a change over time occurred, so … Continue reading
Current Time as a Fraction of Current Year
I had the need to represent time as a fraction of a year, so I came up with this little program to do the conversion for me. (using in Redlion Crimson 3)
Posted in Industrial Automation
Tagged conversion, Crimson 3, date, RedLion, scale, time
Leave a comment

