Chris Elston

Super Admin
  • Content count

    2520
  • Joined

  • Last visited

Posts posted by Chris Elston


  1. @Ken Roach wow...I have been shambled for a few years. Ever since they added DST to the firmware. Ha! This was just the first time I noticed that the clock did not change. I did not know that setting DST in the PLC did not update it automatically. Good to know! The Panel View HMI of course updated assuming because it's Windows CE now. Maybe I'll map over the clock from the HMI into the PLC might be easiest so they are in sync with each other this way. But thanks for the response. I learned something today as well.


  2. If I have a 1000 records with recipes that live in an SQL database, is transaction manager still the way to go to get my recipes from the SQL database into my Rockwell PLC? Or in the last 5 years, has Rockwell came out with something else easier? Even if that means moving my 1000 records from SQL to something else. The 1000 records are static information, I just need about 30 PLCs to always look at the static data as a "lookup" and the static records can be changed from a master source later on down the road.

    Just asking to make sure. 


  3. I am working on helping with converting a Panel Builder 32 HMI to Factory Talk with a new Panel View 7, and the way this OLD HMI worked was all Function Keys.

    It's been a minute, but in the old Panel Builder 32 software, you could see a legend or a map of the Function Keys. Is there a way to "turn on" the "function key map" in Factory Talk? I can't seem to find anything. I threw some images below of what I mean. Without an overlay, it makes it tricky to align a button next to the Function Key when your not sure where it is.

    Anyone done any tricks to make this process of aligning your button to the physical function key easier?
    Is there a view Function Key Legend I am missing?

    The only thing I can think of is install a tempory image background into each screen that is a graphic of the outside template of the model I am working on.

    I think most all of the PV I've done since 2010, have been touch screen only. LOL. Every now and then you got step back in time.

    function.jpg

    function2.jpg


  4. I kinda-of feel like everyone should be aware of this:

    Rockwell Automation has released Product Notice 2023-04-002 - Studio 5000 Logix Designer V31 through V35 Ladder Diagram Routines May Stop Execution After Download

    You are receiving this notification because you have been identified as a potential user of one or more of these products.

    Summary - This Product Notice informs you of a potential anomaly that exists with Studio 5000 Logix Designer®. Studio 5000 Logix Designer software versions V31.00.00 through V35.00.01 ladder diagram routines may stop execution after download to ControlLogix® 5580, GuardLogix® 5580, CompactLogix ™ 5380, 5480 and Compact GuardLogix® 5380 controllers.  The anomaly occurs following the execution of a specific series of software actions.
    Details of this notification, including corrective actions, can be found in Knowledgebase ID PN1620/1139086.

    To access the Knowledgebase article, please use the Rockwell Automation account that you used to download from the Rockwell Automation Product Compatibility and Download Center (PCDC).

    If you have not logged in to any Rockwell Automation sites in the last 6 months, and before viewing the article, you will need to verify that you can log into your account.

    If you have any difficulties logging into your Rockwell Automation account, please contact us through your regular support channels. Include a complete screenshot of your browser window that shows the error, the address (URL), and the status bar at the bottom of the browser window.

    1 person likes this

  5. I got a new one I have not seen. I have a brand new 5069-OB16 Output card installed in a Compact Logix 5380. All of the LEDs are flashing RED. It's been that way out of the box. Wiring has been verified, modules shows running, there are no faults, major or minor. 

    Anyone seen that before? It acts like all the outputs are overloaded but there are no errors. All of the LEDS are flashing together in sync about a .5 second duty flash.


  6. A while ago, I created a library project and a function block. After I was finished, I exported my library to a .SLR file. 

    Of course the laptop I made the library project on has been replaced and I lost my original library project, however I have the .SLR library file.

    I would like to restore my library project and edit some features in my function block I made. Is it possible to restore my library project from an .SLR or I also have a project that I imported my .SLR library into this standard project?

    My goal is, can I restore my library project file and how do you do that in Sysmac Studio?


  7. On 8/23/2022 at 6:14 AM, BigTomek said:

    Do you have any new news about this topic.Now I am in same situation.How do you solve this problem?

    I have NOT gotten Large Forward Open to work with ANY Compact Logix. I was told that a Control Logix and 1756-EN2T(R) can do it, but I haven't a project that requires a Control Logix to confirm it. At this time, I agree with @pturmel above, I have not been able to get any Rockwell products to support this feature of Ethernet/IP.


  8. 18 hours ago, Crossbow said:

    There was an issue with attachments not working, the site has been fixed if you try it again.

    Which attachment was it? I might be able to fix it?


  9. Checking to see what might be some methods to capture a time and date stamp into an array element, then display that on a panel view?

    Right now I have a 100 element array, I want to treat this 100 element array like a log file. I have EPOCH time setup in this program, so I can capture the EPOCH into the log. Is there an EPOCH to Time/Date display or function in a Panel View trick somewhere maybe?

    Any other ideas for how you guys have handled that one?