Phonetics 5100 Home Security System User Manual


 
71
Chapter 7: Programming
VARIABLES
ISACC allows you control over the information calculated in your C program. With the
keyword command SET VARIABLES, you can set or alter the present value of any variable in
your program.
To display values of variables in your C program, type show variables after an ISACC
prompt:
ISACC>show variables
PROGRAM VARIABLES
rset = 00000
gal1ta = 00000
gal1tb = 00000
rate = 00000
temp = 00000
in = 00000
To change the values of your C program variables, type set variables after an ISACC prompt.
Press ENTER to go to the next parameter:
ISACC>set variables
PROGRAM VARIABLES
rset = 00000 >00001
gal1ta = 00000 >00008
gal1tb = 00000 >00990
rate = 00000 >00001
temp = 00000 >00038
in = 00000 >00794