Thông báo

Collapse
No announcement yet.

Ladder -> STL khi thêm comment S7-300

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • #16
    Ai có chương trình đọc nhiệt độ cho plc s7-200 không? Chương trình cụ thể nha, chảng hạn thế này khi mà cảm biến nhiệt độ báo về à nhiệt độ lúc này la 45 độ thì đưa ra lệnh cho plc là bật quạt làm mát. Mình đang cần gấp!

    Comment


    • #17
      Các Bác có thể giải thích cho mình đoạn chương trình này không? Mình đọc hoài mà không tính ra nhiệt độ được, thanks!

      Chương trình viết trên Step 7 bằng ngôn ngữ STL:
      Network 1: Set the High and Low Temperature Limits
      LD First_Scan_On:SM0.1 // In the first scan cycle,
      MOVD +0, VD196 // clear VW196 and VW198.
      MOVW +16, VW250 // Load 1° C = 16 in VW250
      MOVW +4000, VW252 // Set the 0° C offset = 4000.
      MOVW +300, VW260 // Set the high temperature
      // limit = 30° C.
      MOVW +200, VW262 // Set the low temperature
      // limit = 20° C.
      MOVW +20000, AQW0 // Initialize a 12.5 mA current
      // at analog output word AQW0.
      Network 2: Calculate the Value and Enable Message 1
      LD Always_On:SM0.0 // Every scan cycle,
      MOVW AIW4, VW200 // move the value in analog
      // input word AIW4 to VW200.
      -I VW252, VW200 // Subtract the 0° C offset.
      DIV VW250, VD198 // Divide the result by the 1° C
      // value.
      MUL +10, VD196 // Multiply the remainder by 10.
      DIV VW250, VD196 // Divide the value in variable
      // double word VD196 (remainder x 10)
      // by the 1° C value.
      MOVW VW198, VW160 // Shift the quotient by 1 decimal
      // point to the left.
      MOVW +0, VW198 // Clear VW198.
      MUL +10, VD198 // Multiply the temperature value
      // by 10.
      +I VW160, VW200 // Add the result of temperature
      // value x 10 with the value that
      // is stored as the digit following
      // the decimal point.
      MOVW VW200, VW116 // Transfer the result to VW116
      // (embedded value on the TD 200)
      // for display.
      S V12.7, 1 // Enable message 1 for display
      // on the TD 200.
      Network 3: If Temperature Exceeds High Limit, Enable Message 2 and Turn Off Furnace
      LDW>= VW200, VW260 // If the temperature value >=
      // the high temperature limit
      // stored in VW260,
      = V12.6 // enable message 2 on the TD 200.
      R Q0.0, 1 // Turn off the furnace.
      Biên soạn: Lâm Tăng Đức - Nguyễn Kim Ánh 136
      Chương 6: Các chức năng chuyên dùng trên S7-200 Bộ môn Tự Động Đo Lường Khoa Điện
      MOVW VW260, VW136 // Move the high temperature limit
      // value to VW136 (embedded value
      // on the TD 200) for display
      // in message 2.
      Network 4: If Temperature Drops Below Low Limit, Enable Message 3 and Turn On Furnace
      LDW<= VW200, VW262 // If the temperature value <=
      // the low temperature limit
      // stored in VW262,
      = V12.5 // enable message 3 on the TD 200.
      S Q0.0, 1 // Turn on the furnace.
      MOVW VW262, VW156 // Move the low temperature limit
      // value to VW156 (embedded value
      // on the TD 200) for display in
      // message 3.

      Comment


      • #18
        mình dùng cảm biến sóng ngắn để đo mực nước trong thùng.cảm biến xuất tín hiệu dòng 4 - 20mA.Đo mực nước cao nhất là 20m và thấp nhất la 1m.dùng plc S7-300.anh nào biết lập trình thế nào chỉ cho mình với.thank!

        Comment

        Về tác giả

        Collapse

        Kekhukho Chả có gì để nói cả Tìm hiểu thêm về Kekhukho

        Bài viết mới nhất

        Collapse

        Đang tải...
        X