We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206c95a commit 09bd467Copy full SHA for 09bd467
README.md
@@ -80,6 +80,7 @@ Request multiple packets with higher level API:
80
$address = 'tcp://127.0.0.1:5022';
81
$unitID = 0; // also known as 'slave ID'
82
$fc3 = ReadRegistersBuilder::newReadHoldingRegisters($address, $unitID)
83
+ ->unaddressableRanges([[100,110], [1512]])
84
->bit(256, 15, 'pump2_feedbackalarm_do')
85
// will be split into 2 requests as 1 request can return only range of 124 registers max
86
->int16(657, 'battery3_voltage_wo')
0 commit comments