DirectWriteByte Tag Command

Help Contents

Introduction

The DirectWriteByte Tag Command directly writes an array of bytes 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 BYTE

One or more words to write to the PLC or Device.

Remarks

The DirectWriteByte Tag Command writes an array of bytes directly to a data source.

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

You can execute DirectWriteByte Tag Command from:

Requirements

Fernhill SCADA VersionVersion 2.3
Required User RightDirectWrite

Applies To

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

Further Information

DirectWriteBit

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

DirectWriteString

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

DirectWriteWord

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