Please enable JavaScript to view this site.

CWT Software Configuration Handbook 4.40

Container        Path: <cwt><CORE><outlets>
Element        Path: <cwt><CORE><outlets><outlet name=”12V_1” mode=”None”>

Note:
To be used on platform 0501-E0150 REF F and later. If this element is used on an older platform the element will be ignored.

For older platforms, see attribute Outlet 12V in CORE element

Platform 0501-E0150 REF F and later will process both outlet12V and outlets configurations. If only outlet12V is specified it will be used as currently specified for the old platform. If outlets is specified then outlet12V will be ignored.

rebootThe attribute controls the behaviour of an outlet as described in the table.
The Connector to use on the Main board of a CWT Compact is written in the Description field between brackets

Note:
The name attribute has two values for each connector. Using the longer one improves the readability in the configuration file what connector is meant.

Attributes

name

Value range

Default

Description (CWTC connector)

12V_1

12V_1_J19_1

None / Seismic **

12V outlet 1 (J19)

12V_2

12V_2_J29_1

None

12V outlet 2 * (J29)

12V_MDB

12V_MDB_J37_1

None

12V outlet MDB (J37)

5V_COM_1

5V_COM_1_J24_9

AlwaysOn

5V outlet in COM port 1 (J24)

5V_COM_3

5V_COM_3_J35_9

AlwaysOn

5V outlet in COM port 3 (J35)

5V_COM_4

5V_COM_4_J31_2

AlwaysOn

5V outlet in COM port 4 (J3 & J31)

5V_COM_6

5V_COM_6_J30_9

AlwaysOn

5V outlet in COM port 6 (J30)

5V_COM_8

5V_COM_8_J22_9

AlwaysOn

5V outlet in COM port 8 (J22)

5V_COM_9

5V_COM_9_J13_9

AlwaysOn

5V outlet in COM port 9 (J13)

mode

Range:None, AlwaysOn, PowerSave, Barcode, Seismic, Ext0 - Ext7, ChangedDuringDarkness, TimeControlled, TimeControlledChangedDuringDarkness, IoOutput1 to IoOutput7
see ioPortDeliverable
Default:AlwaysOff

onInDarkness

Range:true / false
Default:true
Description:Used when mode is ChangedDuringDarkness or TimeControlledChangedDuringDarkness.

If true, the outlet will be turned on when it is dark outside.

If false, the outlet will be turned off when it is dark outside.

minOffTime

Range:0–4294967295
Default:0
Description:Time in seconds that the outlet needs to be off before it can be turned on. When using a touch screen, it is recommended to use a value of at least 5.

*) 12V_2 is only available on boards 0501-E0150 Ref H and later

Values

Value

Sleep state

Wakeup state

None

Off

Off

AlwaysOn

On

On

PowerSave

Off

On

BarcodeReader

Off

The power outlet is turned on/off as needed by the barcode reader. The barcode reader has 4 seconds power up time.

Seismic **)

On

On

Ext0 – Ext7

(Depends on the specified External PayUnit)

(Depends on the specified External PayUnit)

ChangedDuringDarkness

Depends on if it is dark or not outside

The outlet levels will change when it becomes dark outside

TimeControlled

Depends on the time of day

Time controlled outlet levels. The time intervals are specified in the set element, see set.

TimeControlled-ChangedDuringDarkness

Depends on the time of day and the darkness outside

A combination of time control and how dark it is will decide the outlet level.

The time intervals are specified in the set element, see set .

ButtonControlled

Off

Button Click-functions OnTurnOutletOn and OnTurnOutletOff controls the outlet

**)
If a Seismic alarm (see Vibration detector (seismic) ) is configured to activate the siren or to send an alarm to WebOffice but no Seismic mode is assigned to any outlet, the 12V_1 will be used by default.

Note
When setting outlet mode to ChangedDuringDarkness or TimeControlled-ChangedDuringDarkness it is required to have a correct ambient light sensor configuration, since the ambient light sensor is used to decide if it is dark outside. See ambientLightSensor.

Modes ChangedDuringDarkness, TimeControlled or TimeControlled-ChangedDuringDarkness are allowed to set only to one outlet at a time. See below.

Not allowed:

<CORE>
 <outlets>
   <outlet name="12V_1" mode="ChangedDuringDarkness" onInDarkness="true" />
   <outlet name="12V_2" mode="ChangedDuringDarkness" onInDarkness="false" />
 </outlets>
</CORE>

Example: 1:

12V setting for a SIX reader and a Bill reader with a touch screen

<CORE>
<outlets>
<outlet name="12V_1" mode="AlwaysOff"/>
<outlet name="12V_2" mode="Ext0"/> <!-- Six reader -->
<outlet name="12V_MDB" mode="Ext2"/> <!-- Bill reader -->
<outlet name="5V_COM_1" mode="PowerSave"/> <!-- Touch controller -->
<outlet name="5V_COM_3" mode="AlwaysOn"/> <!-- ExtPU, SIX, connector J35 -->
</outlets>
 
</CORE>

Example: 2:

12v Setting for an additional seismic alarm

<CORE>
<outlets>
<outlet name="12V_1" mode="Seismic"/> <!—- Seismic alarm -->
<outlet name="12V_2" mode="Ext0"/> <!-- Six reader -->
<outlet name="12V_MDB" mode="Ext2"/> <!-- Bill reader -->
</outlets>
 
</CORE>

Example: 3:

The 12V_1 outlet should be turned on when it is dark. Note that this must be used in combination with a correct configuration for the ambient light sensor. See chapter 3.4.36 ambientLightSensor.

<CORE>
<outlets>
  <outlet name="12V_1" mode="ChangedDuringDarkness" onInDarkness="true" />
</outlets>
</CORE>

Example: 4: Configuration of mapping IoOutputs to outlets.

<outlets>
  <outlet name="12V_1"   mode="IoOutput7" />
  <outlet name="5V_COM_1" mode="IoOutput4" />
  <outlet name="5V_COM_3" mode="IoOutput0" />
  <outlet name="5V_COM_4" mode="IoOutput1" />
  <outlet name="12V_2"   mode="IoOutput6" />
  <outlet name="12V_MDB" mode="IoOutput5" />
</outlets>