IHostLink

Defines the basic HostLink protocol interface.

Members

Functions

readDM
ushort[] readDM(const(int) address, const(int) length)

Reads the contents of specified DM ushort, starting from the specified address.

writeDM
void writeDM(const(int) address, const(ushort)[] data)

Writes data to the DM area, starting from the specified address.

Properties

dataMemorySize
int dataMemorySize [@property getter]

Data memory area size (DM)

unit
int unit [@property getter]

PLC Unit number.

Meta