Data Array Parameters - FieldServer Fike Cheetah FS-8700-48 Driver Manual

Fieldserver technologies fike cheetah driver manual
Table of Contents

Advertisement

FS-8700-48 Fike Cheetah 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 format. The Cheetah driver always
Data_Array_Format
sets Data Array elements to a zero or one. Thus,
the use of bit arrays is suggested but is not
mandatory.
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
ZONE_ALARMS
, Bit
PANEL_DATA
, Float
DA_HIST
, Float
DEVICE_L1_STATE
, Float
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
, 256
, 1000
, 1000
, 256
Page 10 of 36
Legal Values
Up to 15 alphanumeric characters
Float, BIT, UInt16, SInt16, Byte.
1-10,000. If you use the 'All' keyword
when
setting
the
Cheet_Zone/Device then the minimum
length is 128.
parameter

Advertisement

Table of Contents
loading

Table of Contents