News:
Home
Help
Search
Login
Register
September 24, 2026, 05:11:35 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
Getting a value from a PC to Do-More PLC
« previous
next »
Print
Pages: [
1
]
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?
Logged
RBPLC
Hero Member
Posts: 586
Re: Getting a value from a PC to Do-More PLC
«
Reply #1 on:
April 22, 2020, 07:43:18 AM »
https://community.automationdirect.com/s/question/0D53u00001yZfcVCAS/how-can-i-read-data-from-an-excel-spreadsheet-with-a-p3550-pac-controller
Logged
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
Logged
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.
Logged
Print
Pages: [
1
]
« previous
next »
Host Engineering Forum
»
General Category
»
Do-more CPUs and Do-more Designer Software
»
Getting a value from a PC to Do-More PLC