FinsClient.readArea

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

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

Parameters

area

The area type

start
Type: ushort

The start offset for the read process.

size
Type: 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