How to Add a Structured VFD Control to your TIA Portal PLC Application (4 Step Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

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

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

    ►► Grab My FREE GUIDE Featuring 5 easy steps to Drastically Improve the Structure of your TIA PLC Applications:
    www.plcskilltree.com/free-guide-optin

  • @gilbert-plclearningchannel7304
    @gilbert-plclearningchannel7304 ปีที่แล้ว +1

    this is very advance programming , it 's very organize because he's using UDT,,god bless sir.

  • @sahilsharma-o2u
    @sahilsharma-o2u 25 วันที่ผ่านมา +1

    Great Video. I am trying to improve my TIA portal skills but didn't know where to start. Thanks Mate

    • @PLCskilltree
      @PLCskilltree  25 วันที่ผ่านมา

      Happy to help!

  • @robertojoa21
    @robertojoa21 21 วันที่ผ่านมา

    Using the autocad electrical can saved you a lot time

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

    Great video! Send to my team members! Look forward for the advance one or the safety one!

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

      Thanks Candia, appreciate the support!

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

    Great video! Very straightforward explanation of how to use UDTs! I love seeing more people trying to help others unlock the power of well designed FBs!

    • @PLCskilltree
      @PLCskilltree  ปีที่แล้ว

      Glad you enjoyed it Jason!

  • @nitishkumar-le6un
    @nitishkumar-le6un 8 หลายเดือนก่อน +1

    Very well explained.... Great work Patron ... Keep it up .... Could you please check for ATV0320 drive profibus communication with Siemens plc.

    • @PLCskilltree
      @PLCskilltree  8 หลายเดือนก่อน

      Thanks, sorry no experience with ATV0320

  • @warasali7875
    @warasali7875 8 หลายเดือนก่อน +1

    Very good video 💯❤ your teaching way are so deferent. Thank you

    • @PLCskilltree
      @PLCskilltree  8 หลายเดือนก่อน

      How is it different? Would be nice to know 👍🏻

  • @razzerazze4052
    @razzerazze4052 หลายเดือนก่อน +1

    Thanks a lot man for sharing such valuable knowledge

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

      Glad it was helpful!

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

    Thanks a lot for this great video. I have just one question: what is the word swapping in Siemens?

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

      It’s not word swapping, it’s byte swapping - within a word. A word has 2 bytes - 0 and 1. You just swap those.

  • @dogucosgun8659
    @dogucosgun8659 11 หลายเดือนก่อน +1

    Your courses are amazing. Are you planning to make more advanced new courses on your website?

    • @PLCskilltree
      @PLCskilltree  11 หลายเดือนก่อน +1

      Yes I am working on a smaller course about advanced structuring. Thanks for your support!

  • @shawnbraganza9020
    @shawnbraganza9020 8 หลายเดือนก่อน +1

    Great video. Thank you

  • @AlessandroCasarotto-z6y
    @AlessandroCasarotto-z6y 2 หลายเดือนก่อน +1

    Amazing Video. Do you have a dedicate video how to control a siemens soft starter ( 3RW55-F HP 3ph 113A) from S7 1500 PLc via Profinet . I have a issue to create the function block and relatives tag of control .
    Thank you

    • @PLCskilltree
      @PLCskilltree  2 หลายเดือนก่อน

      Sorry don’t have that, but the structuring procedures should be very similar to what I’m showcasing in the video.

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

    Nice, pls make video on report generation

  • @chrisredfield8698
    @chrisredfield8698 7 หลายเดือนก่อน +1

    I appreciate the time and effort you've put into this. Pls keep pumping these kind of lessons as they are gold to us.
    But i have a QUESTION in terms of "byte swapping", would keeping the bits as you declared in the video instead of bit15 to bit8 then bit7 to bit0 affect the control of the vfd or not ?

    • @PLCskilltree
      @PLCskilltree  7 หลายเดือนก่อน +1

      Hi Chris,
      Thanks for your nice words, happy to hear you get something out of these videos.
      If you do not do the byte swapping, then your VFD control will not work (because your bits 0 to 7 will be switched with 8 to 15). Was that your questions?

    • @chrisredfield8698
      @chrisredfield8698 7 หลายเดือนก่อน +1

      @@PLCskilltree Yes sir you've answered my question

  • @mondetechnique8737
    @mondetechnique8737 หลายเดือนก่อน +1

    Great video, Thanks

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

      You are welcome!

  • @chidoziriiroh9329
    @chidoziriiroh9329 10 หลายเดือนก่อน +2

    Thanks a lot Hans

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

    Thanks for the video. Just one question: Why don't you create a UDT for this block interface like you did for the others? (with Cmd, Stat, Cfg, Flt)

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

      Good question Sergio. I usually create a UDT with Sts, Cmd, Cfg etc… structures for the parent module - in this example it would be the Refill Module.
      Here I have chosen only to map the command and status of the telegram for the lower level VFD control block, where generated faults are part of the Flt structure of the higher level Refill block.
      But this comes all down to preference. Yes you could create a complete Sts, Cmd, Flt, Par,… structure as well for the VFD but I prefer to keep that larger structure only for the parent module (e.g. refill).

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

      @@PLCskilltree It makes sense since the number of interface signals to the block is low. Thanks a lot for the answer.

  • @mehdikeyvani6179
    @mehdikeyvani6179 6 หลายเดือนก่อน +1

    thanks for your advanced tutorial , as a question? do you have tutorial about free telegram in your premium course?

    • @PLCskilltree
      @PLCskilltree  6 หลายเดือนก่อน

      The premium course uses the same telegram as the video. Why would you want to use a free telegram?

  • @eisasatari3777
    @eisasatari3777 8 หลายเดือนก่อน +2

    HI ,
    There is no TELEGRAM option in my added drive properties 🤔
    can you guide me ?
    thanks in advance

    • @PLCskilltree
      @PLCskilltree  8 หลายเดือนก่อน

      Which drive did you add? Which plc are you using?

    • @JuanMarcos.A
      @JuanMarcos.A 18 วันที่ผ่านมา

      you need to have installed the Startdrive tool. I had the same issue

  • @bryanfrancisco-t7x
    @bryanfrancisco-t7x 7 หลายเดือนก่อน +1

    Hi. Your videos are awesome. Im interested in your courses but i want to know what are the knowledge i will learn in the course. I already bought courses before but i didn't expect what i need. Thanks Hans

    • @PLCskilltree
      @PLCskilltree  7 หลายเดือนก่อน +1

      Thanks.
      You will learn how to build structured TIA PLC and HMI applications from scratch, not just loose concepts or isolated examples - complete and fully functional applications.
      If you go to my website www.plcskilltree.com, you can read much more about each course or bundle and there are plenty of testimonials from people who took my courses. That should give you a good idea.

  • @fatiouisaid6419
    @fatiouisaid6419 2 หลายเดือนก่อน +1

    thanx man for share this info

  • @bryanfrancisco-t7x
    @bryanfrancisco-t7x 7 หลายเดือนก่อน +1

    Hello hans. Do you also teach in your hmi program about display event (not alarm) . And also using OB of plc?

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

      There’s a complete lecture in my HMI course dedicated to system diagnostics. I’m only using OB1 in my courses but I might update my premium content with interrupt OBs.

  • @HectorRodriguez-si3yr
    @HectorRodriguez-si3yr 10 หลายเดือนก่อน +2

    Hi, what if i want to run backwars the motor? how can i do it using tahat telegram? wich flag should i use?

    • @PLCskilltree
      @PLCskilltree  10 หลายเดือนก่อน +1

      You’ll have to set bit 11 “setpoint inversion” of the controlword to “1”.
      My course (check the description below the video) comes with a sample application that shows you the exact logic first controlling the drive (including running the drive in the opposite direction)

  • @SiemensPortal
    @SiemensPortal 2 หลายเดือนก่อน +1

    Super. Thanks.

    • @PLCskilltree
      @PLCskilltree  2 หลายเดือนก่อน

      Welcome 😊

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

    it's great to get this chance enhancing my plc structured code but it seems the guide sign up page is not good to send every time i got "This value seems to be invalid." error for all my emails trials

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

      I have many sign ups each day, so the sign up page seems to work. Maybe try again another day.

    • @mohammedrezk8072
      @mohammedrezk8072 ปีที่แล้ว

      it is working now flawlessly Many thanks@@PLCskilltree

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

    Very helpful video

  • @teknosistem
    @teknosistem 4 หลายเดือนก่อน +1

    Thank you sir.

    • @PLCskilltree
      @PLCskilltree  4 หลายเดือนก่อน

      Most welcome

  • @chrisredfield8698
    @chrisredfield8698 6 หลายเดือนก่อน

    Hi Hans chris again 😊. I've followed your steps and i created the "Standard Vfd Control FB", i've never thought it would be this easy especially the abuse of UDTs. But i wanted to ask about COMMISSIONING (inserting the motor data etc..), do you do it as a second step or do you follow another method ?
    Thanks in advance 🙏

    • @PLCskilltree
      @PLCskilltree  6 หลายเดือนก่อน

      Hi Chris,
      My video about creating the software is the first step, before the commissioning. Then during commissioning you will need to setup the VFD - give it an IP address, configuring the motor data like voltage, current, rpm, power etc....
      I typically get the motor data from the data plate on the motor (picture with mobil phone) and I use the setup on the BOP screen of the VFD to set the applicable parameters to the correct values. I also write down the motor data for each motor in my project worksheet, just so I have a backup.

    • @chrisredfield8698
      @chrisredfield8698 6 หลายเดือนก่อน +1

      1- I apologize for skipping ahead of the video i'am just a bit excited😋
      2- It seems that my Noob brain and its short term memory had a misunderstanding. I thought that "VFD control FB + commissioning" was enough and forgot about adjusting the VFD's
      Parameters through it's BOP/AOP so it can be controlled by the PLC through PN like in our example.
      Signature
      NOOB_Lvl_ONE_THOUSAND

  • @akhtarshamim2424
    @akhtarshamim2424 11 หลายเดือนก่อน

    Thanks Sir very very nice video upload thanks 👍👍👍👍👍

  • @vijaipackiri238
    @vijaipackiri238 5 หลายเดือนก่อน +1

    Dear friend... some of the blocks are already created in previously. So Need to create all by this session video itself. Then only easy understand this all

    • @PLCskilltree
      @PLCskilltree  5 หลายเดือนก่อน

      Thanks for your feedback. If you want to know how the program was made from scratch, please go and check out my courses in the description.

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

    How to create an HMI to control the speed after completing all these steps ?

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

      That part is described in my premium training bundle, check the description below the video.

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

    So as the video,i cant read Current ,Voltage from VFDs ?

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

      In this tutorial I am using standard telegram 1 for data communication between VFD and PLC. If you select a different telegram, you can get current and voltage status. Remember to update the UDTs and control block as well with the additional status information.

    • @Huyautomation2901
      @Huyautomation2901 ปีที่แล้ว

      @@PLCskilltree Can you recommend the best Telegram for control Plc and VFDs ?

  • @ColinDickie
    @ColinDickie 5 หลายเดือนก่อน +1

    Can this be simplified using Technology Objects?

    • @PLCskilltree
      @PLCskilltree  5 หลายเดือนก่อน +1

      As far as I know, technology object are for motion axes = servo axes, not for VFDs.

    • @ColinDickie
      @ColinDickie 5 หลายเดือนก่อน +1

      It can be done with Technology Objects as I've done it. However, in my instance it was still using Telegram 1, and it resulted in over simplifying everything. I will be using your method from now on, which I hope will give me more control. Thank you!

  • @mr.write1433
    @mr.write1433 4 หลายเดือนก่อน +1

    i dont have the simatic drive ? how will i see it ?

    • @PLCskilltree
      @PLCskilltree  4 หลายเดือนก่อน

      Not sure what you mean

    • @mr.write1433
      @mr.write1433 4 หลายเดือนก่อน +1

      @@PLCskilltree I already fix the problem. My version of TIA portal has no sinamics driver so i download it separately on their website.

  • @sumits.mahajan1967
    @sumits.mahajan1967 หลายเดือนก่อน +1

    How to assign IP to drive

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

      Directly through TIA Portal, or on the device itself by using the BOP panel (Small detachable LCD unit on the front of the drive)

  • @amarnathnsw9392
    @amarnathnsw9392 8 หลายเดือนก่อน +1

    Pls sir make video on profibus communication

    • @PLCskilltree
      @PLCskilltree  8 หลายเดือนก่อน +1

      Profibus is kind of an outdated technology, I prefer to create videos on newer technologies

    • @amarnathnsw9392
      @amarnathnsw9392 8 หลายเดือนก่อน +1

      @@PLCskilltree ok but in India most place we are used sir

    • @PLCskilltree
      @PLCskilltree  8 หลายเดือนก่อน +1

      @@amarnathnsw9392 I understand

  • @ouahoudizakaria1668
    @ouahoudizakaria1668 9 หลายเดือนก่อน +1

    good

  • @abdevilliers6555
    @abdevilliers6555 9 หลายเดือนก่อน +1

    Hello Sir, Can you send me the backup please.

    • @PLCskilltree
      @PLCskilltree  9 หลายเดือนก่อน

      The complete application is available in my premium bundle. Check out the description below this video for more info 👍🏻

  • @DanLove-g1n
    @DanLove-g1n 3 หลายเดือนก่อน +1

    Or just use the Speed Axis Technology Object...

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

      Thanks for the addition, will check that one out 👍🏻

  • @angelrivera3192
    @angelrivera3192 7 หลายเดือนก่อน +1

    It’s to complex and there are a existing functions for this in the library of the software

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

      I disagree about it being complex. It’s actually straightforward with simple steps. If you’re used to building structures for your plc applications then this example is relatively easy.
      Can you send me a link to the library that you are mentioning?

    • @nicholasfender869
      @nicholasfender869 4 หลายเดือนก่อน

      Sina_speed or Sina_Para ?

  • @mr.write1433
    @mr.write1433 4 หลายเดือนก่อน +1

    Tia portal integration to vfd kinda complicated…

    • @PLCskilltree
      @PLCskilltree  4 หลายเดือนก่อน

      It’s not the only way to communicate, but it’s a structured way

    • @mr.write1433
      @mr.write1433 4 หลายเดือนก่อน +1

      @@PLCskilltree Your videos are helpful. There's no video on the details of the function blocks though ?

    • @PLCskilltree
      @PLCskilltree  4 หลายเดือนก่อน

      @@mr.write1433that information is in the course itself - link in the description below the video.

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

    May I ask you,sir? Is that method used for all VFDs those have Profinet interface or just for Siemens VFDs?

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

      I have used these steps as well for e.g. Danfoss frequency converts. The steps are the same, just different telegrams for the data communication between vfd and plc.

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

      @@PLCskilltree so it depends on the different manufacturers ? And how they define Control Word?

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

      @@Huyautomation2901 yes, but 4 steps for structuring stay the same. I would always build UDTs that mirror the communication and I always build a standard control block.

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

      @@PLCskilltree thank u for your reply.I hope u will make more video about PLC