Data Array Parameters - FieldServer FS-8704-07 Driver Manual

Allen bradley pccc (tcp/ip)
Hide thumbs Also See for FS-8704-07:
Table of Contents

Advertisement

FS-8704-07 Allen Bradley PCCC (TCP/IP) Driver Manual
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 take on one
Data_Array_Format
format.
Number of Data Objects. Must be larger than the data storage
Data_Array_Length
area required by the Map 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
, Float6
DA_DI_01
, Bit
DA_DO_01
, Bit
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: support@fieldserver.com
, Data_Array_Length
, 200
, 200
, 200
, 200
Page 5 of 15
Legal Values
Up
to
15
alphanumeric
characters
Int16, Int32, Bit, Float
1-10, 000

Advertisement

Table of Contents
loading

Table of Contents