Download ACS CFSound-IV BASIC Programming
Transcript
ACS CFSound-IV BASIC Programming Manual
1 October 2015
Configuration Settings
@CONFIG
These system variables are used to access the CFSound configuration settings.
@CONFIG.ITEMS
This read-only system variable returns the total number of configuration setting items.
@CONFIG.TYPE[n]
This read-only system variable gets the type of the configuration item n:
@CONFIG.TYPE[n]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Item Type
Fields
Byte
Boolean
Unsigned short
Baudrate selector
Parity selector
Data Bits selector
Stop Bits selector
Keybeep selector
Firmware Version
Keypad style
Keypad scheme
Protocol selector
MAC address
IP address (only display if static)
IP address
Hex Byte
Hex Unsigned short
Hex Array
Short
RS485 Mode
0
0
0
0
0
0
0
0
0
0
0
0
6
4
4
0
0
8
0
0
@CONFIG.NAME$[n]
This read-only system variable gets the name of the configuration item n.
@CONFIG.VALUE$[n{, f}]
This read-only system variable gets the human readable value of the configuration item n. If the
item has fields then the second argument specifies the zero-based field number.
@CONFIG.MIN[n]
This read-only system variable gets the allowed minimum value of the configuration item n.
@CONFIG.MAX[n]
This read-only system variable gets the allowed maximum value of the configuration item n.
Copyright©1992-2015 by ACS, Sarasota, Florida
52
Back to Table of Contents
ALL RIGHTS RESERVED