Home Blog Page 108

ControlLogix, CompactLogix – Why your Controller’s Real Time Clock (DateTime) may be a few hours off

Logix DateTime Off By Hours


Logix DateTime Off By HoursA client recently called frustrated that the real time clock in his CompactLogix processor was always off by 4 hours. While I had heard this complaint in the past, since I hadn’t run into it myself I needed to do a little research to understand what this client was experiencing.

I found that prior to RSLogix 5000 version 16, using a GSV (“get system variable”) instruction to read the Controller’s WallClockTime object’s “DateTime” attribute was a popular way to get the actual time into Program or Controller tags. I also found that prior to v16 there had been no support for Time Zones (TZ) or Daylight Savings Time (DST.)

Note: You can listen to our companion podcast about why your Logix clock may be off a few hours HERE.

Then in RSLogix 5000 version 16 Rockwell added support for Time Zones (TZ) and Daylight Savings Time (DST,) both of which act as offsets from Coordinated Universal Time (UTC). When creating a new program, or importing an older program, the software defaults these new settings to zero which allows programmers to continue to use the “DateTime” attribute as they always had, without any consideration of the new TZ and DST settings.

However, many programmers began to enable the TZ and DST settings inadvertently when using the “Set Time” button in Controller Properties. In v16 and later this button not only sets the Controller’s clock to match the PC’s date and time, but also sets the Controller’s clock to match the PC’s TZ and DST settings.

Interesting enough, if you enable TZ and DST in my region, the result is a UTC offset of -5 for the Eastern Time Zone, and +1 for Daylight Savings Time, which combined gives you a UTC offset of -4, or exactly how much time my customer’s Controller was off.

Logix DateTime Off By HoursThe reason for this was that, with the Time Zone (TZ) and Daylight Savings Time (DST) settings in effect, the “DateTime” attribute no longer represented the current time, but instead represented UTC. So if you’re going to use the new TZ and DST settings, the “DateTime” attribute isn’t going to be of much use for representing local time.

Fortunately, when Rockwell introduced support for TZ and DST in v16 they also added a new WallClockTime object class attribute, “LocalDateTime.” This new attribute does take into account the controller’s TZ and DST settings, and provides an accurate representation of local time.

To demonstrate this, I created the program pictured in this article with uses GSV instructions to read both the WallClockTime’s “DateTime” attribute as well as it’s “LocalDateTime” attribute. Running the program with the Controller’s clock set to match my PC’s settings of a -5 Time Zone and DST on (as my client did) shows that the “DateTime” attribute will indeed be -4 hours from the “LocalDateTime.”

 Have you run into the above issue? Do you have additional thoughts on this topic? If you do, please share them below using the “post a comment or question” link.

UPDATE: You can hear Shawn’s thoughts on “Why your ControlLogix time may be off a few hours” in Episode 6 of The Automation Podcast HERE.

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

The case for virtualization: Does using VMWare or other virtualization software make sense?

VMware9 on Windows 7 running virtual images of Windows 7 and Windows XP
Click on the above image to see our previous coverage on Virtual Machines


VMware9 on Windows 7 running virtual images of Windows 7 and Windows XPHave you ever installed a new program only to find an older program no longer works? Have you ever had the need to run two versions of the same program, but only one version can be installed at a time? Have you ever dreaded getting a new PC because of the time required to reinstall all the software you need to do your job?

Well, if you’re like me you’ve run into all of these issues! But if you’re willing to try something new (virtualization) you could say goodbye to them for good.

Note: You can listen to our podcast about virtualization HERE, or watch the first of our video series on virtualization HERE.

Virtualization software, like VMware’s Workstation product, allows you to run multiple “images” of “virtual PCs” on top of your existing “host” PC. It gives you the power to create as many of these virtual PC’s as you need, and once you have them running just right you have the ability to take “snapshots” to preserve the exact state of your virtual system which you can roll back to if  something goes horribly wrong in the future.

You also have the ability to “clone” your virtual PC’s to allow for multiple running copies of the same operating system, on which you can install different versions of your applications. And when your new company computer finally arrives, to make the migration you’ll only need to install your virtualization software and copy your (albeit large) virtual PC images to your new PC. Your new system will be ready in minutes versus hours, and you’ll have avoided spending long periods watching installation progress bars slowly creep across the screen.

