Hi Jason,
Thanks for getting in touch, great to hear Beam fits your workflow!
-
Beam’s Monitor (Window → Monitor or CMD+3) currently only shows the DMX output visually. However, we agree being able to see the exact DMX values is important and is something we would like to support in the future.
A way you could currently monitor the exact DMX values would be to use a utility like ArtNetView and send Art-Net to it. Although that prevents you from simultaneously sending DMX to your USB interface or Art-Net node.
-
I am not completely sure I understood your issue correctly, but it sounds like you would like to manually control or automate a parameter other than
dim
, e.g.colorwheel
between0.
and1.
(or0
and255
in DMX values). To do this you can:
-
Use the LFO device, set both
Min
andMax
to1
, then you can useDepth
to multiply that by values between0
and1
(displayed as0-100%
).
Please note that theDepth
parameter is a multiplier ofMin
andMax
values. So if you setDepth
to0%
, the resulting LFO value will always be0
, regardless of theMin
andMax
values, and will either add 0 to the previous value or multiply it by 0, depending on the selected mode. -
Use the Scale device, link
Out Low
andOut Hi
, then you can useOut Hi
to control the selected parameter between0
and1
.If knowing the exact DMX values you are sending is indeed important, you could use this custom version of the Scale device, which device displays values between
0
and255
, instead of0
and1
:
Scale (raw DMX values).amxd (265.6 KB)When working with slot-based parameters you can also make your life a bit easier by making a custom device that maps specific slots of your fixture to the corresponding DMX values - this allows you to e.g. automate slots, rather than DMX values. It does require making a dedicated device for every specific fixture’s channel functions, but is simple to do. Here are Effect and Instrument device examples for controlling an arbitrary parameter “colorwheel” - you can see the necessary steps if you open the devices in Patching Mode:
Slot Effect.amxd (217.6 KB)
Slot Instrument.amxd (246.5 KB)
Let me know if this helps you achieve the desired results.
Best,
Luka