![KMC Controls STE-6012 Скачать руководство пользователя страница 4](http://html.mh-extra.com/html/kmc-controls/ste-6012/ste-6012_application-manual_1979555004.webp)
STE-6012/6016 Room Temperature Sensors
4
Application Guide, AN0412C Rev. B
back to 7.5 VDC.
See, for example, the
Control Basic example in the Override
section below.
1. In the BACstage software main menu, select
Objects
>
Outputs
.
2. Click
Edit
.
3. Type in a name in the appropriate
Description
field and/or
Name
field.
4. Select
Object Type: Analog
if it is not the default.
5. Select
Device Type: Volts 0–10
.
NOTE: This only sets the scale; the actual voltage
may go up to 12 volts DC.
6. Click
End Edit
.
7. Click
Yes
for “Send Update Notification Now?”
8. Click
OK
.
Override
1. In the BACstage software main menu, select
Objects
>
Binary
Values
.
2. Click
Edit
.
3. Type in a name in the appropriate
Description
field and/or
Name
field (see Control Basic
example).
4. Click in the
Units
column and select
Off/On
(or
No/Yes
,
Stop/Start
,
Disabled/Enabled
,
Inactive/Active
according to preference).
5. Click
End Edit
.
6. Click
Yes
for “Send Update Notification Now?”
7. Click
OK
.
8. In the BACstage software main menu, select
Objects
>
BASIC Programs
.
9. Click
Edit
.
10. Type in a name in the
Description
field and/or
Name
field.
11. Click
Autorun
.
12. Click
End Edit
.
13. Click
Yes
for “Send Update Notification Now?”
14. Click once in the
#
column.
15. Type in program lines (see the following
example).
NOTE: This is only an example. Details need to fit
the controller configuration.
10 REM ** STE-6012/6016 OVERRIDE **
20 REM ** AI1 IS STE-6012/6016
TEMPERATURE SENSOR INPUT **
30 REM ** BV3 IS OCCUPIED/UNOCCUPIED
(ON/OFF) MODE **
40
IF NOT
BV3
THEN
AO1@9 = 7.5
ELSE
AO1@9 = 12 :
REM ** AO1 IS SUPPLY
VOLTAGE TO SENSOR **
50
IF NOT
BV3
THEN GOSUB
70
60
END
70 REM ** OVERRIDE SUBROUTINE DURING
UNOCCUPIED MODE **
80 REM ** PUSH UP OR DOWN BUTTON TO
START OVERRIDE MODE (BV2) **
90
IF
+ SENSOROFF( AI1 )
OR
SENSORON(
AI1 )
THEN START
BV2
100 REM ** CHANGE DEFAULT TIMEON TO
DESIRED AMOUNT OF OVERRIDE TIME **
110
IF
TIMEON( BV2 ) > 02:00:00
THEN
GOTO
120
ELSE GOTO
140
120
STOP
BV2 : AO1@8 = 12 :
REM **
REMOVES OVERRIDE DISPLAY FROM LCD
SCREEN **
130
WAIT
0:00:04 :
RLQ
AO1@8
140
RETURN
16. Click
Send
.
17. Click
OK
.
18. Click
Yes
for “Execute Program Now?”
19. Click
Close
.
20. Click
OK
.
TotalControl Software
NOTE: Follow the relevant hardware instructions
in the BACstage Software section (above) or
KMDigital Software section (starting on the
next page). Then see the TotalControl Help
information for the equivalent software
configuration in TotalControl.