DirectWriteString Tag Command

Help Contents

Introduction

The DirectWriteString Tag Command directly writes a string to a data source. A data source can be:

Parameters

DataAddress : ANY_STRING

The "Address" of the data within the data source. See Data Address Format to understand how to set the "Address".

Value : ANY_STRING

The value to write.

Remarks

The DirectWriteString Tag Command writes a text string directly to a data source.

To use the DirectWriteString Tag Command both of these conditions must be met:

You can execute DirectWriteString Tag Command from:

Requirements

Fernhill SCADA VersionVersion 3.25
Required User RightDirectWrite

Applies To

The DirectWriteString Tag Command can be used with these tag types:

Further Information

DirectWriteBit

For information about writing a boolean value to a data source.

DirectWriteByte

For information about writing an array of bytes to a data source.

DirectWriteWord

For information about writing an array of words to a data source.