Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd2ae72b79 | ||
|
|
4256b6cef7 | ||
|
|
61e7a690eb | ||
|
|
7365700b72 | ||
|
|
cff8493205 | ||
|
|
e10bb250d8 | ||
|
|
c18696a718 | ||
|
|
dd5a892fb6 | ||
|
|
7d058ee526 | ||
|
|
0ac0018444 | ||
|
|
5300b2a867 | ||
|
|
c676c06e2e | ||
|
|
697daedba3 | ||
|
|
cd52263b8e | ||
|
|
a2bde03574 | ||
|
|
24d16bc1aa | ||
|
|
bb0cdd467a | ||
|
|
9ef8e72f3e | ||
|
|
ad507ed46c | ||
|
|
5bb5dfe654 | ||
|
|
83d9baa9f6 | ||
|
|
753bff38ec |
@@ -0,0 +1,5 @@
|
|||||||
|
/vendor
|
||||||
|
composer.lock
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
*~
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
a88b5a87fb4cd49f16ce72062cce19d55f1fbf98 0.2
|
|
||||||
a7f90c18859d31922bdd8c61299e2790f5e2eb1a 0.3
|
|
||||||
bdf8b3f414c4d08fc0edf9fd1953f55db26e4bac 0.4
|
|
||||||
1e09b0da7d8c62a9a292ee51540feac9de4c1222 0.4.1
|
|
||||||
e1262f028e180c2719564f840ffa1a9f8672b6be 0.5
|
|
||||||
+29
-2
@@ -1,10 +1,33 @@
|
|||||||
|
+---------------------------------------------------------+
|
||||||
|
| ACKNOWLEDGEMENTS |
|
||||||
|
+---------------------------------------------------------+
|
||||||
|
|
||||||
|
This project is based on work by Jan Krákora, (c) 2004-2013.
|
||||||
|
The original license is reproduced below.
|
||||||
|
|
||||||
|
https://code.google.com/archive/p/phpmodbus/
|
||||||
|
|
||||||
|
Further improvements - John S. Long and other contributors
|
||||||
|
|
||||||
|
https://github.com/adduc/phpmodbus
|
||||||
|
|
||||||
|
Cleanup and namespaces - Ondřej Hruška, 2016
|
||||||
|
|
||||||
|
https://github.com/MightyPork/phpmodbus
|
||||||
|
|
||||||
|
|
||||||
|
+---------------------------------------------------------+
|
||||||
|
| ORIGINAL LICENSE |
|
||||||
|
+---------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
The Phpmodbus License, Version 1
|
The Phpmodbus License, Version 1
|
||||||
============================
|
============================
|
||||||
|
|
||||||
Copyright (c) 2004, 2011 Jan Krakora, Wago (http://www.wago.com)
|
Copyright (c) 2004, 2013 Jan Krakora
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
This license is a legal agreement between you and Jan Krakora, Wago (the "Author")
|
This license is a legal agreement between you and Jan Krakora (the "Author")
|
||||||
for the use of Phpmodbus (the "Software"). By obtaining, using and/or
|
for the use of Phpmodbus (the "Software"). By obtaining, using and/or
|
||||||
copying the Software, you agree that you have read, understood, and will
|
copying the Software, you agree that you have read, understood, and will
|
||||||
comply with the terms and conditions of this license.
|
comply with the terms and conditions of this license.
|
||||||
@@ -60,3 +83,7 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|||||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
End of file.
|
||||||
@@ -1,133 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Phpmodbus Copyright (c) 2004, 2010 Jan Krakora, WAGO Kontakttechnik GmbH & Co. KG (http://www.wago.com)
|
|
||||||
*
|
|
||||||
* This source file is subject to the "PhpModbus license" that is bundled
|
|
||||||
* with this package in the file license.txt.
|
|
||||||
*
|
|
||||||
* @author Jan Krakora
|
|
||||||
* @copyright Copyright (c) 2004, 2010 Jan Krakora, WAGO Kontakttechnik GmbH & Co. KG (http://www.wago.com)
|
|
||||||
* @license PhpModbus license
|
|
||||||
* @category Phpmodbus
|
|
||||||
* @package Phpmodbus
|
|
||||||
* @version $id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* IecType
|
|
||||||
*
|
|
||||||
* The class includes set of IEC-1131 data type functions that converts a PHP
|
|
||||||
* data types to a IEC data type.
|
|
||||||
*
|
|
||||||
* @author Jan Krakora
|
|
||||||
* @copyright Copyright (c) 2004, 2010 Jan Krakora, WAGO Kontakttechnik GmbH & Co. KG (http://www.wago.com)
|
|
||||||
* @package Phpmodbus
|
|
||||||
*/
|
|
||||||
class IecType {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* iecBYTE
|
|
||||||
*
|
|
||||||
* Converts a value to IEC-1131 BYTE data type
|
|
||||||
*
|
|
||||||
* @param value value from 0 to 255
|
|
||||||
* @return value IEC BYTE data type
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public static function iecBYTE($value) {
|
|
||||||
return chr($value & 0xFF);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* iecINT
|
|
||||||
*
|
|
||||||
* Converts a value to IEC-1131 INT data type
|
|
||||||
*
|
|
||||||
* @param value value to be converted
|
|
||||||
* @return value IEC-1131 INT data type
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public static function iecINT($value) {
|
|
||||||
return self::iecBYTE(($value >> 8) & 0x00FF) .
|
|
||||||
self::iecBYTE(($value & 0x00FF));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* iecDINT
|
|
||||||
*
|
|
||||||
* Converts a value to IEC-1131 DINT data type
|
|
||||||
*
|
|
||||||
* @param value value to be converted
|
|
||||||
* @param value endianness defines endian codding (little endian == 0, big endian == 1)
|
|
||||||
* @return value IEC-1131 INT data type
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public static function iecDINT($value, $endianness = 0) {
|
|
||||||
// result with right endianness
|
|
||||||
return self::endianness($value, $endianness);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* iecREAL
|
|
||||||
*
|
|
||||||
* Converts a value to IEC-1131 REAL data type. The function uses function @use float2iecReal.
|
|
||||||
*
|
|
||||||
* @param value value to be converted
|
|
||||||
* @param value endianness defines endian codding (little endian == 0, big endian == 1)
|
|
||||||
* @return value IEC-1131 REAL data type
|
|
||||||
*/
|
|
||||||
public static function iecREAL($value, $endianness = 0) {
|
|
||||||
// iecREAL representation
|
|
||||||
$real = self::float2iecReal($value);
|
|
||||||
// result with right endianness
|
|
||||||
return self::endianness($real, $endianness);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* float2iecReal
|
|
||||||
*
|
|
||||||
* This function converts float value to IEC-1131 REAL single precision form.
|
|
||||||
*
|
|
||||||
* For more see [{@link http://en.wikipedia.org/wiki/Single_precision Single precision on Wiki}] or
|
|
||||||
* [{@link http://de.php.net/manual/en/function.base-convert.php PHP base_convert function commentary}, Todd Stokes @ Georgia Tech 21-Nov-2007] or
|
|
||||||
* [{@link http://www.php.net/manual/en/function.pack.php PHP pack/unpack functionality}]
|
|
||||||
*
|
|
||||||
* @param float value to be converted
|
|
||||||
* @return value IEC REAL data type
|
|
||||||
*/
|
|
||||||
private static function float2iecReal($value) {
|
|
||||||
// get float binary string
|
|
||||||
$float = pack("f", $value);
|
|
||||||
// set 32-bit unsigned integer of the float
|
|
||||||
$w = unpack("L", $float);
|
|
||||||
return $w[1];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* endianness
|
|
||||||
*
|
|
||||||
* Make endianess as required.
|
|
||||||
* For more see http://en.wikipedia.org/wiki/Endianness
|
|
||||||
*
|
|
||||||
* @param int $value
|
|
||||||
* @param bool $endianness
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
private static function endianness($value, $endianness = 0) {
|
|
||||||
if ($endianness == 0)
|
|
||||||
return
|
|
||||||
self::iecBYTE(($value >> 8) & 0x000000FF) .
|
|
||||||
self::iecBYTE(($value & 0x000000FF)) .
|
|
||||||
self::iecBYTE(($value >> 24) & 0x000000FF) .
|
|
||||||
self::iecBYTE(($value >> 16) & 0x000000FF);
|
|
||||||
else
|
|
||||||
return
|
|
||||||
self::iecBYTE(($value >> 24) & 0x000000FF) .
|
|
||||||
self::iecBYTE(($value >> 16) & 0x000000FF) .
|
|
||||||
self::iecBYTE(($value >> 8) & 0x000000FF) .
|
|
||||||
self::iecBYTE(($value & 0x000000FF));
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,49 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Phpmodbus Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
*
|
|
||||||
* This source file is subject to the "PhpModbus license" that is bundled
|
|
||||||
* with this package in the file license.txt.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
* @license PhpModbus license
|
|
||||||
* @category Phpmodbus
|
|
||||||
* @tutorial Phpmodbus.pkg
|
|
||||||
* @package Phpmodbus
|
|
||||||
* @version $id$
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/ModbusMaster.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* ModbusMasterTcp
|
|
||||||
*
|
|
||||||
* This class deals with the MODBUS master using TCP. Extends ModbusMaster class.
|
|
||||||
*
|
|
||||||
* Implemented MODBUS functions:
|
|
||||||
* - FC 1: read coils
|
|
||||||
* - FC 3: read multiple registers
|
|
||||||
* - FC 15: write multiple coils
|
|
||||||
* - FC 16: write multiple registers
|
|
||||||
* - FC 23: read write registers
|
|
||||||
*
|
|
||||||
* @author Jan Krakora
|
|
||||||
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
* @package Phpmodbus
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
class ModbusMasterTcp extends ModbusMaster {
|
|
||||||
/**
|
|
||||||
* ModbusMasterTcp
|
|
||||||
*
|
|
||||||
* This is the constructor that defines {@link $host} IP address of the object.
|
|
||||||
*
|
|
||||||
* @param String $host An IP address of a Modbus TCP device. E.g. "192.168.1.1".
|
|
||||||
*/
|
|
||||||
function ModbusMasterTcp($host){
|
|
||||||
$this->host = $host;
|
|
||||||
$this->socket_protocol = "TCP";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Phpmodbus Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
*
|
|
||||||
* This source file is subject to the "PhpModbus license" that is bundled
|
|
||||||
* with this package in the file license.txt.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
* @license PhpModbus license
|
|
||||||
* @category Phpmodbus
|
|
||||||
* @tutorial Phpmodbus.pkg
|
|
||||||
* @package Phpmodbus
|
|
||||||
* @version $id$
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/ModbusMaster.php';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* ModbusMasterUdp
|
|
||||||
*
|
|
||||||
* This class deals with the MODBUS master using UDP stack.
|
|
||||||
*
|
|
||||||
* Implemented MODBUS master functions:
|
|
||||||
* - FC 1: read coils
|
|
||||||
* - FC 3: read multiple registers
|
|
||||||
* - FC 15: write multiple coils
|
|
||||||
* - FC 16: write multiple registers
|
|
||||||
* - FC 23: read write registers
|
|
||||||
*
|
|
||||||
* @author Jan Krakora
|
|
||||||
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
* @package Phpmodbus
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
class ModbusMasterUdp extends ModbusMaster {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* ModbusMasterUdp
|
|
||||||
*
|
|
||||||
* This is the constructor that defines {@link $host} IP address of the object.
|
|
||||||
*
|
|
||||||
* @param String $host An IP address of a Modbus UDP device. E.g. "192.168.1.1".
|
|
||||||
*/
|
|
||||||
function ModbusMasterUdp($host){
|
|
||||||
$this->host = $host;
|
|
||||||
$this->socket_protocol = "UDP";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,249 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Phpmodbus Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
*
|
|
||||||
* This source file is subject to the "PhpModbus license" that is bundled
|
|
||||||
* with this package in the file license.txt.
|
|
||||||
*
|
|
||||||
* @author Jan Krakora
|
|
||||||
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
* @license PhpModbus license
|
|
||||||
* @category Phpmodbus
|
|
||||||
* @package Phpmodbus
|
|
||||||
* @version $id$
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* PhpType
|
|
||||||
*
|
|
||||||
* The class includes set of methods that convert the received Modbus data
|
|
||||||
* (array of bytes) to the PHP data type, i.e. signed int, unsigned int and float.
|
|
||||||
*
|
|
||||||
* @author Jan Krakora
|
|
||||||
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
|
||||||
* @package Phpmodbus
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
class PhpType {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* bytes2float
|
|
||||||
*
|
|
||||||
* The function converts array of 4 bytes to float. The return value
|
|
||||||
* depends on order of the input bytes (endianning).
|
|
||||||
*
|
|
||||||
* @param array $values
|
|
||||||
* @param bool $endianness
|
|
||||||
* @return float
|
|
||||||
*/
|
|
||||||
public static function bytes2float($values, $endianness = 0) {
|
|
||||||
$data = array();
|
|
||||||
$real = 0;
|
|
||||||
|
|
||||||
// Set the array to correct form
|
|
||||||
$data = self::checkData($values);
|
|
||||||
// Combine bytes
|
|
||||||
$real = self::combineBytes($data, $endianness);
|
|
||||||
// Convert the real value to float
|
|
||||||
return (float) self::real2float($real);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* bytes2signedInt
|
|
||||||
*
|
|
||||||
* The function converts array of 2 or 4 bytes to signed integer.
|
|
||||||
* The return value depends on order of the input bytes (endianning).
|
|
||||||
*
|
|
||||||
* @param array $values
|
|
||||||
* @param bool $endianness
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public static function bytes2signedInt($values, $endianness = 0) {
|
|
||||||
$data = array();
|
|
||||||
$int = 0;
|
|
||||||
// Set the array to correct form
|
|
||||||
$data = self::checkData($values);
|
|
||||||
// Combine bytes
|
|
||||||
$int = self::combineBytes($data, $endianness);
|
|
||||||
// In the case of signed 2 byte value convert it to 4 byte one
|
|
||||||
if ((count($values) == 2) && ((0x8000 & $int) > 0)) {
|
|
||||||
$int = 0xFFFF8000 | $int;
|
|
||||||
}
|
|
||||||
// Convert the value
|
|
||||||
return (int) self::dword2signedInt($int);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* bytes2unsignedInt
|
|
||||||
*
|
|
||||||
* The function converts array of 2 or 4 bytes to unsigned integer.
|
|
||||||
* The return value depends on order of the input bytes (endianning).
|
|
||||||
*
|
|
||||||
* @param array $values
|
|
||||||
* @param bool $endianness
|
|
||||||
* @return int|float
|
|
||||||
*/
|
|
||||||
public static function bytes2unsignedInt($values, $endianness = 0) {
|
|
||||||
$data = array();
|
|
||||||
$int = 0;
|
|
||||||
// Set the array to correct form
|
|
||||||
$data = self::checkData($values);
|
|
||||||
// Combine bytes
|
|
||||||
$int = self::combineBytes($data, $endianness);
|
|
||||||
// Convert the value
|
|
||||||
return self::dword2unsignedInt($int);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* bytes2string
|
|
||||||
*
|
|
||||||
* The function converts an values array to the string. The function detects
|
|
||||||
* the end of the string by 0x00 character as defined by string standards.
|
|
||||||
*
|
|
||||||
* @param array $values
|
|
||||||
* @param bool $endianness
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public static function bytes2string($values, $endianness = 0) {
|
|
||||||
// Prepare string variable
|
|
||||||
$str = "";
|
|
||||||
// Parse the received data word array
|
|
||||||
for($i=0;$i<count($values);$i+=2) {
|
|
||||||
if ($endianness) {
|
|
||||||
if($values[$i] != 0)
|
|
||||||
$str .= chr($values[$i]);
|
|
||||||
else
|
|
||||||
break;
|
|
||||||
if($values[$i+1] != 0)
|
|
||||||
$str .= chr($values[$i+1]);
|
|
||||||
else
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if($values[$i+1] != 0)
|
|
||||||
$str .= chr($values[$i+1]);
|
|
||||||
else
|
|
||||||
break;
|
|
||||||
if($values[$i] != 0)
|
|
||||||
$str .= chr($values[$i]);
|
|
||||||
else
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// return string
|
|
||||||
return $str;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* real2float
|
|
||||||
*
|
|
||||||
* This function converts a value in IEC-1131 REAL single precision form to float.
|
|
||||||
*
|
|
||||||
* For more see [{@link http://en.wikipedia.org/wiki/Single_precision Single precision on Wiki}] or
|
|
||||||
* [{@link http://de.php.net/manual/en/function.base-convert.php PHP base_convert function commentary}, Todd Stokes @ Georgia Tech 21-Nov-2007] or
|
|
||||||
* [{@link http://www.php.net/manual/en/function.pack.php PHP pack/unpack functionality}]
|
|
||||||
*
|
|
||||||
* @param value value in IEC REAL data type to be converted
|
|
||||||
* @return float float value
|
|
||||||
*/
|
|
||||||
private static function real2float($value) {
|
|
||||||
// get unsigned long
|
|
||||||
$ulong = pack("L", $value);
|
|
||||||
// set float
|
|
||||||
$float = unpack("f", $ulong);
|
|
||||||
|
|
||||||
return $float[1];
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* dword2signedInt
|
|
||||||
*
|
|
||||||
* Switch double word to signed integer
|
|
||||||
*
|
|
||||||
* @param int $value
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
private static function dword2signedInt($value) {
|
|
||||||
if ((0x80000000 & $value) != 0) {
|
|
||||||
return -(0x7FFFFFFF & ~$value)-1;
|
|
||||||
} else {
|
|
||||||
return (0x7FFFFFFF & $value);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* dword2signedInt
|
|
||||||
*
|
|
||||||
* Switch double word to unsigned integer
|
|
||||||
*
|
|
||||||
* @param int $value
|
|
||||||
* @return int|float
|
|
||||||
*/
|
|
||||||
private static function dword2unsignedInt($value) {
|
|
||||||
if ((0x80000000 & $value) != 0) {
|
|
||||||
return ((float) (0x7FFFFFFF & $value)) + 2147483648;
|
|
||||||
} else {
|
|
||||||
return (int) (0x7FFFFFFF & $value);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* checkData
|
|
||||||
*
|
|
||||||
* Check if the data variable is array, and check if the values are numeric
|
|
||||||
*
|
|
||||||
* @param int $data
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
private static function checkData($data) {
|
|
||||||
// Check the data
|
|
||||||
if (!is_array($data) ||
|
|
||||||
count($data)<2 ||
|
|
||||||
count($data)>4 ||
|
|
||||||
count($data)==3) {
|
|
||||||
throw new Exception('The input data should be an array of 2 or 4 bytes.');
|
|
||||||
}
|
|
||||||
// Fill the rest of array by zeroes
|
|
||||||
if (count($data) == 2) {
|
|
||||||
$data[2] = 0;
|
|
||||||
$data[3] = 0;
|
|
||||||
}
|
|
||||||
// Check the values to be number
|
|
||||||
if (!is_numeric($data[0]) ||
|
|
||||||
!is_numeric($data[1]) ||
|
|
||||||
!is_numeric($data[2]) ||
|
|
||||||
!is_numeric($data[3])) {
|
|
||||||
throw new Exception('Data are not numeric or the array keys are not indexed by 0,1,2 and 3');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $data;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* combineBytes
|
|
||||||
*
|
|
||||||
* Combine bytes together
|
|
||||||
*
|
|
||||||
* @param int $data
|
|
||||||
* @param bool $endianness
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
private static function combineBytes($data, $endianness) {
|
|
||||||
$value = 0;
|
|
||||||
// Combine bytes
|
|
||||||
if ($endianness == 0)
|
|
||||||
$value = (($data[3] & 0xFF)<<16) |
|
|
||||||
(($data[2] & 0xFF)<<24) |
|
|
||||||
(($data[1] & 0xFF)) |
|
|
||||||
(($data[0] & 0xFF)<<8);
|
|
||||||
else
|
|
||||||
$value = (($data[3] & 0xFF)<<24) |
|
|
||||||
(($data[2] & 0xFF)<<16) |
|
|
||||||
(($data[1] & 0xFF)<<8) |
|
|
||||||
(($data[0] & 0xFF));
|
|
||||||
|
|
||||||
return $value;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
# phpmodbus
|
||||||
|
|
||||||
|
Implementation of the basic functionality of the Modbus TCP and UDP based protocol using PHP.
|
||||||
|
|
||||||
|
**NOTE: This is a fork to fix & update the library code (and code alone). Notably, the tests are probably all broken.**
|
||||||
|
|
||||||
|
> **What's new**
|
||||||
|
>
|
||||||
|
> This fork adds a namespace and fixes issues encountered when porting to PHP 7
|
||||||
|
|
||||||
|
|
||||||
|
## Implemented features
|
||||||
|
|
||||||
|
* Modbus master
|
||||||
|
* FC1 - Read coils
|
||||||
|
* FC2 - Read input discretes
|
||||||
|
* FC3 - Read holding registers
|
||||||
|
* FC4 - Read holding input registers
|
||||||
|
* FC5 - Write single coil
|
||||||
|
* FC6 - Write single register
|
||||||
|
* FC15 - Write multiple coils
|
||||||
|
* FC16 - Write multiple registers
|
||||||
|
* FC23 - Read/Write multiple registers
|
||||||
|
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
* The PHP extension php_sockets.dll should be enabled (server php.ini file)
|
||||||
|
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
```php
|
||||||
|
use PHPModbus/ModbusMaster;
|
||||||
|
use PHPModbus/PhpType;
|
||||||
|
|
||||||
|
// Modbus master UDP
|
||||||
|
$modbus = new ModbusMaster("192.168.1.1", "UDP");
|
||||||
|
// Read multiple registers
|
||||||
|
try {
|
||||||
|
$recData = $modbus->readMultipleRegisters(0, 12288, 5);
|
||||||
|
} catch (Exception $e) {
|
||||||
|
// Print error information if any
|
||||||
|
echo $modbus;
|
||||||
|
echo $e;
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
// Print data in string format
|
||||||
|
echo PhpType::bytes2string($recData);
|
||||||
|
```
|
||||||
|
|
||||||
|
Use the `setTimeout($seconds)` and `setSocketTimeout($read_timeout_sec, $write_timeout_sec)` methods to adjust wait times.
|
||||||
|
|
||||||
|
Most of the code is (to some extent) commented and documented with PhpDoc. You should get useful tooltips in your IDE.
|
||||||
|
|
||||||
|
|
||||||
|
## GoogleCode legacy docs & downloads
|
||||||
|
|
||||||
|
This project was originally hosted on (now defunct) Google Code. It's still archived here:
|
||||||
|
|
||||||
|
* [GoogleCode Archived Repo](http://code.google.com/p/phpmodbus)
|
||||||
|
|
||||||
+14
-6
@@ -1,17 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "adduc/phpmodbus",
|
"name": "mightypork/phpmodbus",
|
||||||
"description": "Composer version of PhpModBus",
|
"keywords": ["phpmodbus","modbus"],
|
||||||
|
"description": "PhpModbus with namespaces and updated to PHP 7",
|
||||||
"license": "LGPL",
|
"license": "LGPL",
|
||||||
|
"require": {
|
||||||
|
"php": "^5.3.2 || ^7.0",
|
||||||
|
"ext-sockets": "*"
|
||||||
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Honza Krakora",
|
"name": "Honza Krakora",
|
||||||
"email": "krakora.jan@googlemail.com"
|
"email": "krakora.jan@googlemail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ondřej Hruška",
|
||||||
|
"email": "ondra@ondrovo.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [ "Phpmodbus" ]
|
"psr-4": {
|
||||||
},
|
"PHPModbus\\": "src/"
|
||||||
"require": {
|
}
|
||||||
"ext-sockets": "*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
Those examples have not been updated to use namespaces.
|
||||||
|
|
||||||
|
They may not work. Just for reference.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$ip = "192.192.15.51";
|
$ip = "192.192.15.51";
|
||||||
@@ -13,8 +13,7 @@ try {
|
|||||||
$mw0address = 12288;
|
$mw0address = 12288;
|
||||||
$quantity = 6;
|
$quantity = 6;
|
||||||
$recData = $modbus->readMultipleRegisters($moduleId, $reference, $quantity);
|
$recData = $modbus->readMultipleRegisters($moduleId, $reference, $quantity);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
exit;
|
exit;
|
||||||
@@ -31,10 +30,10 @@ catch (Exception $e) {
|
|||||||
<h1>Dump of M-memory from WAGO 750-84x series coupler.</h1>
|
<h1>Dump of M-memory from WAGO 750-84x series coupler.</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>PLC: 750-84x series</li>
|
<li>PLC: 750-84x series</li>
|
||||||
<li>IP: <?php echo $ip?></li>
|
<li>IP: <?php echo $ip ?></li>
|
||||||
<li>Modbus module ID: <?php echo $moduleId?></li>
|
<li>Modbus module ID: <?php echo $moduleId ?></li>
|
||||||
<li>Modbus memory reference: <?php echo $reference?></li>
|
<li>Modbus memory reference: <?php echo $reference ?></li>
|
||||||
<li>Modbus memory quantity: <?php echo $quantity?></li>
|
<li>Modbus memory quantity: <?php echo $quantity ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>M-memory dump</h2>
|
<h2>M-memory dump</h2>
|
||||||
@@ -46,12 +45,12 @@ catch (Exception $e) {
|
|||||||
<td>value</td>
|
<td>value</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
for($i=0;$i<count($recData);$i+=2) {
|
for ($i = 0; $i < count($recData); $i += 2) {
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $i+$reference?></td>
|
<td><?php echo $i + $reference ?></td>
|
||||||
<td>MW<?php echo ($i + $reference - $mw0address)/2?></td>
|
<td>MW<?php echo ($i + $reference - $mw0address) / 2 ?></td>
|
||||||
<td><?php echo ($recData[$i] << 8)+ $recData[$i+1]?></td>
|
<td><?php echo ($recData[$i] << 8) + $recData[$i + 1] ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
@@ -59,9 +58,8 @@ catch (Exception $e) {
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2>Modbus class status</h2>
|
<h2>Modbus class status</h2>
|
||||||
<?php
|
|
||||||
echo $modbus;
|
<pre><?= $modbus ?></pre>
|
||||||
?>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
use PHPModbus\PhpType;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
@@ -9,8 +10,7 @@ try {
|
|||||||
// FC 3
|
// FC 3
|
||||||
// read 10 words (20 bytes) from device ID=0, address=12288
|
// read 10 words (20 bytes) from device ID=0, address=12288
|
||||||
$recData = $modbus->readMultipleRegisters(0, 12288, 10);
|
$recData = $modbus->readMultipleRegisters(0, 12288, 10);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
@@ -28,17 +28,17 @@ $values = array_chunk($recData, 4);
|
|||||||
|
|
||||||
// Get float from REAL interpretation
|
// Get float from REAL interpretation
|
||||||
echo "<h3>REAL to Float</h3>\n";
|
echo "<h3>REAL to Float</h3>\n";
|
||||||
foreach($values as $bytes)
|
foreach ($values as $bytes)
|
||||||
echo PhpType::bytes2float($bytes) . "</br>";
|
echo PhpType::bytes2float($bytes) . "</br>";
|
||||||
|
|
||||||
// Get integer from DINT interpretation
|
// Get integer from DINT interpretation
|
||||||
echo "<h3>DINT to integer </h3>\n";
|
echo "<h3>DINT to integer </h3>\n";
|
||||||
foreach($values as $bytes)
|
foreach ($values as $bytes)
|
||||||
echo PhpType::bytes2signedInt($bytes) . "</br>";
|
echo PhpType::bytes2signedInt($bytes) . "</br>";
|
||||||
|
|
||||||
// Get integer of float from DINT interpretation
|
// Get integer of float from DINT interpretation
|
||||||
echo "<h3>DWORD to integer (or float) </h3>\n";
|
echo "<h3>DWORD to integer (or float) </h3>\n";
|
||||||
foreach($values as $bytes)
|
foreach ($values as $bytes)
|
||||||
echo PhpType::bytes2unsignedInt($bytes) . "</br>";
|
echo PhpType::bytes2unsignedInt($bytes) . "</br>";
|
||||||
|
|
||||||
echo "<h2>16 bit types</h2>\n";
|
echo "<h2>16 bit types</h2>\n";
|
||||||
@@ -47,15 +47,14 @@ $values = array_chunk($recData, 2);
|
|||||||
|
|
||||||
// Get signed integer from INT interpretation
|
// Get signed integer from INT interpretation
|
||||||
echo "<h3>INT to integer </h3>\n";
|
echo "<h3>INT to integer </h3>\n";
|
||||||
foreach($values as $bytes)
|
foreach ($values as $bytes)
|
||||||
echo PhpType::bytes2signedInt($bytes) . "</br>";
|
echo PhpType::bytes2signedInt($bytes) . "</br>";
|
||||||
|
|
||||||
// Get unsigned integer from WORD interpretation
|
// Get unsigned integer from WORD interpretation
|
||||||
echo "<h3>WORD to integer </h3>\n";
|
echo "<h3>WORD to integer </h3>\n";
|
||||||
foreach($values as $bytes)
|
foreach ($values as $bytes)
|
||||||
echo PhpType::bytes2unsignedInt($bytes) . "</br>";
|
echo PhpType::bytes2unsignedInt($bytes) . "</br>";
|
||||||
|
|
||||||
// Get string from STRING interpretation
|
// Get string from STRING interpretation
|
||||||
echo "<h3>STRING to string </h3>\n";
|
echo "<h3>STRING to string </h3>\n";
|
||||||
echo PhpType::bytes2string($recData) . "</br>";
|
echo PhpType::bytes2string($recData) . "</br>";
|
||||||
?>
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
@@ -8,8 +8,7 @@ $modbus = new ModbusMaster("192.192.15.51", "UDP");
|
|||||||
try {
|
try {
|
||||||
// FC 1
|
// FC 1
|
||||||
$recData = $modbus->readCoils(0, 12288, 12);
|
$recData = $modbus->readCoils(0, 12288, 12);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
|
|||||||
@@ -1,21 +1,22 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
|
|
||||||
// Data to be writen
|
// Data to be written - supports both 0/1 and booleans (true, false)
|
||||||
$data = array(TRUE, FALSE, TRUE, TRUE, FALSE, TRUE, TRUE, TRUE,
|
$data = array(
|
||||||
TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE,
|
1, 0, 1, 1, 0, 1, 1, 1,
|
||||||
FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE,
|
1, 1, 1, 1, 0, 0, 0, 0,
|
||||||
TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE);
|
0, 0, 0, 0, 1, 1, 1, 1,
|
||||||
|
1, 1, 1, 1, 1, 1, 1, 1,
|
||||||
|
);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// FC15
|
// FC15
|
||||||
$modbus->writeMultipleCoils(0, 12288, $data);
|
$modbus->writeMultipleCoils(0, 12288, $data);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
@@ -12,8 +12,7 @@ $dataTypes = array("WORD", "INT", "DINT", "REAL");
|
|||||||
try {
|
try {
|
||||||
// FC16
|
// FC16
|
||||||
$modbus->writeMultipleRegister(0, 12288, $data, $dataTypes);
|
$modbus->writeMultipleRegister(0, 12288, $data, $dataTypes);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
@@ -9,8 +9,7 @@ try {
|
|||||||
// FC 2
|
// FC 2
|
||||||
// read 2 input bits from address 0x0 (Wago input image)
|
// read 2 input bits from address 0x0 (Wago input image)
|
||||||
$recData = $modbus->readInputDiscretes(0, 0, 2);
|
$recData = $modbus->readInputDiscretes(0, 0, 2);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
|
// Create Modbus object
|
||||||
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
|
|
||||||
|
// Data to be writen
|
||||||
|
$bitValue = true;
|
||||||
|
$bitNumber = 2;
|
||||||
|
$andMask = 0xFFFF ^ pow(2, $bitNumber);
|
||||||
|
$orMask = 0x0000 ^ (pow(2, $bitNumber) * $bitValue);
|
||||||
|
|
||||||
|
try {
|
||||||
|
// FC22
|
||||||
|
$modbus->maskWriteRegister(0, 12288, $andMask, $orMask);
|
||||||
|
} catch (Exception $e) {
|
||||||
|
// Print error information if any
|
||||||
|
echo $modbus;
|
||||||
|
echo $e;
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Print status information
|
||||||
|
echo $modbus;
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
@@ -12,8 +12,7 @@ $dataTypes = array("WORD", "INT", "DINT", "REAL");
|
|||||||
try {
|
try {
|
||||||
// FC23
|
// FC23
|
||||||
$recData = $modbus->readWriteRegisters(0, 12288, 6, 12288, $data, $dataTypes);
|
$recData = $modbus->readWriteRegisters(0, 12288, 6, 12288, $data, $dataTypes);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
@@ -27,5 +26,3 @@ echo "</br>Status:</br>" . $modbus;
|
|||||||
echo "</br>Data:</br>";
|
echo "</br>Data:</br>";
|
||||||
print_r($recData);
|
print_r($recData);
|
||||||
echo "</br>";
|
echo "</br>";
|
||||||
|
|
||||||
?>
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
@@ -8,8 +8,7 @@ $modbus = new ModbusMaster("192.192.15.51", "UDP");
|
|||||||
try {
|
try {
|
||||||
// FC 3
|
// FC 3
|
||||||
$recData = $modbus->readMultipleRegisters(0, 12288, 6);
|
$recData = $modbus->readMultipleRegisters(0, 12288, 6);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
@@ -23,4 +22,3 @@ echo "</br>Status:</br>" . $modbus;
|
|||||||
echo "</br>Data:</br>";
|
echo "</br>Data:</br>";
|
||||||
print_r($recData);
|
print_r($recData);
|
||||||
echo "</br>";
|
echo "</br>";
|
||||||
?>
|
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use PHPModbus\ModbusMasterUdp;
|
||||||
|
|
||||||
|
// Create Modbus object
|
||||||
|
$modbus = new ModbusMasterUdp("192.192.15.51");
|
||||||
|
|
||||||
|
try {
|
||||||
|
// Read input discretes - FC 4
|
||||||
|
$recData = $modbus->readMultipleInputRegisters(0, 0, 2);
|
||||||
|
} catch (Exception $e) {
|
||||||
|
// Print error information if any
|
||||||
|
echo $modbus;
|
||||||
|
echo $e;
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
var_dump($recData);
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
use PHPModbus\ModbusMasterUdp;
|
||||||
|
|
||||||
|
// Create Modbus object
|
||||||
|
$modbus = new ModbusMasterUdp("192.192.15.51");
|
||||||
|
|
||||||
|
// Data to be writen - TRUE, FALSE
|
||||||
|
$data_true = array(true);
|
||||||
|
$data_false = array(false);
|
||||||
|
|
||||||
|
try {
|
||||||
|
// Write single coil - FC5
|
||||||
|
$modbus->writeSingleCoil(0, 12288, $data_true);
|
||||||
|
$modbus->writeSingleCoil(0, 12289, $data_false);
|
||||||
|
$modbus->writeSingleCoil(0, 12290, $data_true);
|
||||||
|
$modbus->writeSingleCoil(0, 12291, $data_false);
|
||||||
|
} catch (Exception $e) {
|
||||||
|
// Print error information if any
|
||||||
|
echo $modbus;
|
||||||
|
echo $e;
|
||||||
|
exit;
|
||||||
|
}
|
||||||
@@ -1,19 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../Phpmodbus/ModbusMaster.php';
|
use PHPModbus\ModbusMaster;
|
||||||
|
|
||||||
// Create Modbus object
|
// Create Modbus object
|
||||||
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
$modbus = new ModbusMaster("192.192.15.51", "UDP");
|
||||||
|
|
||||||
// Data to be writen
|
// Data to be writen
|
||||||
$data = array(-1000);
|
$data = array(-1000);
|
||||||
$dataTypes = array("INT");
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// FC6
|
// FC6
|
||||||
$modbus->writeSingleRegister(0, 12288, $data, $dataTypes);
|
$modbus->writeSingleRegister(0, 12288, $data);
|
||||||
}
|
} catch (Exception $e) {
|
||||||
catch (Exception $e) {
|
|
||||||
// Print error information if any
|
// Print error information if any
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
echo $e;
|
echo $e;
|
||||||
@@ -22,5 +20,3 @@ catch (Exception $e) {
|
|||||||
|
|
||||||
// Print status information
|
// Print status information
|
||||||
echo $modbus;
|
echo $modbus;
|
||||||
|
|
||||||
?>
|
|
||||||
+141
@@ -0,0 +1,141 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace PHPModbus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Phpmodbus Copyright (c) 2004, 2013 Jan Krakora
|
||||||
|
*
|
||||||
|
* This source file is subject to the "PhpModbus license" that is bundled
|
||||||
|
* with this package in the file license.txt.
|
||||||
|
*
|
||||||
|
* @author Jan Krakora
|
||||||
|
* @copyright Copyright (c) 2004, 2013 Jan Krakora
|
||||||
|
* @license PhpModbus license
|
||||||
|
* @category Phpmodbus
|
||||||
|
* @package Phpmodbus
|
||||||
|
* @version $id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* IecType
|
||||||
|
*
|
||||||
|
* The class includes set of IEC-1131 data type functions that converts a PHP
|
||||||
|
* data types to a IEC data type.
|
||||||
|
*
|
||||||
|
* @author Jan Krakora
|
||||||
|
* @copyright Copyright (c) 2004, 2010 Jan Krakora
|
||||||
|
* @package Phpmodbus
|
||||||
|
*/
|
||||||
|
class IecType
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* iecBYTE
|
||||||
|
*
|
||||||
|
* Converts a value to IEC-1131 BYTE data type
|
||||||
|
*
|
||||||
|
* @param int $value from 0 to 255
|
||||||
|
* @return int IEC BYTE data type
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public static function iecBYTE($value)
|
||||||
|
{
|
||||||
|
return chr($value & 0xFF);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* iecINT
|
||||||
|
*
|
||||||
|
* Converts a value to IEC-1131 INT data type
|
||||||
|
*
|
||||||
|
* @param int $value to be converted
|
||||||
|
* @return int IEC-1131 INT data type
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public static function iecINT($value)
|
||||||
|
{
|
||||||
|
return self::iecBYTE(($value >> 8) & 0x00FF) .
|
||||||
|
self::iecBYTE(($value & 0x00FF));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* iecDINT
|
||||||
|
*
|
||||||
|
* Converts a value to IEC-1131 DINT data type
|
||||||
|
*
|
||||||
|
* @param int $value to be converted
|
||||||
|
* @param int $bigEndian defines endian codding (little endian == 0, big endian == 1)
|
||||||
|
* @return int IEC-1131 INT data type
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public static function iecDINT($value, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
// result with right endianness
|
||||||
|
return self::endianness($value, $bigEndian);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* iecREAL
|
||||||
|
*
|
||||||
|
* Converts a value to IEC-1131 REAL data type. The function uses function @use float2iecReal.
|
||||||
|
*
|
||||||
|
* @param int $value to be converted
|
||||||
|
* @param bool $bigEndian defines endian codding (little endian == 0, big endian == 1)
|
||||||
|
* @return int IEC-1131 REAL data type
|
||||||
|
*/
|
||||||
|
public static function iecREAL($value, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
// iecREAL representation
|
||||||
|
$real = self::float2iecReal($value);
|
||||||
|
// result with right endianness
|
||||||
|
return self::endianness($real, $bigEndian);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* float2iecReal
|
||||||
|
*
|
||||||
|
* This function converts float value to IEC-1131 REAL single precision form.
|
||||||
|
*
|
||||||
|
* For more see [{@link http://en.wikipedia.org/wiki/Single_precision Single precision on Wiki}] or
|
||||||
|
* [{@link http://de.php.net/manual/en/function.base-convert.php PHP base_convert function commentary}, Todd Stokes
|
||||||
|
* @ Georgia Tech 21-Nov-2007] or
|
||||||
|
* [{@link http://www.php.net/manual/en/function.pack.php PHP pack/unpack functionality}]
|
||||||
|
*
|
||||||
|
* @param float $value to be converted
|
||||||
|
* @return int IEC REAL data type
|
||||||
|
*/
|
||||||
|
private static function float2iecReal($value)
|
||||||
|
{
|
||||||
|
// get float binary string
|
||||||
|
$float = pack("f", $value);
|
||||||
|
// set 32-bit unsigned integer of the float
|
||||||
|
$w = unpack("L", $float);
|
||||||
|
return $w[1];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* endianness
|
||||||
|
*
|
||||||
|
* Make endianess as required.
|
||||||
|
* For more see http://en.wikipedia.org/wiki/Endianness
|
||||||
|
*
|
||||||
|
* @param int $value
|
||||||
|
* @param bool $bigEndian
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
private static function endianness($value, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
if ($bigEndian == 0) {
|
||||||
|
return
|
||||||
|
self::iecBYTE(($value >> 8) & 0x000000FF) .
|
||||||
|
self::iecBYTE(($value & 0x000000FF)) .
|
||||||
|
self::iecBYTE(($value >> 24) & 0x000000FF) .
|
||||||
|
self::iecBYTE(($value >> 16) & 0x000000FF);
|
||||||
|
} else {
|
||||||
|
return
|
||||||
|
self::iecBYTE(($value >> 24) & 0x000000FF) .
|
||||||
|
self::iecBYTE(($value >> 16) & 0x000000FF) .
|
||||||
|
self::iecBYTE(($value >> 8) & 0x000000FF) .
|
||||||
|
self::iecBYTE(($value & 0x000000FF));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,51 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace PHPModbus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Phpmodbus Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
*
|
||||||
|
* This source file is subject to the "PhpModbus license" that is bundled
|
||||||
|
* with this package in the file license.txt.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
* @license PhpModbus license
|
||||||
|
* @category Phpmodbus
|
||||||
|
* @tutorial Phpmodbus.pkg
|
||||||
|
* @package Phpmodbus
|
||||||
|
* @version $id$
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ModbusMasterTcp
|
||||||
|
*
|
||||||
|
* This class deals with the MODBUS master using TCP. Extends ModbusMaster class.
|
||||||
|
*
|
||||||
|
* Implemented MODBUS functions:
|
||||||
|
* - FC 1: read coils
|
||||||
|
* - FC 3: read multiple registers
|
||||||
|
* - FC 15: write multiple coils
|
||||||
|
* - FC 16: write multiple registers
|
||||||
|
* - FC 23: read write registers
|
||||||
|
*
|
||||||
|
* @author Jan Krakora
|
||||||
|
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
* @package Phpmodbus
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
class ModbusMasterTcp extends ModbusMaster
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* ModbusMasterTcp
|
||||||
|
*
|
||||||
|
* This is the constructor that defines {@link $host} IP address of the object.
|
||||||
|
*
|
||||||
|
* @param String $host An IP address of a Modbus TCP device. E.g. "192.168.1.1".
|
||||||
|
*/
|
||||||
|
public function __construct($host)
|
||||||
|
{
|
||||||
|
parent::__construct($host, "TCP");
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,51 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace PHPModbus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Phpmodbus Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
*
|
||||||
|
* This source file is subject to the "PhpModbus license" that is bundled
|
||||||
|
* with this package in the file license.txt.
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
* @license PhpModbus license
|
||||||
|
* @category Phpmodbus
|
||||||
|
* @tutorial Phpmodbus.pkg
|
||||||
|
* @package Phpmodbus
|
||||||
|
* @version $id$
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ModbusMasterUdp
|
||||||
|
*
|
||||||
|
* This class deals with the MODBUS master using UDP stack.
|
||||||
|
*
|
||||||
|
* Implemented MODBUS master functions:
|
||||||
|
* - FC 1: read coils
|
||||||
|
* - FC 3: read multiple registers
|
||||||
|
* - FC 15: write multiple coils
|
||||||
|
* - FC 16: write multiple registers
|
||||||
|
* - FC 23: read write registers
|
||||||
|
*
|
||||||
|
* @author Jan Krakora
|
||||||
|
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
* @package Phpmodbus
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
class ModbusMasterUdp extends ModbusMaster
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* ModbusMasterUdp
|
||||||
|
*
|
||||||
|
* This is the constructor that defines {@link $host} IP address of the object.
|
||||||
|
*
|
||||||
|
* @param String $host An IP address of a Modbus UDP device. E.g. "192.168.1.1".
|
||||||
|
*/
|
||||||
|
public function __construct($host)
|
||||||
|
{
|
||||||
|
parent::__construct($host, "UDP");
|
||||||
|
}
|
||||||
|
}
|
||||||
+266
@@ -0,0 +1,266 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace PHPModbus;
|
||||||
|
use Exception;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Phpmodbus Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
*
|
||||||
|
* This source file is subject to the "PhpModbus license" that is bundled
|
||||||
|
* with this package in the file license.txt.
|
||||||
|
*
|
||||||
|
* @author Jan Krakora
|
||||||
|
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
* @license PhpModbus license
|
||||||
|
* @category Phpmodbus
|
||||||
|
* @package Phpmodbus
|
||||||
|
* @version $id$
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* PhpType
|
||||||
|
*
|
||||||
|
* The class includes set of methods that convert the received Modbus data
|
||||||
|
* (array of bytes) to the PHP data type, i.e. signed int, unsigned int and float.
|
||||||
|
*
|
||||||
|
* @author Jan Krakora
|
||||||
|
* @copyright Copyright (c) 2004, 2012 Jan Krakora
|
||||||
|
* @package Phpmodbus
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
class PhpType
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* bytes2float
|
||||||
|
*
|
||||||
|
* The function converts array of 4 bytes to float. The return value
|
||||||
|
* depends on order of the input bytes (endianning).
|
||||||
|
*
|
||||||
|
* @param array $values
|
||||||
|
* @param bool $bigEndian
|
||||||
|
* @return float
|
||||||
|
*/
|
||||||
|
public static function bytes2float($values, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
// Set the array to correct form
|
||||||
|
$data = self::checkData($values);
|
||||||
|
// Combine bytes
|
||||||
|
$real = self::combineBytes($data, $bigEndian);
|
||||||
|
// Convert the real value to float
|
||||||
|
return (float)self::real2float($real);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* bytes2signedInt
|
||||||
|
*
|
||||||
|
* The function converts array of 2 or 4 bytes to signed integer.
|
||||||
|
* The return value depends on order of the input bytes (endianning).
|
||||||
|
*
|
||||||
|
* @param array $values
|
||||||
|
* @param bool $bigEndian
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public static function bytes2signedInt($values, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
$data = array();
|
||||||
|
$int = 0;
|
||||||
|
// Set the array to correct form
|
||||||
|
$data = self::checkData($values);
|
||||||
|
// Combine bytes
|
||||||
|
$int = self::combineBytes($data, $bigEndian);
|
||||||
|
// In the case of signed 2 byte value convert it to 4 byte one
|
||||||
|
if ((count($values) == 2) && ((0x8000 & $int) > 0)) {
|
||||||
|
$int = 0xFFFF8000 | $int;
|
||||||
|
}
|
||||||
|
// Convert the value
|
||||||
|
return (int)self::dword2signedInt($int);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* bytes2unsignedInt
|
||||||
|
*
|
||||||
|
* The function converts array of 2 or 4 bytes to unsigned integer.
|
||||||
|
* The return value depends on order of the input bytes (endianning).
|
||||||
|
*
|
||||||
|
* @param array $values
|
||||||
|
* @param bool $bigEndian
|
||||||
|
* @return int|float
|
||||||
|
*/
|
||||||
|
public static function bytes2unsignedInt($values, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
$data = array();
|
||||||
|
$int = 0;
|
||||||
|
// Set the array to correct form
|
||||||
|
$data = self::checkData($values);
|
||||||
|
// Combine bytes
|
||||||
|
$int = self::combineBytes($data, $bigEndian);
|
||||||
|
// Convert the value
|
||||||
|
return self::dword2unsignedInt($int);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* bytes2string
|
||||||
|
*
|
||||||
|
* The function converts an values array to the string. The function detects
|
||||||
|
* the end of the string by 0x00 character as defined by string standards.
|
||||||
|
*
|
||||||
|
* @param array $values
|
||||||
|
* @param bool $bigEndian
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public static function bytes2string($values, $bigEndian = 0)
|
||||||
|
{
|
||||||
|
// Prepare string variable
|
||||||
|
$str = "";
|
||||||
|
// Parse the received data word array
|
||||||
|
for ($i = 0; $i < count($values); $i += 2) {
|
||||||
|
if ($bigEndian) {
|
||||||
|
if ($values[$i] != 0) {
|
||||||
|
$str .= chr($values[$i]);
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if ($values[$i + 1] != 0) {
|
||||||
|
$str .= chr($values[$i + 1]);
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if ($values[$i + 1] != 0) {
|
||||||
|
$str .= chr($values[$i + 1]);
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
if ($values[$i] != 0) {
|
||||||
|
$str .= chr($values[$i]);
|
||||||
|
} else {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// return string
|
||||||
|
return $str;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* real2float
|
||||||
|
*
|
||||||
|
* This function converts a value in IEC-1131 REAL single precision form to float.
|
||||||
|
*
|
||||||
|
* For more see [{@link http://en.wikipedia.org/wiki/Single_precision Single precision on Wiki}] or
|
||||||
|
* [{@link http://de.php.net/manual/en/function.base-convert.php PHP base_convert function commentary}, Todd Stokes
|
||||||
|
* @ Georgia Tech 21-Nov-2007] or
|
||||||
|
* [{@link http://www.php.net/manual/en/function.pack.php PHP pack/unpack functionality}]
|
||||||
|
*
|
||||||
|
* @param int $value in IEC REAL data type to be converted
|
||||||
|
* @return float float value
|
||||||
|
*/
|
||||||
|
private static function real2float($value)
|
||||||
|
{
|
||||||
|
// get unsigned long
|
||||||
|
$ulong = pack("L", $value);
|
||||||
|
// set float
|
||||||
|
$float = unpack("f", $ulong);
|
||||||
|
|
||||||
|
return $float[1];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* dword2signedInt
|
||||||
|
*
|
||||||
|
* Switch double word to signed integer
|
||||||
|
*
|
||||||
|
* @param int $value
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
private static function dword2signedInt($value)
|
||||||
|
{
|
||||||
|
if ((0x80000000 & $value) != 0) {
|
||||||
|
return -(0x7FFFFFFF & ~$value) - 1;
|
||||||
|
} else {
|
||||||
|
return (0x7FFFFFFF & $value);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* dword2signedInt
|
||||||
|
*
|
||||||
|
* Switch double word to unsigned integer
|
||||||
|
*
|
||||||
|
* @param int $value
|
||||||
|
* @return int|float
|
||||||
|
*/
|
||||||
|
private static function dword2unsignedInt($value)
|
||||||
|
{
|
||||||
|
if ((0x80000000 & $value) != 0) {
|
||||||
|
return ((float)(0x7FFFFFFF & $value)) + 2147483648;
|
||||||
|
} else {
|
||||||
|
return (int)(0x7FFFFFFF & $value);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* checkData
|
||||||
|
*
|
||||||
|
* Check if the data variable is array, and check if the values are numeric
|
||||||
|
*
|
||||||
|
* @param int[] $data
|
||||||
|
* @return int
|
||||||
|
* @throws Exception
|
||||||
|
*/
|
||||||
|
private static function checkData($data)
|
||||||
|
{
|
||||||
|
// Check the data
|
||||||
|
if (!is_array($data) ||
|
||||||
|
count($data) < 2 ||
|
||||||
|
count($data) > 4 ||
|
||||||
|
count($data) == 3
|
||||||
|
) {
|
||||||
|
throw new Exception('The input data should be an array of 2 or 4 bytes.');
|
||||||
|
}
|
||||||
|
// Fill the rest of array by zeroes
|
||||||
|
if (count($data) == 2) {
|
||||||
|
$data[2] = 0;
|
||||||
|
$data[3] = 0;
|
||||||
|
}
|
||||||
|
// Check the values to be number
|
||||||
|
if (!is_numeric($data[0]) ||
|
||||||
|
!is_numeric($data[1]) ||
|
||||||
|
!is_numeric($data[2]) ||
|
||||||
|
!is_numeric($data[3])
|
||||||
|
) {
|
||||||
|
throw new Exception('Data are not numeric or the array keys are not indexed by 0,1,2 and 3');
|
||||||
|
}
|
||||||
|
|
||||||
|
return $data;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* combineBytes
|
||||||
|
*
|
||||||
|
* Combine bytes together
|
||||||
|
*
|
||||||
|
* @param int $data
|
||||||
|
* @param bool $bigEndian
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
private static function combineBytes($data, $bigEndian)
|
||||||
|
{
|
||||||
|
$value = 0;
|
||||||
|
// Combine bytes
|
||||||
|
if ($bigEndian == 0) {
|
||||||
|
$value = (($data[3] & 0xFF) << 16) |
|
||||||
|
(($data[2] & 0xFF) << 24) |
|
||||||
|
(($data[1] & 0xFF)) |
|
||||||
|
(($data[0] & 0xFF) << 8);
|
||||||
|
} else {
|
||||||
|
$value = (($data[3] & 0xFF) << 24) |
|
||||||
|
(($data[2] & 0xFF) << 16) |
|
||||||
|
(($data[1] & 0xFF) << 8) |
|
||||||
|
(($data[0] & 0xFF));
|
||||||
|
}
|
||||||
|
|
||||||
|
return $value;
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
|||||||
;Version=2
|
|
||||||
;ProjectId=114942
|
|
||||||
;Checksum=0
|
|
||||||
;Filesize=0
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
125<br>98<br>0<br>0<br>0<br>0<br>0<br>0<br>0<br>0<br>0<br>0<br>255<br>255<br>255<br>255<br>158<br>88<br>97<br>168<br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Endianing off <hr>0 --> Packet: 0000_0000_</br>1 --> Packet: 0001_0000_</br>-1 --> Packet: ffff_ffff_</br>2147483647 --> Packet: ffff_7fff_</br>-2147483648 --> Packet: 0000_8000_</br>Endianing on <hr>0 --> Packet: 0000_0000_</br>1 --> Packet: 0000_0001_</br>-1 --> Packet: ffff_ffff_</br>2147483647 --> Packet: 7fff_ffff_</br>-2147483648 --> Packet: 8000_0000_</br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Endianing off <hr>0 --> Packet: 0000_</br>1 --> Packet: 0001_</br>-1 --> Packet: ffff_</br>32767 --> Packet: 7fff_</br>-32768 --> Packet: 8000_</br>Endianing on <hr>0 --> Packet: 0000_</br>1 --> Packet: 0001_</br>-1 --> Packet: ffff_</br>32767 --> Packet: 7fff_</br>-32768 --> Packet: 8000_</br>
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
Endianing off <hr>
|
|
||||||
0 --> Packet: 0000_0000_<br>
|
|
||||||
1 --> Packet: 0000_3f80_<br>
|
|
||||||
-2 --> Packet: 0000_c000_<br>
|
|
||||||
0.333333333333 --> Packet: aaab_3eaa_<br>
|
|
||||||
25 --> Packet: 0000_41c8_<br>
|
|
||||||
Endianing on <hr>
|
|
||||||
0 --> Packet: 0000_0000_<br>
|
|
||||||
1 --> Packet: 3f80_0000_<br>
|
|
||||||
-2 --> Packet: c000_0000_<br>
|
|
||||||
0.333333333333 --> Packet: 3eaa_aaab_<br>
|
|
||||||
25 --> Packet: 41c8_0000_<br>
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 255
|
|
||||||
[8] => 0
|
|
||||||
[9] => 255
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 255
|
|
||||||
[5] => 255
|
|
||||||
[6] => 127
|
|
||||||
[7] => 255
|
|
||||||
[8] => 128
|
|
||||||
[9] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 0
|
|
||||||
[8] => 255
|
|
||||||
[9] => 255
|
|
||||||
[10] => 255
|
|
||||||
[11] => 255
|
|
||||||
[12] => 255
|
|
||||||
[13] => 255
|
|
||||||
[14] => 127
|
|
||||||
[15] => 255
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 128
|
|
||||||
[19] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 0
|
|
||||||
[6] => 63
|
|
||||||
[7] => 128
|
|
||||||
[8] => 0
|
|
||||||
[9] => 0
|
|
||||||
[10] => 192
|
|
||||||
[11] => 0
|
|
||||||
[12] => 170
|
|
||||||
[13] => 171
|
|
||||||
[14] => 62
|
|
||||||
[15] => 170
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 65
|
|
||||||
[19] => 200
|
|
||||||
)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
writeMultipleRegister (FC26): DONE
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Caught exception: Unknown socket protocol, should be 'TCP' or 'UDP'
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 255
|
|
||||||
[8] => 0
|
|
||||||
[9] => 255
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 255
|
|
||||||
[5] => 255
|
|
||||||
[6] => 127
|
|
||||||
[7] => 255
|
|
||||||
[8] => 128
|
|
||||||
[9] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 0
|
|
||||||
[8] => 255
|
|
||||||
[9] => 255
|
|
||||||
[10] => 255
|
|
||||||
[11] => 255
|
|
||||||
[12] => 255
|
|
||||||
[13] => 255
|
|
||||||
[14] => 127
|
|
||||||
[15] => 255
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 128
|
|
||||||
[19] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 0
|
|
||||||
[6] => 63
|
|
||||||
[7] => 128
|
|
||||||
[8] => 0
|
|
||||||
[9] => 0
|
|
||||||
[10] => 192
|
|
||||||
[11] => 0
|
|
||||||
[12] => 170
|
|
||||||
[13] => 171
|
|
||||||
[14] => 62
|
|
||||||
[15] => 170
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 65
|
|
||||||
[19] => 200
|
|
||||||
)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
writeMultipleRegister (FC26): DONE
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 255
|
|
||||||
[8] => 0
|
|
||||||
[9] => 255
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 255
|
|
||||||
[5] => 255
|
|
||||||
[6] => 127
|
|
||||||
[7] => 255
|
|
||||||
[8] => 128
|
|
||||||
[9] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 0
|
|
||||||
[8] => 255
|
|
||||||
[9] => 255
|
|
||||||
[10] => 255
|
|
||||||
[11] => 255
|
|
||||||
[12] => 255
|
|
||||||
[13] => 255
|
|
||||||
[14] => 127
|
|
||||||
[15] => 255
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 128
|
|
||||||
[19] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 0
|
|
||||||
[6] => 63
|
|
||||||
[7] => 128
|
|
||||||
[8] => 0
|
|
||||||
[9] => 0
|
|
||||||
[10] => 192
|
|
||||||
[11] => 0
|
|
||||||
[12] => 170
|
|
||||||
[13] => 171
|
|
||||||
[14] => 62
|
|
||||||
[15] => 170
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 65
|
|
||||||
[19] => 200
|
|
||||||
)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
writeMultipleRegister (FC26): DONE
|
|
||||||
@@ -1,66 +0,0 @@
|
|||||||
array(32) {
|
|
||||||
[0]=>
|
|
||||||
bool(true)
|
|
||||||
[1]=>
|
|
||||||
bool(false)
|
|
||||||
[2]=>
|
|
||||||
bool(true)
|
|
||||||
[3]=>
|
|
||||||
bool(true)
|
|
||||||
[4]=>
|
|
||||||
bool(false)
|
|
||||||
[5]=>
|
|
||||||
bool(true)
|
|
||||||
[6]=>
|
|
||||||
bool(true)
|
|
||||||
[7]=>
|
|
||||||
bool(true)
|
|
||||||
[8]=>
|
|
||||||
bool(true)
|
|
||||||
[9]=>
|
|
||||||
bool(true)
|
|
||||||
[10]=>
|
|
||||||
bool(true)
|
|
||||||
[11]=>
|
|
||||||
bool(true)
|
|
||||||
[12]=>
|
|
||||||
bool(false)
|
|
||||||
[13]=>
|
|
||||||
bool(false)
|
|
||||||
[14]=>
|
|
||||||
bool(false)
|
|
||||||
[15]=>
|
|
||||||
bool(false)
|
|
||||||
[16]=>
|
|
||||||
bool(false)
|
|
||||||
[17]=>
|
|
||||||
bool(false)
|
|
||||||
[18]=>
|
|
||||||
bool(false)
|
|
||||||
[19]=>
|
|
||||||
bool(false)
|
|
||||||
[20]=>
|
|
||||||
bool(true)
|
|
||||||
[21]=>
|
|
||||||
bool(true)
|
|
||||||
[22]=>
|
|
||||||
bool(true)
|
|
||||||
[23]=>
|
|
||||||
bool(true)
|
|
||||||
[24]=>
|
|
||||||
bool(true)
|
|
||||||
[25]=>
|
|
||||||
bool(true)
|
|
||||||
[26]=>
|
|
||||||
bool(true)
|
|
||||||
[27]=>
|
|
||||||
bool(true)
|
|
||||||
[28]=>
|
|
||||||
bool(true)
|
|
||||||
[29]=>
|
|
||||||
bool(true)
|
|
||||||
[30]=>
|
|
||||||
bool(true)
|
|
||||||
[31]=>
|
|
||||||
bool(true)
|
|
||||||
}
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 255
|
|
||||||
[8] => 0
|
|
||||||
[9] => 255
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 255
|
|
||||||
[5] => 255
|
|
||||||
[6] => 127
|
|
||||||
[7] => 255
|
|
||||||
[8] => 128
|
|
||||||
[9] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 0
|
|
||||||
[8] => 255
|
|
||||||
[9] => 255
|
|
||||||
[10] => 255
|
|
||||||
[11] => 255
|
|
||||||
[12] => 255
|
|
||||||
[13] => 255
|
|
||||||
[14] => 127
|
|
||||||
[15] => 255
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 128
|
|
||||||
[19] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 0
|
|
||||||
[6] => 63
|
|
||||||
[7] => 128
|
|
||||||
[8] => 0
|
|
||||||
[9] => 0
|
|
||||||
[10] => 192
|
|
||||||
[11] => 0
|
|
||||||
[12] => 170
|
|
||||||
[13] => 171
|
|
||||||
[14] => 62
|
|
||||||
[15] => 170
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 65
|
|
||||||
[19] => 200
|
|
||||||
)
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 255
|
|
||||||
[8] => 0
|
|
||||||
[9] => 255
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 1
|
|
||||||
[4] => 255
|
|
||||||
[5] => 255
|
|
||||||
[6] => 127
|
|
||||||
[7] => 255
|
|
||||||
[8] => 128
|
|
||||||
[9] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 1
|
|
||||||
[6] => 0
|
|
||||||
[7] => 0
|
|
||||||
[8] => 255
|
|
||||||
[9] => 255
|
|
||||||
[10] => 255
|
|
||||||
[11] => 255
|
|
||||||
[12] => 255
|
|
||||||
[13] => 255
|
|
||||||
[14] => 127
|
|
||||||
[15] => 255
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 128
|
|
||||||
[19] => 0
|
|
||||||
)
|
|
||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 0
|
|
||||||
[1] => 0
|
|
||||||
[2] => 0
|
|
||||||
[3] => 0
|
|
||||||
[4] => 0
|
|
||||||
[5] => 0
|
|
||||||
[6] => 63
|
|
||||||
[7] => 128
|
|
||||||
[8] => 0
|
|
||||||
[9] => 0
|
|
||||||
[10] => 192
|
|
||||||
[11] => 0
|
|
||||||
[12] => 170
|
|
||||||
[13] => 171
|
|
||||||
[14] => 62
|
|
||||||
[15] => 170
|
|
||||||
[16] => 0
|
|
||||||
[17] => 0
|
|
||||||
[18] => 65
|
|
||||||
[19] => 200
|
|
||||||
)
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
writeMultipleRegister (FC26): DONE
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
writeMultipleRegister (FC26): DONE
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
Array
|
|
||||||
(
|
|
||||||
[0] => 207
|
|
||||||
[1] => 199
|
|
||||||
)
|
|
||||||
+7
-3
@@ -1,7 +1,11 @@
|
|||||||
Test should pass when %IX0.0==FALSE and %IX0.1==TRUE
|
Test should pass when %IX0.0==FALSE and %IX0.1==TRUE
|
||||||
array(2) {
|
array(4) {
|
||||||
[0]=>
|
[0]=>
|
||||||
bool(false)
|
int(0)
|
||||||
[1]=>
|
[1]=>
|
||||||
bool(true)
|
int(2)
|
||||||
|
[2]=>
|
||||||
|
int(0)
|
||||||
|
[3]=>
|
||||||
|
int(0)
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Array
|
||||||
|
(
|
||||||
|
[0] => 0
|
||||||
|
[1] => 5
|
||||||
|
)
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
require_once dirname(__FILE__) . '/../../Phpmodbus/ModbusMasterUdp.php';
|
||||||
|
require_once dirname(__FILE__) . '/../config.php';
|
||||||
|
|
||||||
|
// Create Modbus object
|
||||||
|
$modbus = new ModbusMasterUdp($test_host_ip);
|
||||||
|
|
||||||
|
// Test requirements
|
||||||
|
echo "Test should pass when %IX0.0==FALSE and %IX0.1==TRUE\n";
|
||||||
|
|
||||||
|
// Read input discretes - FC 4
|
||||||
|
$recData = $modbus->readMultipleInputRegisters(0, 0, 2);
|
||||||
|
|
||||||
|
var_dump($recData);
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
require_once dirname(__FILE__) . '/../../Phpmodbus/ModbusMasterUdp.php';
|
||||||
|
require_once dirname(__FILE__) . '/../config.php';
|
||||||
|
|
||||||
|
// Create Modbus object
|
||||||
|
$modbus = new ModbusMasterUdp($test_host_ip);
|
||||||
|
|
||||||
|
// Data to be writen - TRUE, FALSE
|
||||||
|
$data_true = array(TRUE);
|
||||||
|
$data_false = array(FALSE);
|
||||||
|
|
||||||
|
// Reset target WORD
|
||||||
|
$modbus->writeSingleRegister(0, 12288, array(0), array('WORD'));
|
||||||
|
|
||||||
|
// Write single coil - FC5
|
||||||
|
$modbus->writeSingleCoil(0, 12288, $data_true);
|
||||||
|
$modbus->writeSingleCoil(0, 12289, $data_false);
|
||||||
|
$modbus->writeSingleCoil(0, 12290, $data_true);
|
||||||
|
$modbus->writeSingleCoil(0, 12291, $data_false);
|
||||||
|
|
||||||
|
// Read data - FC3
|
||||||
|
$recData = $modbus->readMultipleRegisters(0, 12288, 1);
|
||||||
|
print_r($recData);
|
||||||
@@ -1 +0,0 @@
|
|||||||
32098<br>0<br>0<br>-1<br>-25000<br>25000<br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
1000<br>2000<br>1.25<br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
-1<br>0<br>1<br>-2147483648<br>2147483647<br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
eHll oowlr!da<br>Hello world!<br>
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
float(4294967295)
|
|
||||||
<br>int(0)
|
|
||||||
<br>int(1)
|
|
||||||
<br>float(2147483648)
|
|
||||||
<br>int(2147483647)
|
|
||||||
<br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Exception 'Data are not in array 2 or 4 bytes'<br>25602<br>Exception 'Data are not in array 2 or 4 bytes'<br>25602<br>Exception 'Data are not in array 2 or 4 bytes'<br>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Exception 'Data are not numeric'
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
Probably broken and dubious.
|
||||||
|
|
||||||
|
Left from the original repo.
|
||||||
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
$test_host_ip = "192.168.1.105";
|
$test_host_ip = "192.192.1.10";
|
||||||
$test_bind_client_ip = "192.168.1.106";
|
$test_bind_client_ip = "192.192.1.100";
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
<refentry id="{@id}">
|
|
||||||
<refnamediv>
|
|
||||||
<refname>Phpmodbus user's guide</refname>
|
|
||||||
<refpurpose>Phpmodbus How-to</refpurpose>
|
|
||||||
</refnamediv>
|
|
||||||
<refsynopsisdiv>
|
|
||||||
<author>
|
|
||||||
Jan Krakora
|
|
||||||
<authorblurb>
|
|
||||||
{@link mailto:krakora.jan@googlemail.com email}
|
|
||||||
</authorblurb>
|
|
||||||
</author>
|
|
||||||
</refsynopsisdiv>
|
|
||||||
{@toc}
|
|
||||||
<refsect1 id="{@id intro}">
|
|
||||||
<title>Introduction</title>
|
|
||||||
<para>
|
|
||||||
Phpmodbus is a PHP library for the Modbus protocol. The library implements
|
|
||||||
Modbus TCP/UDP master class with subset of the most used Modbus commands.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
The library implements:
|
|
||||||
<itemizedlist>
|
|
||||||
<listitem><para>FC 1: read multiple coils</para></listitem>
|
|
||||||
<listitem><para>FC 2: read input discretes</para></listitem>
|
|
||||||
<listitem><para>FC 3: read multiple registers</para></listitem>
|
|
||||||
<listitem><para>FC 6: write single register</para></listitem>
|
|
||||||
<listitem><para>FC 15: write multiple coils</para></listitem>
|
|
||||||
<listitem><para>FC 16: write multiple registers</para></listitem>
|
|
||||||
<listitem><para>FC 23: read write registers</para></listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
For more about Modbus protocol see [{@link http://www.modbus.org}] or
|
|
||||||
[{@link http://en.wikipedia.org/wiki/Modbus Wiki}]
|
|
||||||
</para>
|
|
||||||
</refsect1>
|
|
||||||
<refsect1 id="{@id install}">
|
|
||||||
<title>Install</title>
|
|
||||||
<para>
|
|
||||||
At the first, it is supposed an PHP solution has been already installed on
|
|
||||||
your server (LAMP, WAMP, MSS+CGI etc.).
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
Copy the Phpmodbus library to your PHP project folder.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
Create a PHP script and assign the library using require_once() command
|
|
||||||
<programlisting role="c">
|
|
||||||
<![CDATA[require_once dirname(__FILE__) . '/Phpmodbus/ModbusMaster.php'; ]]>
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
To create UDP Modbus master object communicating to an modbus slave
|
|
||||||
e.g. at IP address 192.168.1.1 write
|
|
||||||
<programlisting role="c" linenumbering="numbered" startinglinenumber="2">
|
|
||||||
<![CDATA[ $modbus = new ModbusMaster("192.168.1.1", "UDP"); ]]>
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
To create TCP Modbus master use
|
|
||||||
<programlisting role="c" linenumbering="numbered" startinglinenumber="2">
|
|
||||||
<![CDATA[ $modbus = new ModbusMaster("192.168.1.1", "TCP"); ]]>
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
To read 5 words (10 bytes) from the device ID=0 and its memory address 12288
|
|
||||||
use try-catch method call
|
|
||||||
<programlisting role="c" linenumbering="numbered" startinglinenumber="3">
|
|
||||||
<![CDATA[try {
|
|
||||||
// Function processing
|
|
||||||
$recData = $modbus->readMultipleRegisters(0, 12288, 5);
|
|
||||||
}
|
|
||||||
catch (Exception $e) {
|
|
||||||
// Exception processing, e.g. print error information
|
|
||||||
echo $modbus;
|
|
||||||
echo $e;
|
|
||||||
exit;
|
|
||||||
}]]>
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
To process the function byte stream, use conversion to PHP types in
|
|
||||||
</para>
|
|
||||||
<programlisting role="c" linenumbering="numbered" startinglinenumber="15">
|
|
||||||
<![CDATA[echo PhpType::bytes2string($recData); ]]>
|
|
||||||
</programlisting>
|
|
||||||
<para>
|
|
||||||
For other examples see sections bellow.
|
|
||||||
</para>
|
|
||||||
</refsect1>
|
|
||||||
<refsect1 id="{@id examples}">
|
|
||||||
<title>Examples</title>
|
|
||||||
<para>
|
|
||||||
This section presents library features and examples
|
|
||||||
</para>
|
|
||||||
<refsect2 id="{@id example_fc1}">
|
|
||||||
<title>FC1 - read mutliple coils</title>
|
|
||||||
<para>
|
|
||||||
FC1 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc1.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id example_fc2}">
|
|
||||||
<title>FC2 - read input discretes</title>
|
|
||||||
<para>
|
|
||||||
FC2 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc2.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id example_fc3}">
|
|
||||||
<title>FC3 - read mutliple registers</title>
|
|
||||||
<para>
|
|
||||||
FC3 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc3.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id example_fc6}">
|
|
||||||
<title>FC6 - write single register</title>
|
|
||||||
<para>
|
|
||||||
FC6 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc6.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id example_fc15}">
|
|
||||||
<title>FC15 - write mutliple coils</title>
|
|
||||||
<para>
|
|
||||||
FC15 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc15.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id example_fc16}">
|
|
||||||
<title>FC16 - write mutliple registers</title>
|
|
||||||
<para>
|
|
||||||
FC16 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc16.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id example_fc23}">
|
|
||||||
<title>FC23 - read write registers</title>
|
|
||||||
<para>
|
|
||||||
FC23 functionality example
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_fc23.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id wago_example}">
|
|
||||||
<title>Dump of M-memory from WAGO 750-84x series coupler.</title>
|
|
||||||
<para>
|
|
||||||
Dump of M-memory from WAGO 750-84x series coupler.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_750841_Mmemory.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
<refsect2 id="{@id datatype}">
|
|
||||||
<title>Data conversion to PHP types.</title>
|
|
||||||
<para>
|
|
||||||
Conversion of the data bytes, received from Modbus, to a PHP type.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
{@example example_datatype.php}
|
|
||||||
</para>
|
|
||||||
</refsect2>
|
|
||||||
</refsect1>
|
|
||||||
<refsect1 id="{@id back_comp}">
|
|
||||||
<title>Back compatibility</title>
|
|
||||||
<para>
|
|
||||||
This version is back compatible to the last versions. Just use
|
|
||||||
<programlisting role="c">
|
|
||||||
<![CDATA[require_once dirname(__FILE__) . '/Phpmodbus/ModbusMasterUdp.php';
|
|
||||||
$modbus = new ModbusMasterUdp("192.168.1.1");
|
|
||||||
// ... ]]>
|
|
||||||
</programlisting>
|
|
||||||
</para>
|
|
||||||
</refsect1>
|
|
||||||
</refentry>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user