While all those benefits are appealing, there’s another more pressing reason for virtualization in industrial automation: the inability to get modern PC’s to run legacy operating systems. If you’re not familiar with industrial automation, hardware devices in this segment are designed to run for decades – well past the point that contemporary PC operating systems (like Microsoft Windows) are available and supported.

VMware 9 Splash ScreenHowever, these hardware devices (like PLC’s, HMI’s and Drives) run mission critical systems like your local fresh water plant, power station, bridges, and even amusement park rides. So relying on a 25 year old PC and its hard drive can be quite risky. One false move climbing a staircase, or working near leaky pipes, and your antique Compaq Portable PC from the 80’s will be on it’s way to the dumpster leaving you with no way to connect to and maintain your legacy automation control systems.

But with virtualization, running every previous version of Windows (or DOS) isn’t a problem. In fact, with many virtualization software packages you can make a virtual image of an existing host PC. And hardware incompatibilities are a thing of the past as the virtual PC hardware has been specifically designed to work with all previous versions of popular operating systems.

So whether you maintain legacy systems, have the need to run multiple OS’s and software versions, or are fortunate enough to receive regular computer hardware updates, virtualization can go a long way to solving software and hardware compatibility issues as well as greatly reduce the time you spend installing or re-installing software.

Do you have an opinion on virtualization in general, or on specific virtualization software like VMware? If you do, please share your comments with us below using the “post a comment or question” link below.

UPDATE: You can hear Shawn’s thoughts on “virtualization” in Episode 5 of The Automation Podcast HERE.

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

View Studio Site Edition – Alarm and Events: Resolving an Area Issue

Fresh Water Plant Under Construction Featured Image


Fresh Water Plant Under ConstructionA good client recently asked me to visit a site with him to help troubleshoot an odd issue he was having with FactoryTalk Alarm and Events. The site had redundant high-end Dell servers, each with FactoryTalk View Site Edition Server, RSLinx Enterprise, and FactoryTalk Alarm and Events running in redundant configurations.

My client had designed the application with each software service (FTVSE, RSLE, and FTAE) in their own areas, much like you see Rockwell do in RSTechED Labs, View SE samples, and on the Rockwell Knowledgebase.

Strangely though, after running in this configuration for several weeks some of the binary “BITS” in certain arrays stopped triggering FTAE alarms, even though the same BITs were correctly animating graphic objects. Stranger still, other BITS in the very same DINTS still continued to trigger FTAE alarms…?

The only way the engineers found to get these non-responsive alarm BITS to work again was to copy their existing alarm definitions into new alarm definitions. When this was done the new alarm definition would work, albeit in most cases only for a limited number of days. This behavior also followed the project when it was copied from the server and run on the engineering laptop.

We spent much of the morning on the phone with Rockwell Tech Support, and tried many different product software patches and settings, but nothing we tried resolved the issue. It was at this point I recommended we move the FTAE server into the same area as the RSLinx Enterprise server. It was a stretch to be sure, as I could find no documentation stating this is how the system should be designed. In fact, I found many examples of FTAE in being located it’s own area. But as soon as we made this change all the alarms which previously had stop working began to work.

If you’ve run into a similar problem, or can add some insight to the above situation,  please use the below “post a comment or question” link to add your comments to this article.

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Point I/O – Large rack communication issue

Large Rack Of Point I/O

I was recently called into a “consumer goods” plant to look at a communication problem with Point I/O. The night before I was told all the Point I/O, which had been successfully tested overseas, was no longer working. However, when I arrived on-site the problem was limited to just four of the many racks.

Point IO in PanelThe on-site engineer described the problem as a lack of communications between the Point I/O and ControlLogix. The symptoms included flashing red network indicators on the Point I/O adapters, and error messages displayed in the RSLogix 5000 I/O tree. Initially they suspected the Point I/O Ethernet adapters had failed, but when they were swapped with known good units the problem persisted. They then called Rockwell Tech Support and were told (among other things) that they needed additional 1734-EP24DC power modules based on the vertical installation of the Point I/O, but even with the additional modules installed the problem remained.

