Parameter

VAR_GLOBAL CONSTANT
  cTimeoutTerminalResponse         : TIME := T#500MS;
  cTimeoutDeviceResponse           : TIME := T#80MS;
  cTimeoutResponseTable            : TIME := T#30S;
  cTimeoutPostCommand              : TIME := T#1S
  cTimeoutInitializeTerminal       : TIME := T#5S;
  cTimeoutAddressing               : TIME := T#3M;
  cTimeoutTransaction              : TIME := T#1M;
  cMaxCommandBufferEntries         : USINT := 120;
  cMaxResponseTableEntries         : USINT := 120;
  cMaxEventTableEntries            : USINT := 20;
  cMaxVirtualDevices               : USINT := 64; 
END_VAR

The Tc3_DALI library contains some parameters which can be used to change general settings. The parameter list can be accessed via the Library Manager. The values of the individual parameters can also be adjusted there.

Notice

Note that some parameters have a profound effect on the way the Tc3_DALI library works.

Parameter 1: