top of page

With this application, you will be able to command 3 functions using simple "DOS command line"

 

- Command an ON/OFF module

- Send a new day Schedule grid to a thermostat

-Send a temporary temperature to a thermostat

 

The ON/OFF command is call casasend

The syntax is :

c:\casa\casasend mm cc

mm is for module number from 1a to 24 in hexadecimal

cc is the command ON or OFF where 11 is on 12 is off

 

Expl :

c:\casa\casasend 1a 11 will place on the module 1a

c:\casa\casasend 1a 12 will place off the module 1a

 

The day Schedule grid command is call dayorder

The syntax is :

c:\casa\dayorder grxx dd ii

grxx is for the grid number from gr01 to gr99

dd is  for the day from 00 to 06,  where 00  is for sunday and where  06  is for saturday

ii is for the thermostat index number

 

Expl :

c:\casa\dayorder gr08 06 01 will send the grid number gr08 to thermostat index 01 for saturday

 

The Temporary Temperature command is call baseterm

The syntax is :

c:\casa\baseterm tt ii

tt is for the temporary temperature  from 00 to 30

ii is for the thermostat index number

 

Expl :

c:\casa\baseterm 17 01 will place the thermostat index 01 to 17 degree

 

bottom of page