Data Array Parameters - SMC Networks FieldServer FS-8700-16 BACnet PTP Driver Manual

Serial
Table of Contents

Advertisement

4

DATA ARRAY PARAMETERS

Data Arrays are "protocol neutral" data buffers for storage of data to be passed between protocols. It is
necessary to declare the data format of each of the Data Arrays to facilitate correct storage of the relevant
data.
Section Title
Data_Arrays
Column Title
Function
Data_Array_Name
Provide name for Data Array.
Provide data format. Each Data Array can only
Data_Array_Format
take on one format.
Number of Data Objects. Must be larger than
the data storage area required by the Map
Data_Array_Length
Descriptors for the data being placed in this
array.
Example
//
Data Arrays
Data_Arrays
Data_Array_Name
, Data_Array_Format
DA_AI_01
, Float
DA_AO_01
, Float
DA_DI_01
, Bit
DA_DO_01
, Bit
BACnet PTP Serial Driver Manual
, Data_Array_Length
, 200
, 200
, 200
, 200
Page 7 of 34
Legal Values
Up to 15 alphanumeric
characters
Float, Bit, Byte, Uint16, Uint32,
Sint16, Sint32
1-10000

Advertisement

Table of Contents
loading

Table of Contents