Lesson 07 - Global Data blocks (DB) Part 1

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

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

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

    Thank you for a good video on Siemens Data block, a mile above the crowd in the TH-cam world.
    Cheers

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

    Summary of Differences:
    Optimized Access: Memory and performance are managed by the PLC for better efficiency and speed, and variables are referenced by their symbolic names, making the program easier to work with.
    Standard Access: Variables have fixed addresses (absolute addressing), offering more control over memory locations but with less flexibility and slower access compared to optimized data blocks.
    Practical Example:
    If you’re working on a newer system with TIA Portal and need flexibility and performance, Optimized Access is preferred.
    For legacy systems or when integrating with older programs, you may need to use Standard Access to ensure compatibility.

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

    In every video I have seen about global data, is described how to create the global and how to handle it, but no one define what it is, where it phisically reside, who initilize it, what is its resilence and when is convinient to use it

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

    Thank you very much, you saved the day!

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

    Are the lines in a Data Block the same as "object attributes" in OO languages? Or is it just a sort of "folder" to put parts of your global variables and find them more easily when programming?

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

    I really don’t understand what you were trying to explain in the video

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

    Thank

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

    Siemens use 5BD numbers for one DB.
    Our HMI Kinco can connect from Siemens only Data bases 1-10.
    We have 4DB
    DB 5, DB15, DB16 DB20
    How we can set Nr from 1 to 10 for using 10DB in our HMI?😢😮😅😊❤❤❤

  • @Padredimitry
    @Padredimitry 3 ปีที่แล้ว

    Thank you!