FB_DALI102QueryShortAddress

FB_DALI102QueryShortAddress 1:

The function block reads the short address (shortAddress) of the selected DALI control gear.

DALI control gears are selected if the randomAddress of the DALI control gear is the same as the searchAddress and the DALI command INITIALIZE (see FB_DALI102Initialise) was executed previously.

The output nShortAddress contains a valid value only if the function block was executed without errors (bError = FALSE).

FB_DALI102QueryShortAddress 2: Inputs

VAR_INPUT
  bStart            : BOOL;
  eCommandPriority  : E_DALICommandPriority := E_DALICommandPriority.MiddleLow;
END_VAR

Name

Type

Description

bStart

BOOL

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

eCommandPriority

E_DALICommandPriority

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

FB_DALI102QueryShortAddress 3:

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

FB_DALI102QueryShortAddress 4: Outputs

VAR_OUTPUT
  bError                  : BOOL;
  ipResultMessage         : I_TcMessage;
  bBusy                   : BOOL;
  nShortAddress           : BYTE;
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.

nShortAddress

BYTE

The output returns the short address (0…63, 255) from the selected DALI control gear.

FB_DALI102QueryShortAddress 5: 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.29

Tc3_DALI from v3.11.0.0