modbusy
modbusy modbusy ModbusTCP
# ModbusTCP Client ModbusTCP Client for PHP ## Usage $client = (new ModbusTcpClient())->setHost('host.example.com')->open(); $result = $client->readMultipleHoldingRegisters()->setUnit(1)->readFrom(40021,16); $client->close(); ## Examples In the [Start page](index.php) there are links to 2 real-life examples: - Fronius Symo: Accessing the manufacturer name - Helios KWL: Accessing the system date ## Beware - Only reading and writing to MultipleHoldingRegisters are implemented.Last Commit:Thu, 26 Dec 2024 19:44:34 +0100 Jan Dankert Updated License: LGPL.
4 Commits 0 Tags 1 Branches 16 Files
Download