It was at this time they began to consider the large number of I/O modules in the Point I/O racks not communicating. Each of these racks had forty or more Point I/O modules, several more than the many working racks. To test the theory that the problem had to do with the number of I/O modules, they re-sized one of the racks down to 34 modules, changed the RSLogix 5000 program to match, and when they put the system back into run mode the new smaller configuration worked.

Below is a picture of the Point I/O rack mentioned above with several modules removed to reduce it’s size to 34 modules (the picture is rotated horizontally to better fit on this page:)

Point I/ONext, we headed to the engineering office to join a pre-scheduled conference call with Tech Support. After introductions were made and the history of the situation was repeated, Tech Support began going down their list of likely causes.

When the question of firmware arose, the customer said they didn’t upgrade any firmware because the Rockwell Compatibility Website clearly showed which firmware was compatible with which versions, and that the newest firmware for the Point I/O adapter module and the 1756-EN2T Ethernet Bridge Module (acting as the Ethernet I/O Scanner) were not compatible with the version of RSLogix5000 they were using on this project.

It was at this point when a Tech Support lead, who was new to this situation, spoke up. He informed the customer and techs that they had been misreading the compatibility site and that the versions listed are not the “compatible version,” but the “lowest compatible version” (we later went back and confirmed that the compatibility website does not state anything of the sort.) He also went on to say that they must upgrade the firmware, especially on the 1756-EN2T, because it is a known issue that it will not communicate to racks of Point I/O with forty or more I/O modules without the latest firmware.

The old Dual Port Ethernet Device issue with Single Port Ethernet Devices.

When Rockwell released it’s new products with dual Ethernet ports, I began to receive calls from customers using these new products to communicate with the older single port devices. What they would experience, and I confirmed in the lab, was the single port remote Ethernet I/O would repeatedly connect and disconnect from the parent PLC if a new dual port Ethernet device was being used as the master/scanner. The fix for this condition was to simply flash the firmware on the new dual port Ethernet device to the latest version, which also turns out to be the same fix for the above problem with large remote racks of Ethernet Point I/O.

If you’ve run into similar Ethernet I/O issues, or would like to add your own insights to the above, please use the below “post a comment or question” link to add your comments to this article.

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Welcome to “Insights in Automation”

Shawn Tierney at Worcester Water Trade Show 2002


Shawn Tierney at Worcester Water Trade Show 2002Here you’ll find thoughtful insight into the world of industrial automation, including solutions to common (and not so common) problems, “how to” information, and first hand reports from my time in the field working with controls engineers implementing PLC, HMI, SCADA and MES solutions.

Please feel free to join in the conversation by taking Shawn teaching PLCs in 2005advantage of this site’s “post a comment or question” feature at the bottom of each article, or get in touch with me directly by using the site’s “contact” form.

Look forward to hearing from you!

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

RSView32 Water Bottling Demo

Shawns-RSView32-Horizon-Water-1x600


Shawns-RSView32-Horizon-Water-1x600This RSView32 project is an updated version of my famous old Juice Bottling demo.

It was updated to simulate a portion of a water bottling plant for the purpose of providing data for RSSQL, Historian, and PlantMetrics.

New in this demo is a Labeler and Printer.

Requirements:

  • RSView32 Version: 7.0
  • Shawns-RSView32-Horizon-Water-2Additional Requirements: 1024×768
  • I/O Size: 0
  • File Size: ?.?MB
  • Uploaded on: 02/28/05
  • Developed By: Shawn Michael Tierney

Download link: Shawn’s RSView32 Horizon Water Bottling Demo

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSLogix 500 Program for PanelBuilder32 Demo Compilation

RSLogix-500-Program-for-PanelView-Demo-Compilation-Fi


This SLC-500 project was compiled from four separate ladder programs, each independently developed for four PanelView projects.

RSLogix 500 Program for PanelView Demo CompilationRequirements:

  • RSLogix 500 Version: 6.0
  • Additional Requirements: None
  • File Size: 60 kb
  • Uploaded on: 03/16/04
  • Modified By: Shawn Michael Tierney

