News:

  • September 24, 2026, 05:11:35 AM

Login with username, password and session length

Author Topic: Getting a value from a PC to Do-More PLC  (Read 7264 times)

Scot

  • Sr. Member
  • ****
  • Posts: 78
Getting a value from a PC to Do-More PLC
« on: April 22, 2020, 07:14:15 AM »
Is there a simple way to send a number from a PC to a Do-More PLC over the network? An API maybe that I could use to make a PC program that pushes a number to a PLC register?


Bolt

  • Hero Member
  • *****
  • Posts: 598
Re: Getting a value from a PC to Do-More PLC
« Reply #2 on: April 22, 2020, 12:06:38 PM »
I do things like this through simple websites, hosted on a server local to the network (or hosted on the PC in question with XAMPP or similar) and send/receive data to PLC's via phpmodbus https://github.com/adduc/phpmodbus

Scot

  • Sr. Member
  • ****
  • Posts: 78
Re: Getting a value from a PC to Do-More PLC
« Reply #3 on: April 22, 2020, 04:32:43 PM »
I think I like the phpmodbus option the best.