Modbus RTU ADC Python Matplotlib

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

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

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

    Use qtpy instead matplotlib

    • @technoshamanarchist
      @technoshamanarchist  6 ปีที่แล้ว

      Marek Wojtek, thank you. I will keep it in mind for the next project :)

  • @markopopoland
    @markopopoland 6 ปีที่แล้ว

    I'm dealing now to connect robot controller for Kuka Krc4 via modbus. On PC I have software for recognizing element by camera. I want to send info to robot via modbus tcp is it hard to do ? Always I'm using profinet comm :(

    • @technoshamanarchist
      @technoshamanarchist  6 ปีที่แล้ว

      Sorry, this is the only time I had to deal with Modbus at work, and it was limited to a few commands and RTU over RS-232. I didn't need to learn much about the rest :( So I actually imitated the protocol by creating 16-bit packets of my own on the card and on PC, after reading some on the protocol itself.