arrays


Relocating Array Data in ControlLogix

Introduction to Relocating Array Data in ControlLogix In this post, we’ll be Relocating Array Data in ControlLogix by one element. For example, if we have a fault log, we might want to move all of the array data down one element. Our newest data will be at element zero. It’s Read More »

Relocating Array Data in ControlLogix

ControlLogix File Arithmetic Logic

Introduction to ControlLogix File Arithmetic Logic (FAL) ControlLogix File Arithmetic Logic (FAL) allows us to perform math on an array of elements. For example, I have an array of elements that are in Celsius. We want to convert this entire array to Fahrenheit. We don’t need to perform the calculation Read More »

File Arithmetic Logic

Logging Switch Changes in ControlLogix

Introduction to Logging Switch Changes in ControlLogix Today, we’ll be Logging Switch Changes in ControlLogix. Basically, we are creating a “black box”. This procedure works for any WORD in the ControlLogix processor. For example, we can also log alarms and faults. Later on, you can go back and see a Read More »

Fault Log