WORKING WITH CONTROL-BASIC
66
2012-2015 Reliable Controls Corporation
Variables in SMART-Space Controllers do not have priority arrays. If two BACnet
devices
command the same variable in a SMART-Space Controller, the variable will respond to the
last write received.
WORKING WITH CONTROL-BASIC
When programming with Control-BASIC, it is important to remember that a program can
only modify objects that have been previously created. A program that references an
object that does not yet exist will compile without the point being created.
When programming with mnemonics rather than object names, RCP references will not
work. Only BACnet mnemonics are supported. For example, 5000AV1 is supported,
5VAR1 is not.
The following Control-BASIC statements and functions are not implemented in the
SMART-Space Controller:
• ALARM
• ALARM-TYPE
• APDIAL
• CALL
• DALARM
• DECLARE
• HANGUP
• ON-ERROR
• ON-ALARM
• PHONE
• PRINT
• PRINT-AT
• REMOTE-SET
• REMOTE-GET
• SET-PRINTER
• STATUS
• UNACK
• USER-A
• USER-B
• WS-OFF
• WS-ON
• WRITE
• ARCCOS