FB_DALI209StoreColourTemperatureTcLimit

FB_DALI209StoreColourTemperatureTcLimit 1:

Depending on the specification of eSelectLimitValue, the function block saves the value nColourTemperatureTcLimit in the variables colourTemperatureTcCoolest, colourTemperatureTcWarmest, colourTemperatureTcPhysicalCoolest or colourTemperatureTcPhysicalWarmest of the DALI control gear.

The values can be read with function block FB_DALI209QueryColourValue.

FB_DALI209StoreColourTemperatureTcLimit 2:

Prior to the DALI command STORE COLOUR TEMPERATURE Tc LIMIT, the function block sends the DALI command ENABLE DEVICE TYPE 8, as is necessary for application extended commands (see also FB_DALI102EnableDeviceType).

FB_DALI209StoreColourTemperatureTcLimit 3:

The function block changes the DTR0, DTR1 and DTR2 of all connected DALI control gears.

FB_DALI209StoreColourTemperatureTcLimit 4:

The function block sends the DALI command STORE COLOUR TEMPERATURE Tc LIMIT twice, as foreseen by the DALI standard for certain DALI commands.

FB_DALI209StoreColourTemperatureTcLimit 5: Inputs

VAR_INPUT
  bStart                    : BOOL;
  nAddress                  : BYTE;
  eAddressType              : E_DALIAddressType := E_DALIAddressType.Short
  eCommandPriority          : E_DALICommandPriority := E_DALICommandPriority.MiddleLow;
  eSelectLimitValue         : E_DALIColourTemperatureTcLimit;
  nColourTemperatureTcLimit : UINT;
END_VAR

Name

Type

Description

bStart

BOOL

Execution of the DALI commands is triggered via a positive edge at this input.

nAddress

BYTE

Address of a DALI control gear or a DALI group.

eAddressType

E_DALIAddressType

Defines whether the input nAddress contains a short address (0…63) or a group address (0…15). The input nAddress has no meaning if a broadcast or a broadcast to unaddressed devices (BroadcastUnaddr) has been selected.

eCommandPriority

E_DALICommandPriority

Priority (low, middle low, middle, middle high, high) with which the DALI commands are sent.

FB_DALI209StoreColourTemperatureTcLimit 6:

eCommandPriority has no function with the KL6811. The DALI command priorities are supported by the KL6821 from the firmware version BD.

Name

Type

Description

eSelectLimitValue

E_DALIColourTemperatureTcLimit

Specifies the limit value to be set.

nColourTemperatureTcLimit

UINT

The value that is written into the selected variable.

FB_DALI209StoreColourTemperatureTcLimit 7: Outputs

VAR_OUTPUT
  bError                  : BOOL;
  ipResultMessage         : I_TcMessage;
  bBusy                   : BOOL;
END_VAR

Name

Type

Description

bError

BOOL

This output is switched to TRUE if an error occurs during the execution. Further information about the error can be queried via the variable ipResultMessage. The output is set to FALSE again as soon as bBusy switches to TRUE.

ipResultMessage

I_TcMessage

Interface pointer (see error evaluation) that can be used to obtain detailed information about the processing of the function block (see runtime messages). The interface pointer is valid after bBusy has changed from TRUE to FALSE.

bBusy

BOOL

The output is set as soon as execution of the DALI commands has commenced. It remains active until all DALI commands have been processed.

FB_DALI209StoreColourTemperatureTcLimit 8: Properties

Name

Type

Access

Initial value

Description

ipDALICommunication

I_DALICommunication

Get,Set

0

Interface Pointer to the communication block (see Transfer of the reference to the communication block).

Requirements

Development environment

Required PLC library

TwinCAT from v3.1.4024.10

Tc3_DALI from v3.4.0.0