Müste der DMX_SetRGB (ArtNet) Befehl nicht schon in IPS V3.4 #3785 funktionieren? Mit Strg-Space wird er angezeigt. Einzeln mit DMX_SetChannel läuft es. Mit DMX_SetRGB bekomme ich WARNING: DMX_SetRGB: Instance #51068 does not implement this function! in C:… on line xx
Fehler:
DMX_SetRGB ($idRGBW,14,0,0); //rot 5%
OK:
DMX_SetChannel($idRGBW,1,14); DMX_SetChannel($idRGBW,2,0);DMX_SetChannel($idRGBW,3,0);//rot 5%