🔴 Live TIA Portal Workshop: Re-Organizing Chaotic PLC Data

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

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

  • @dimaungul2477
    @dimaungul2477 ชั่วโมงที่ผ่านมา +1

    Thank you,Hans.👍

    • @PLCskilltree
      @PLCskilltree  ชั่วโมงที่ผ่านมา

      Welcome!

  • @tarikrachiahi1239
    @tarikrachiahi1239 4 วันที่ผ่านมา +1

    Thank you Hans, well done workshop, looking for more

  • @nato7674
    @nato7674 6 วันที่ผ่านมา +1

    👏👍Thank you!

  • @thelandofwhitetigers2118
    @thelandofwhitetigers2118 3 วันที่ผ่านมา +1

    🙏Thank you

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

      You’re welcome!

  • @mohammadaboshady7524
    @mohammadaboshady7524 6 วันที่ผ่านมา +1

    You're doing great Hans, keep on.

  • @LoLManiacYOU
    @LoLManiacYOU วันที่ผ่านมา +1

    Thank you, great job. I wonder how you make your parameters inside UDT retain, I suppouse You dont want to lose them after restart?

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

      Retain properties are set in the DB (where you define variables using the UDT), not in the UDT itself. A UDT is just a datatype.

    • @LoLManiacYOU
      @LoLManiacYOU วันที่ผ่านมา +1

      @@PLCskilltree Thanks for the answer but inside DB you can only make whole UDT retain, i thought about make retain only "Par" or "Cfg" struct, without "Sts" and "Cmd". I usualy make diffrent UDT for retain data and control/status data, but maybe there is a better way to have it together?

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

      @ you cannot do that unfortunately, I am as well waiting for Siemens to add this in a future version.
      You could make 2 structures for each module - a non-retain structure , and a retain structure, e.g. UDT_AirSupply and UDT_AirSupply_Ret.
      Alternatively, just make all structures retain. They are typically small in size and I have not had any problems yet in my projects.