FinsClient.writeArea

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

class FinsClient
void
writeArea
(,
ushort start
,
ubyte[] buffer
)

Parameters

area MemoryArea

The area type

start ushort

The start offset for the write process.

buffer ubyte[]

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

Meta