FinsClient.writeArea

Write an Omron PLC area: the area must be defined as CJ like area

class FinsClient
void
writeArea
(
,
ushort start
,
ubyte[] buffer
)
in { assert ((buffer.length & 1) == 0, "Odd buffer length"); }

Parameters

area

The area type

start
Type: ushort

The start offset for the write process.

buffer
Type: ubyte[]

The byte array buffer which will be write in the PLC.

Meta