DirectWriteWord Tag Command

Help Contents

Introduction

The DirectWriteWord Tag Command directly writes one or more WORDs 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".

Data : ARRAY OF WORD

One or more words to write to the data source.

Remarks

The DirectWriteWord Tag Command writes an array of words directly to a data source.

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

You can execute DirectWriteWord Tag Command from:

Requirements

Fernhill SCADA VersionVersion 2.3
Required User RightDirectWrite

Applies To

The DirectWriteWord 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.

DirectWriteString

For information about writing a text string to a data source.