PLC Memory
As I have mentioned previously, I have been working on a generic PLC course that I hope to release in some kind of online software format soon. I was able to test a prototype a few weeks ago with a …
Software and programming issues
As I have mentioned previously, I have been working on a generic PLC course that I hope to release in some kind of online software format soon. I was able to test a prototype a few weeks ago with a …
A one shot, or “differential”, is used to develop a signal that is exactly one scan in duration. As shown in the diagram above, when a signal is applied to a contact (a Pushbutton in the diagram above), no matter …
In a post back in March, “Request for PLC Information and Samples“, I received quite a few responses offering PLC information on various platforms. Unfortunately after sending e-mails to quite a few of the respondents I haven’t received any info, …
Computers hate decimal. I mean, just because we have ten fingers and ten toes, we think we can dictate what base other computing entities should think in. Well, it’s really quite inefficient when you think about it, its so easy …
I mentioned last week that I am working on what I believe is the first truly advanced non-platform-specific book on PLC Programming. My friend Tony over on Factory Automation Software Blog has reviewed some books that come the closest, but …
In last weeks’ post, I discussed acquiring data using a PLC to capture values from an analog card. I showed some fairly straightforward methods of capturing data using FIFO methods, averaging data values, and how some of the ladder logic …
Ladder Logic 402: Data Manipulation and Filtering Read more »
Todays post is in response to a request by Quy Phan, who I met a couple of weeks ago while teaching for Automation Training in San Diego. He is having some problems with some existing equipment concerning noise on his …
Last week I posted a fairly straightforward question at the end of my post on PLC Scanning. I then shared the post on Linked In as well as on my company’s Facebook page. One reason I share these posts on …
In my last post on PLC Memory Organization, I mentioned that I had not really covered how scanning actually works in a programmable controller. This is certainly a topic that needs to be discussed for an understanding of PLC programming, …
One of the first decisions that needs to be made when designing a PLC system is memory allocation and organization. In the early years of the PLC memory came at a premium… 1K (one kilobyte) of memory for the program …