Ricky


FactoryTalk Function Key Assignments

Introduction to FactoryTalk Function Key Assignments FactoryTalk Function Key Assignments allow you to assign function keys to objects on your graphics display. It’s important to realize that some panelview terminals do not have a touch screen. In this case, we need a different way for the operator to interact with Read More »

FactoryTalk Function Key Assignments

PLC-5 Data Files

Introduction to PLC-5 Data Files PLC-5 Data Files store data. On the other hand, PLC-5 Program Files will manipulate data. In this section, we’ll discuss each type of default data file. At the same time, we’ll talk about various instructions that utilize each data file. It’s important to realize that Read More »

PLC5 Data Files

Programming the ATTINY13 (Microcore)

Introduction to Programming the ATTINY13 (Microcore) When Programming the ATTINY13 (Microcore), in this case, we will use another microprocessor as our programmer. We’ll take a look at the connections we need to make. Additionally, we’ll look at the different options we have available before flashing the ATTINY13. The ATTINY 13 Read More »

arduino as isp

Burning the Atmega328 Bootloader

Introduction to Burning the Atmega328 Bootloader By Burning the Atmega328 Bootloader, you use a little more memory in the chip, but for most users, it’s easier to upload future projects. Basically, the bootloader allows the microprocessor to receive a new project from your pc through the TX and RX pins. Read More »

arduino as isp

PLC-5 Latch Vs Seal

PLC-5 Latch Vs Seal There are a few differences in the PLC-5 Latch Vs Seal. In this section, I’ll explain the operating of each type, and some dangers associated with both methods. Always be very careful when making any changes to the PLC program. Undoubtedly, you will want to get Read More »

Latch vs seal

PLC-5 Counters

Introduction to PLC-5 Counters PLC-5 Counters count rung transitions. More specifically, the counters count the false to true transition. In the PLC-5, there are two types of counters: The Up Counter (CTU), and the Down Counter (CTD). While you won’t always see a CTD, it’s almost always associated with a Read More »

CTU and CTD

PLC-5 Timers

Introduction to PLC-5 Timers There are three types of PLC-5 Timers that we will cover in this section: TON, TOF, and RTO. Generally, the TON (Timer On Delay) instruction delays the DN (Done) bit from going true. On the other hand, the TOF (Off Delay Timer) delays the DN bit Read More »

PLC-5 Timers

Getting Started with Arduino

Introduction to Getting Started with Arduino When Getting Started with Arduino, there are a few basic components your will need. First, you need an Arduino board. Good boards to start with include the Arduino Uno, Arduino nano, or Arduino Mega. In this case, we’ll simply use an Arduino UNO, which Read More »

arduino

MAX232 for RS232 Communication

Introduction to the MAX232 for RS232 Communication In this section, we’ll set up a MAX232 for RS232 Communication. The MAX232 converts TTL, such as data from a microprocessor, to RS232. We power the MAX232 with 5V, then use charge pumps to increase the voltage for RS232. The charge pumps are Read More »

MAX232

Max485 for RS485 Networks

Introduction to Max485 for RS485 Networks Before we start taking about the Max485 for RS485 Networks, let’s talk about the RS485 network itself. RS485 is a protocol that defines the electrical (physical) characteristics of a network. Although some networks use a 4-conductor model for full duplex, most networks that I Read More »

arduino max485