ilLU[TZ]mination main menu
The driver includes files for USB and the library uDMX.dll. The USB-files are always used, uDMX.dll is used depending on the lighting software.
As driver installation became more problematic with each newer Windows-version there are several uDMX-drivers that can be installed / tried.
INSTALLATION
Screenshot: installed uDMX-libusbK-driver on Windows10-64Bit and running artnet-programs.
CONFIGURATION
You can change the following values. Times can only be changed when you use uDMX firmware >= 1.4.
If your DMX software does not support starting uDMX configuration, you can call the configuration using the script uDMXConfigure.bat (included in the driver files).
To test the uDMX interface, you can start a simple test-dialog from within the configuration dialog.
With the sliders it is possible to set the values of channels 1-6. The values of these channels are sent to the interface.
When using Linux you have to install libusb. Normally programs have to be run as root to get access to usb-devices. To avoid this, create a file z65-anyma-udmx.rules in folder /etc/udev/rules.d with the following content:
SUBSYSTEM=="usb*", ACTION=="add|change", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", MODE="0666"
SUBSYSTEM=="usb*", ACTION=="add|change", SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="05dc", MODE="0666"
probably like Linux