WriteString

Description

This activity writes an object in the configurated address.


Connection

CpuType CpuType REQUIRED

The Cpu on which you are connecting to.

IpAddress InArgument<String> REQUIRED

The IP address of the CPU or of the external Ethernet card.

Rack InArgument<Int16> REQUIRED

The Rack of the plc, that you can find in hardware configuration in Step7.

Slot InArgument<Int16> REQUIRED

The Slot of the plc, that you can find in hardware configuration in Step7.


Misc

ClearCount InArgument<Int32?>

The number of bytes to clear before writing.

DataType DataType REQUIRED

The memory location on which write.

Db InArgument<Int32> REQUIRED

The address of the data type on which write.

StartByteAddress InArgument<Int32> REQUIRED

The address of the first byte on which write.

The value to write.