EP.1 การสื่อสารระหว่าง PLC ผ่าน MODBUS RS485 สอนใช้งานและปูพื้นฐาน | Introduction & Demo

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 27

  • @FactonationTH
    @FactonationTH  2 года назад +1

    ผมมีทำแบบคลิปเดียวเอาไว้ในคลิปนี้ครับ: ruclips.net/video/TblqfiwzNfU/видео.html

  • @polfitting3419
    @polfitting3419 11 месяцев назад

    ขอบคุณมากครับ ตามหาความรู้อยู่ครับ เผื่อจะได้ใช้ครับ 🥰🥰🥰

  • @jjjledcompany
    @jjjledcompany Год назад +2

    ทำให้คนไทย ทำชาติเจริญขึ้นไป สำหรับผู้เริ่มต้น

  • @alongkotphoosangad9882
    @alongkotphoosangad9882 3 года назад +1

    มีประโยชน์มากครับ

  • @HorkaoThailand
    @HorkaoThailand 3 месяца назад

    -อยากทราบว่า สมมุติผมมี อินเวอร์เตอร์2ตัว ผมจะวายริ่งสาย Rs485ยังไงครับ
    -สมมุติมี3 อุปกรณ์
    ตัวไหนคือMaster ครับ
    PLC,Hmi ,Inverter
    ตัวไหนคือ Sleve ครับ
    -ต้องการแสดงผลใน Screen เดียวกัน
    ผมสามารถดึงค่าจากhmi ที่ได้จากอินเวอร์เตอร์ เช่น กระแสขณะรันกลับเข้าไปที่plc แบบนี้ได้มั้ยครับ

    • @FactonationTH
      @FactonationTH  3 месяца назад

      แอดไลน์ @factonation มาหน่อยครับ เดียวอธิบายให้

  • @apilaksuporn2584
    @apilaksuporn2584 3 года назад

    มีประโยชมากคับ

  • @boy-hv1jt
    @boy-hv1jt 3 года назад

    สุดยอดมากครับ

    • @FactonationTH
      @FactonationTH  3 года назад

      ขอบคุณครับผม

  • @moosumran914
    @moosumran914 3 года назад

    ขอบคุณมากครับผมก็กำลังมีปัญหาในการใช้งานอยู่อธิบายเข้าใจง่ายเเละเห็นภาพการทำงานชัดเจน

    • @FactonationTH
      @FactonationTH  3 года назад

      ขอบคุณที่ติดตามครับ

  • @Chatchade
    @Chatchade 2 года назад

    อยากมีปรึกษามากๆครับ ผมชอบถาม ถามทั้งวัน อยากรู้

    • @FactonationTH
      @FactonationTH  2 года назад

      สอบถามเรื่องอะไร เชิญเลยครับ

  • @apilaksuporn2584
    @apilaksuporn2584 3 года назад

    ขอบคุณมากคับ

  • @npch3735
    @npch3735 3 года назад +1

    ตัว master เป็น input หรือ output ครับ

    • @FactonationTH
      @FactonationTH  3 года назад

      ตัว Master เป็น PLC ที่มีทั้ง Input และ Output ครับผม

  • @นีฟนะครับ
    @นีฟนะครับ 3 года назад

    สอนการใช้คำสั่ง การสื่อสารหน่อยครับRS485หน่อยครับ🙏🙏🙏

    • @FactonationTH
      @FactonationTH  3 года назад +2

      ติดตามตอนถัดๆไปได้เลยครับ มีอธิบายตั้งแต่ศูนย์แน่นอนครับ ;)

  • @natthapongklinchampa5281
    @natthapongklinchampa5281 2 года назад

    พี่ครับมีวิธีทำ esp32 modbus master อ่าน modbus slave ไหมครับ

    • @FactonationTH
      @FactonationTH  2 года назад

      ไม่ได้มีทำสอนครับ ต้องไปอ่านคู่มือ Module ESP32 ดูครับผม
      esp32io.com/tutorials/esp32-modbus

  • @aleksandarpartikov6504
    @aleksandarpartikov6504 3 года назад

    Hi can you make video how to use modbus with this PLC and Arduino ?

    • @FactonationTH
      @FactonationTH  3 года назад +1

      The goal of this course is to laydown the fundamentals of RS485. So after this course, you should be able to use it with any MODBUS master, PLC, Arduino, PC, etc. ;)

    • @aleksandarpartikov6504
      @aleksandarpartikov6504 3 года назад

      I write the program and with modbus simulator is work but with arduino cant do the comunication. COMM Led on PLC is blinking but cant read the holding registers what starting adress should i give on my arduino to read holding registers tnx :)

    • @FactonationTH
      @FactonationTH  3 года назад

      If your PLC and Arduino cannot communicate then you need to check thoroughly on whether 1) The handshaking of MODBUS Communication settings between devices are the same (like Baud Rate, Parity, Stop Bits, etc.) then 2) The reading address in you are trying to read that is written in the read function matches the destination.

    • @aleksandarpartikov6504
      @aleksandarpartikov6504 3 года назад +1

      i complet the comunication and its working properly :) but i dont understand why i need to connect with gnd of arduino and GND on RS422 on PLC??? If there is no connection between GND RS422 from PLC and GND from ARDUINO data cant transmition