Download Link: SLC-500 Program for PanelBuilder32 Demo Compilation

Note: The accompanying PanelBuilder32 file can be found here

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

PanelBuilder32 Demo Compilation Project

PanelView Demo Compilation


This PanelBuilder project is the “compilation” of 3 Rockwell projects and my own “Providence Beer” application. 

The Rockwell applications include the standard PanelView product and features demo, as well as the factory’s slot machine and black jack apps

Note: The demo appears to cheat at Black Jack.

PanelView Demo CompilationRequirements:

  • PanelBuilder32 Version: 3.80
  • Additional Requirements: None
  • File Size: 296 kb
  • Uploaded on: 03/16/04
  • Modified By: Shawn Michael Tierney

Download Link: Shawn’s PanelView Demo Compilation.zip

Note: The accompanying RSLogix 500 file can be found here

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

MicroLogix to PowerFlex 4

MicroLogix-1200-to-PowerFlex-4-Modbus


MicroLogix-1200-to-PowerFlex-4-Modbus

My first sample program is based on the example in the appendix of the  22-SCM-232 Manual.

After unsuccessfully attempting to get an electronic copy from Rockwell Drives Tech Support, I broke down and typed in all the ladder and comments myself.

Once setup and testing was completed I added additional comments to the first run.

Requirements:

  • RSLogix 500 Version: 6.1
  • Additional Requirements: Micro1200 & PF4/40
  • File Size: 61 kb
  • Uploaded on: 02/09/04
  • Entered By: Shawn Michael Tierney

My second program is based on the first, but uses the Modbus Master protocol available in the latest release of the MicroLogix 1200, as well as a 1761-Net-AIC.

The biggest obstacle in getting this configuration to work was trying to find the polarity of the comm lines (i.e. does + comm on the AIC go to A or B comm on the drive?) as well as realizing all the modbus addresses are offset by 1 (which even Rockwell Drives Div. missed in Rev 1 of the subsequently release tech note).

Since this file was published, Rockwell has release (and fixed) a tech note, and also has an excellent 2004 HOT LAB.

Requirements:

  • RSLogix 500 Version: 6.1
  • Additional Requirements: Micro1200 & PowerFlex 4 /40
  • File Size: 60 kb
  • Uploaded on: 02/09/04
  • Entered By: Shawn Michael Tierney

Download Link:

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

MicroLogix 1200 to PowerFlex 4 from 22-SCM-232 Manual

MicroLogix-1200-to-PowerFlex-4


SLC-500 Micro 22-scm-232This first program is based on the example in the appendix of the 22-SCM-232 Manual.

After unsuccessfully attempting to get an electronic copy from Rockwell Drives Tech Support, I broke down and typed in all the ladder and comments myself.

Once setup and testing was completed I added additional comments to the first run.

Requirements:

  • RSLogix 500 Version: 6.1
  • Additional Requirements: Micro1200 & PowerFlex 4 / 40
  • File Size: 61 kb
  • Uploaded on: 02/09/04
  • Entered By: Shawn Michael Tierney

Download Link:

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSView32 Simple Access Query Demo

ap_hmiscada_rsview32_projects_accessquery


ap_hmiscada_rsview32_projects_accessqueryThis demo addresses two questions:

First, how can you populate a list box in RSView with a list of part numbers from an Access database.

Second, how you can retrieve additional information about a particular part from an Access database when only the part number is known.

Requirements:

  • RSView32 Version: 6.40.03
  • Additional Requirements: 1024×768 recommended
  • I/O Size: 0
  • File Size: 375KB
  • Uploaded on: 06/14/03
  • Developed By: Shawn Michael Tierney

Download Link:

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSView32 Security Popup Demo 2

RSView32-Security-Popup-Demo-2


RSView32-Security-Popup-Demo-2RSView32 allows for security to be assigned to Tags, Screens, Commands, and Macros.

But, unless you have the activity bar turned on, there is little feedback when you try to change a tag value on which you don’t have security for.

