Skip to content

Commit 09bd467

Browse files
committed
update readme with example of unadressable ranges
1 parent 206c95a commit 09bd467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Request multiple packets with higher level API:
8080
$address = 'tcp://127.0.0.1:5022';
8181
$unitID = 0; // also known as 'slave ID'
8282
$fc3 = ReadRegistersBuilder::newReadHoldingRegisters($address, $unitID)
83+
->unaddressableRanges([[100,110], [1512]])
8384
->bit(256, 15, 'pump2_feedbackalarm_do')
8485
// will be split into 2 requests as 1 request can return only range of 124 registers max
8586
->int16(657, 'battery3_voltage_wo')

0 commit comments

Comments
 (0)