Dali dt8

Is there a functionblock to control Colours of a DT8 Dali controller?
I’m using a AXC F 2152 with a IB IL DALI MM-V2-PAC.

I guess you have seen this DALI library in the PLCnext Store:
Your question made its way to the developers of that library, and here is their answer:
Short answer no, there is no ready-made function block in the SE_DAL2_Dali2 library to set the color.The SE_DAL2_Dali2 library is a „low-level“ driver library. It is possible to use it to create a user-specific function for setting the color, in which the necessary DALI telegrams are created and sent. The SE_DAL2_BuildCommand and SE_DAL2_SendCommand function blocks can be used to create and send Dali telegrams. The use of the blocks can be found in the library documentation.The corresponding OpCodes must be known in order to create the respective DALI commands. These can be taken from the respective DALI standard, for example.