The latest versions of RSView32 will now turn the input field “Red” if you don’t have the right permissions, but sometimes even that is not enough, and it also doesn’t address buttons which change bit values.

The good news is it’s really easy to create a small VBA script to display a small popup based on the last message logged to the activity bar.

This demo looks for the string, “does not have security” which is part of the message that gets logged when you try to change a tags value without proper permissions, and when it occurs it launches a pop-up.

Project Details;

  • RSView32 Version: 6.30.16
  • Additional Requirements: 1024×768
  • I/O Size: 0
  • File Size: 255KB
  • Uploaded on: 04/27/03
  • Developed By: Shawn Michael Tierney

Download Link: Security Popup Demo 2

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSView32 Menu Bar Demo 2

RSView32_Menu_Bar_2


RSView32 definitely has options. Especially when it  comes to how you display your graphics.

In this demo, I try to show the many different ways to set up an RSView32 project that consists of body screens that change, but that also have common Title and Menu Bars.

The good and bad of each method is also explained.

RSView32_Menu_Bar_2Requirements:

  • RSView32 Version: 6.30.16
  • Additional Requirements: 1024×768
  • I/O Size: 0
  • File Size: 1.8MB
  • Uploaded on: 03/02/03
  • Developed By: Shawn Michael Tierney

Download Link: Shawn’s RSView32 Menu Bar Demo 2.zip

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSView32 Juice Bottling Demo

RSView32 Juice Bottling Demo 1


RSView32 Juice Bottling Demo 1

This RSView32 Juice Bottling demo was designed to simulate a juice bottling operatino. I designed it specifically for use in a PlantMetrics demo. The main purpose of this simulation was to mimic product scrap and line breakdowns, which then could be tracked in Rockwell’s PlantMetrics software.

First, a bottle filler and capper had to be created and animated from scratch. A video and picture of a FOGG system (included in project directory) was used as a baseline. Once the screens were finished, it became apparent that there was just too much going on for RSView32 Juice Bottling Demo 3RSView32 to animate smoothly. To resolve this problem the main screen was simplified, and two detail screens were added.

The scrap which is simulated comes in four types: Over-filled bottles, under-filled bottles, bottles without a cap, and bottles with a high (unsealed) cap. Each type of scrap condition can be simulated on the detail screens.

Breakdowns are also simulated and can be forced from the main window. They come in 8 types that are listed in a pop-up window at the end of the breakdown event.

RSView32 Juice Bottling Demo 2Requirements:

  • RSView32 Version: 6.30.16
  • Additional Requirements: 1024×768
  • I/O Size: 0
  • File Size: 3.9MB
  • Uploaded on: 10/13/02
  • Developed By: Shawn Michael Tierney

Download Link: RSView32 Juice Bottling Demo

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSLogix 5 Ladder Logic Sum a Integer File using a FAL

RSLogix 5 Ladder Logic Sum a Integer File using a FAL


RSLogix 5 Ladder Logic Sum a Integer File using a FALThis is a simple RSLogix 5 program designed to show how the FAL Instruction can be used to sum and entire integer file for use in calculating a running average.

Requirements:

  • RSLogix 5 Version: 4.10
  • Additional Requirements: None
  • File Size: 16.9 kb
  • Uploaded on: 10/11/02
  • Developed By: Shawn Michael Tierney

Download Link: Sum a Integer File using a FAL

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSLogix 5000 Ladder Logic Example – ASCII Integer from Word to String


ap_ladderlogic_clx_asciiint2string_1This is a simple RSLogix 5000 program designed to convert a integer which contains two ASCII characters read from a bar code reader to the first two characters in a String.

Requirements:

  • RSLogix 5000 Version: 10
  • Additional Requirements: None
  • File Size: 77.6 kb
  • Uploaded on: 10/11/02
  • Developed By: Shawn Michael Tierney

Download Link: ASCII Integer from Word to String

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

PanelBuilder32 Providence Beer Demo

PanelBuilder32 Providence Beer 1-fi

Providence Beer Demo

PanelBuilder32 Providence Beer 1I created this “Providence Beer”  PanelView application back in 1996 for a newly created one day PanelView class I was planning to teach at All-Phase Electric Supply. The initial class went well, but to move the class along at a faster pace, future classes used a simplified version of the project.

This demo application is an very simple example of how a PLC can be used with a PanelView to modify, select, and run recipes.

While a standard feature today, back in 1996 it took quit a bit of ladder logic and PanelView design to get recipe functionality to work.

PanelBuilder32 Providence Beer 2NOTE: You can find the accompanying SLC-500 program HERE.

Requirements:

  • PanelBuilder32 Version: 3.70
  • Additional Requirements: None
  • File Size: 11.5 kb
  • Uploaded on: 10/11/02
  • Developed By: Shawn Michael Tierney

Download Link: PanelBuilder32 Providence Beer Demo

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSLogix 500 Providence Beer Demo

Providence Beer Ladder Fi

Let’s make some virtual beer!

Providence Beer LadderThis RSLogix 500 Providence Beer Demo Ladder Logic program was designed to support a PanelView class I was holding back in 1996. The basic ladder logic includes some simple recipe code used in conjunction with a PanelView HMI to modify, store, and run recipes. The code also includes rungs to simulate product and process variables. Requirements:

  • RSLogix 500 Version: 5.5
  • Additional Requirements: None
  • File Size: 11.3 kb
  • Uploaded on: 10/11/02
  • Developed By: Shawn Michael Tierney

Download Link: RSLogix 500 Providence Beer Demo

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSView32 Reporting Hands-on Labs

RSView32 Reporting

“How do you create reports in RSView32” is a very common question, and it’s one that’s difficult to answer.

RSView32 ReportingThe problem is not that RSView32 reporting is hard, it’s because there are several unique options available.

With that in mind, I put together a “RSView32 Reporting Hands-on Labs” document in an attempt to more fully convey how each RSView32 reporting option works.

Through several labs, step by step instructions guides the reader in creating reports in seven unique ways.

  • RSView32 Version: 6.30.17
  • Additional Requirements: RSView32 Report Utility, MSExcel, Resources CD, Messenger ,XLReporter Demo
  • I/O Size: 0 (Uses Samples Demo)
  • File Size: 3.09 mb
  • Uploaded on: 8-1-02
  • Developed By: Shawn Michael Tierney

Download Link: Currently available as part of HMI Bundle as of 220907

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com

RSView32 RSWater 3.5 Demo Project

RSView32 RSWater


RSView32 RSWater“Where’s your WWTP demo?” the client asked right before dismissing RSView32 for his project.

Not that it was a big system by any means, and it wasn’t that RSView32 isn’t installed in a hundred different WWTP plants. But this client wasn’t going to buy a product that didn’t have a demo of his industry.

That experience lead me down a long road which culminated in the creation of this modified demo, which I first showed at the New England Water Works Trade Show.

This version of Rockwell’s RSWater demo, dubbed by me as version 3.5, is actually a combination of a few Rockwell demos: RSWater 1 & 2 for RSView32, as well as screens from the Water Demo for RSViewSE.

Note: Special thanks goes out to the guys at Rockwell for exporting the SE graphics to RSView32 to make the Water section possible.

  • RSView32 Version: 6.40
  • Additional Requirements: None
  • I/O Size: 0
  • File Size: 3.45 mb
  • Uploaded on: 8-1-02
  • Original Developed By: Rockwell Software
  • Modified into current form by: Shawn Michael Tierney

Update: 03-16-04 Posted new 3.5 version which has the following additions:

  • Alarm Screen
  • RSMessenger Screen
  • VBA Reports
  • User Security

Download Link: RSView32 RSWater 3.5

Until next time, Peace ✌️ 

If you enjoy this episode please give it a Like, and consider Sharing as this is the best way for us to find new guests to come on the show.

Shawn M Tierney
Technology Enthusiast & Content Creator

Eliminate commercials and gain access to my weekly full length hands-on, news, and Q&A sessions by becoming a member at The Automation Blog or on YouTube. You'll also find all of my affordable PLC, HMI, and SCADA courses at TheAutomationSchool.com.

shawntierney avatar

Note: This article was previously posted on the author's original websites, www.ShawnMichael.com and www.ShawnMTierney.com