FinsClient.readArea

Read an Omron PLC area

class FinsClient
ubyte[]
readArea
(,
ushort start
,
ushort size
)

Parameters

area MemoryArea

The area type

start ushort

The start offset for the read process.

size ushort

The size of the area to read. IMPORTANT: The size is expressed in WORD (2 byte)

Return Value

Type: ubyte[]

The byte array buffer in which will be store the PLC readed area.

Meta