- Status Neu
- Percent Complete
- Task Type Fehlerbericht
- Category GUI & Server → Server
- Assigned To No-one
- Operating System All
- Severity Low
- Reported Version 3.3.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#5450 - colortemp: Fehler in HAL/DMX-Ausgabe bei inaktivem Kanal-Teil
Genutzt wurde das folgende DDF (”colortemp”-Teil aus Wiki-Eintrag übernommen: https://wiki-de.dmxcontrol-projects.org/index.php?title=Color_(DDF-Syntax)_DMXC3#Farbtemperatur):
<?xml version="1.0" encoding="utf-8"?> <device dmxaddresscount="1" type="DMXDevice" dmxcversion="3.2" ddfversion="1.0"> <information> <model>Test Device</model> <vendor>Test</vendor> </information> <functions> <colortemp dmxchannel="0"> <step type="off" mindmx="0" maxdmx="5" /> <range minval="3200" maxval="7000" mindmx="255" maxdmx="6" /> </colortemp> </functions> </device>
Setzt man den “colortemp”-Kanal auf “Empty”, so wird der DMX-Wert des Minimalwerts der CTC-Range ausgegeben. (Also hier “255”.)
Zu erwarten wäre ein Wert zwischen “0” und “5”.
Der restliche Bereich funktioniert wie zu erwarten.
Falls benötigt, sind hier noch ein Test Projekt samt Log-Files und das DDF…