PLCGurus.NET - Creating and Running Trends In Studio 5000

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ค. 2024
  • In this video I walk you through the logic necessary to create a sine wave function generator and then use that output in a trend. I will walk you through all of the steps necessary to create and run a trend in Studio 5000.
    Like what you see and want to buy me a coffee to keep going...great I could certainly use one! Just use this link here:
    paypal.me/plcgurusnet?locale....
    Become an official PLCGuru.NET supporter and get one of your very own PLCGurus.NET T-Shirt or some other great swag from our swag shop!
    plcgurus.net/product-category...
    Also you can support me by becoming a Patron on our Patreon page:
    / plcgurus
    You are watching video's from PLCGurus.NET. Check out our blog and forums at plcgurus.net and become an active member in our growing community of professional engineers, technicians and technologists all centered around Industrial Automation. Membership is completely FREE!
    If you like this video and want to see more like it, be sure to subscribe to our channel...and while you're at it, give us a "Like" too. Thanks for watching!
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @MUNNALAL-bu9vv
    @MUNNALAL-bu9vv หลายเดือนก่อน

    Thanks for kindness Nice videos

  • @jamisonbernard2624
    @jamisonbernard2624 3 ปีที่แล้ว +1

    Very interesting, just remember with a trend you will add to the scan time. Sorry big problems and scratching at dirt. Great vid as always, easy to follow, and a great tool

  • @vamshikk8843
    @vamshikk8843 3 หลายเดือนก่อน

    Thanks for sharing the knowledge

  • @ardentdfender4116
    @ardentdfender4116 5 ปีที่แล้ว +2

    This is awesome! I saw the Trend folder there before in the organizer, but no real idea how it was used. We have never have them setup on projects for the program nor on plant/equipment commissioning because the other Field Engineers had no idea how to use them. Hell now i know! The trend though looks very similar to the one in FactoryTalk Studio.

  • @RambutanAutomation
    @RambutanAutomation 6 ปีที่แล้ว

    Great content

  • @gia6701
    @gia6701 7 หลายเดือนก่อน

    I would also like to have the code, could you make a new video? maybe where you write the logic together with us, and then where we upload the code to have the trends. I thank you, I enthusiastically follow your videos.

  • @juniorndamkou8867
    @juniorndamkou8867 4 ปีที่แล้ว +2

    Thanks for this Video. I Need such a sine wave Generator to perform frequency respose Tests ( Bode Diagramm with gain and Phase) of my sytems. could i produce smooth sine wave at higher frequency with this Code ?

  • @brdn1639
    @brdn1639 6 ปีที่แล้ว

    Why are your tags reset to zero in rung 6 rather than before the computation? In a case where the first scan is started with the wave generator process already enabled, what value is used for Time_Index in the SIN function in rung 4(variable seems uninitialized/undefined)?

    • @PLCGurusNET
      @PLCGurusNET  6 ปีที่แล้ว

      Upon tag creation the value will be set to 0 unless explicitly initialized to some other value, otherwise it is retentive meaning it will retain whatever the last value is.

  • @brdn1639
    @brdn1639 6 ปีที่แล้ว

    Why is it necessary to have both the "Function" and "Function_Result" tag? I'm confused about having the MOV block with the CPT block on rung 4 instead of just the CPT block. I'm also wondering why the Scale and Offset are defined in parallel with the computation rather than in series before it

    • @PLCGurusNET
      @PLCGurusNET  6 ปีที่แล้ว

      Hi there. Thanks for the questions. You're absolutely right I could have just as easily picked off the "Function" tag for the trend. The reason, I suppose, I didn't is that if I wanted to do any further manipulation on "Function" I could do that without having to modify my trend tag. The objective of the video was to show how to setup a trend not necessarily the function generator. I quickly created this to show something interesting in the trend.
      As for the MOV instructions, again you're right, I could easily done them in series as well. That said, the instructions will be evaluated top to bottom in the branches as well, so the MOV instructions will be executed before the CPT.

  • @justinpuzak2558
    @justinpuzak2558 2 ปีที่แล้ว

    it won't let me trend on studio 5000, every time i hit run it lags for a few seconds and then i get a error saying "path specified invalid or one of the modules not responding

  • @brdn1639
    @brdn1639 6 ปีที่แล้ว

    Is the code from your videos available for download?

    • @PLCGurusNET
      @PLCGurusNET  6 ปีที่แล้ว

      Would you like it to be? If so head over to PLCGurus.NET and Register at: plcgurus.net/register. Once registered create a Thread Topic in the Rockwell Forum at: plcgurus.net/forums/forum/live-plc-questions-answers/rockwell-allen-bradley-stratix/. Once the thread topic is created I can go ahead and upload the file for you to play with.
      Having said that you may want to recreate it yourself!