added option "writeall" to write the whole buff to DB - needed for SINQ
This commit is contained in:
@ -123,6 +123,9 @@ containing the
|
||||
and
|
||||
<code>"writePort,writeOrg,writeDb,writeOffsetInDb,writeSizeOfDb"</code>.
|
||||
<br>
|
||||
For <code><i>writeInfo</i></code> you can add at the end of string an <code><i>writeall</i></code> option,
|
||||
to allways write the whole buffer to DB. This is needed for PLCs as used in SINQ.
|
||||
<br>
|
||||
fetchPort and writePort come in pairs. Usualy starting at 2000,2001.
|
||||
<br>
|
||||
Offsets and Sizes are in bytes and must be <code>even numbers</code>. Offset will usualy be zero, but one does not neccessarilly have to start at the beginning of Db. The size is number of bytes to fetch or write starting from given offset - it does not have to go to the end of Db and it should never exceed the size of Db.
|
||||
|
Reference in New Issue
Block a user