DMX_SetRGB unter V3.4

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%

Du musst dafür auch eine DMX RGB Instanz erstellen :slight_smile:

paresy

Ah Ja. Eigentlich habe ich mich schon gewundert über Output Instanz vs. RGB Instanz. Das muss aber auch irgendwie in die Doku!
Danke.