Jump to content
Vari-Lite Controls Support Forum

kgallen

Regulars
  • Posts

    1,846
  • Joined

  • Last visited

  • Days Won

    78

Everything posted by kgallen

  1. Lights off but Effect still running is a common issue. It’s probably because you had Smart Tag enabled when you tried to record ‘No Effect’ and the lights at 0. Smart Tag doesn’t save the No Effect. So what you have to do is run the cue where the lights go off and the effect should stop (but don’t), select the lights that are in the effect, select No Effect from the Effects palette. Then press Update to get the Record Options pane up then deselect Smart Tag, then ok the Update. Then clear the programmer, go back a few cues then run through and make sure the Effect now stops when you need it to. Of course if you need the Effect to start again in a later cue you’ll need to go to that one and enable the effect again. Hope that helps. Kevin
  2. Whoaaaaaaaaa! 👍 (Z88 marketing guys are livid. Image picker gets disabled in next version of ZerOS!)
  3. Martin, Don't worry about it. Hope it's going well otherwise! What's going wrong with your tracking that's causing you issues? Don't forget you can use Update with Cue Only and Track Forwards (and Track Backwards although I've never used that one). Also with FLX you can go back to Cue Only mode if you want and also you can turn the whole cue stack into snapshot cues then work your new stuff using Tracking on.
  4. Neil - Probably better to post this query on the Blue Room. http://www.blue-room.org.uk/
  5. I don't think so, sorry. ETA: Doh, beaten again by a better answer!
  6. This is the DMX map for the fixture: https://www.robe.cz/index.php?type=10898&tx_odproducts_f[action]=downloadFile&tx_odproducts_f[file]=robe/downloads/dmx_charts/Robin_MiniMe_DMX_charts.pdf If you only want 8-bit control for the Pan and Tilt you could write a fixture definition that did not include channels 2 and 4 (the "fine" channels). However you will get the "lumpy" control as I describe above. An interesting little fixture that Robe!
  7. Fixture definition looks good. As David says, you only want to tag your Param1 (or Param2) parameter (which ever one controls the height) when you program the playback. Also there may be a setting to ensure only this one parameter is tagged otherwise tagging one beamshape parameter may cause all parameters in the beamshape attribute to be tagged. Other option is to move the height parameter to Position (where it's the only parameter) then you don't have to worry so much.
  8. ETA - David just beat me to it! You can do ‘Fader Controls’ and set it to Beamshape. SETUP+Playback Button Not sure if the fader still controls intensity too. If you have other parameters on Beamshape maybe move this one onto Position so it’s on its own. I’ll have a look at your fixture profile in a while - we’ll get it working somehow! Kevin
  9. Actually your first 4 channels will be: 1 Pan (MSB) (coarse) / 2 Pan (LSB) (fine) / 3 Tilt (MSB) (coarse) / 4 Tilt (LSB) (fine) One DMX channel gives an 8-bit binary value, which is 0 to 255 in decimal (256 steps). This is too coarse to give usable angular control of a moving head (pan or tilt). For a 360 degree circle, with 256 values in the control channel, each value thus results in a 1.4 degree angular change. This is too much of a change for the beam throw in any practical situation - the beam would step too far across the stage with each increment/decrement in the DMX channel value. Hence for parameters like Pan and Tilt, two channels are coupled together to give a 16-bit control value. This gives a decimal range of 0-65535 for that parameter. If a fixture has a Pan range of say 540 degrees, then the 16-bit Pan parameter gives a granularity of around 0.01 degrees per step. This is much better! Some fixtures (like the Philips PL range) have a mode with a 16-bit intensity (dimmer) channel, but this is quite unusual. 256 steps for most parameters (intensity, colours, gobos) is usually more than adequate. This is why your Pan and Tilt have a 0-65535 range - because they each use 2 DMX channels to get the required angular precision. Hope that helps!
  10. So really you need a merger that can do HTP merge but only on the intensity channels of each fixture. Then FLX can control all of the functions of all of the lights (esp. position, colour beamshape), but the DJ console can "flash" the intensity channel as an HTP override of the intensity that FLX is putting out in the same DMX channel. This would require a merger with per-channel merge configurability. Does your fancy merger have this? But still depending on what FLX is doing with the light this might not work. Say FLX has all colour channels at 0, the DJ console setting the intensity to 255 will still result in the light having no output. Then you get into some weird requirement that the merger needs to "force" some channels if the DJ console wants to flash the light. This is not likely in a commercial product, it's such a convoluted requirement. You're into some custom Arduino type project!
  11. The merger manufacturer is suggesting the DMX frame (s) received by the merger is not correctly formatted or timed. eg incorrect mark or break periods, incorrect header code, mistimed or malformed channel data. The same observed issue with the DMX-in route (basically a "merger" within console # 2) versus the external merger route demonstrates we are not looking at an equipment problem (of either the desks or the merger) but more a conceptual problem of how two "masters" can control a single "slave" and what the expected slave behavior is (and then whether a merger product exists that can be configured accordingly). The OP says "light effect" which implies some "non-trivial" fixture with intensity, probably color, maybe position and beamshape attributes. @ jb07 Thanks for the merger link. That looks like an expensive piece of kit - but I don't think it's the answer to your question - because at this point I don't think we (you) know what the question is - i.e. how you want your aggregate control surface to work.
  12. ..and HOW do you want the 2 consoles to control the same lights? What is the responsibility of each console? How would the DMX universe be "carved up" for each console. We've already covered that an HTP merge is not going to work unless you only have dimmers. It makes no sense to have two active consoles controlling the same "intelligent" light (unless they are a specifically designed active/backup tracking pair). This merger for example: https://www.elmvideotechnology.com/store/dmx-merger-dmg-2x1?gclid=EAIaIQobChMIwcuSlL705wIVFuDtCh0ftQdiEAAYASAAEgKev_D_BwE claims to have an LTP merge mode. But still how would this work in practice? You have two lighting consoles (who have no knowledge of the commands sent by the other) giving likely conflicting data to one light, which is going to jump about trying to service both sets of unrelated commands, depending on how the merge picks DMX channels from each console. This is my "shouting at the kids" example from earlier. HTP mergers are often used if the venue has two lighting desks, but where only one is active/powered at a time. Say a very simple desk used by groups "who just want some light" and a more complex console used by "advanced" users. Tell us what type of fixtures you have in your rig and how you want the overall control surface to work.
  13. HTP is fine for an intensity channel (e.g. a dimmer) but is likely a disaster for any other parameter (position, colour, beamshape) which would almost always be treated LTP. Your merger will work if you use one desk at a time (and the unused one outputs 0 on all channels - unlikely if you have ‘intelligent’ fixtures patched). Using both together unless you only have dimmers makes no sense to me. Think conceptually what you want to achieve and how it would actually work. With anything but dimmers I don’t think a merger is the answer. There is nothing wrong with your FLX S.
  14. How would a merge actually work? FLX sends out a full 512 channel DMX packet. Where does the data from the other ‘master’ fit? If the other master sends channel data to a fixture that FLX thinks it’s controlling surely the fixture is going to jump unless somehow the other master is snooping what FLX is sending and builds some sort of transition from where FLX puts the fixture and the other master wants it, and the merger gives that master control over those channels. One master has to control the parameter of a fixture to get anything sensible out. If the merger gives alternate frames to the FLX and the other master, then these are two uncorrelated data streams and I can’t see how anything other than mayhem can result. Both you and your wife shout independent instructions alternately to your son and see if anything useful results! "Get your shoes on" "Go clean your teeth" "Comb your hair" "Pack your school bag"! -> I dont really understand how this can work sensibly. Maybe I’m about to learn!
  15. If you're suitably competent, maybe worth opening the desk up an checking for loose ribbon cables. Maybe Edward can consult the mechanical drawings and advise if this screen is directly soldered or if there is a candidate cable of some sort. Also the minimal set of screws to remove to gain access. On Fat Frog for instance (similar case design) it is just one per side, the lower one to the rear of the side panels.
  16. ...and that, you will have to pay (quite a lot) for! 😈
  17. You don't need to pay any more money. The desks are limited by channel count (2048 on unexpanded FLX) not by Universe. When you patch a fixture you can assign the DMX address to any universe 1-64. Under Setup you might need to check that the universe is enabled and which physical output (XLR) it's assigned to. But no, I've not currently ever done this myself! 🤣 Kevin
  18. Peter, Take some screenshots from this page and assemble yourself a couple of images that can be uploaded to the image picker. Second prize I guess... Lee Filters (Chroma Order) Lee Filters (Number Order) It's a little project someone on this thread might even pick up...
  19. No idea really but might be worth disabling RDM (in Setup) just in case there is something coming back from the merger that is confusing the desk. Kevin
  20. Probably. I start from the Tab at the top of the forum which takes you here: http://support.zero88.com/ Many useful articles are within "ORB XF" but that is almost impossible to find because it's only within one branch of the tree and that is either an orphan or can only be found by luck from one point. Not all of the ORB XF KBs are ported under FLX (for example). Search only works if you know what you're searching for. My usual situation is "Oh, there is KB on that somewhere, I don't know what it's called but it describes the 'X'. I'll go in the KB and have a dig around to see if I can stumble across the thing I'm looking for." -> result is always frustration and usually failure to find the information.
  21. You did a better job. I failed to find that KB on the radical changes which I wanted to link... (KB a bigger impenetrable mess than ever now, how is the "reorg" going?)
  22. Edward just beat me to it...! You should be able to go direct, however prior to 7.8.3 you had to use a "bootable USB" stick. This thread has some instructions: Also note the whole concept of submasters vs playbacks has changed. Do this update when you've got time to understand the new features/operation.
  23. If this is a "multi-cell" device, then the current recommended approach is to have two fixture definitions: 1st definition has all of the "master" controls that affect all cell (e.g. master dimmer, strobe), 2nd definition has the "cell" parameters (e.g. R,G,B,W). One instance of the "master" is patched as a fixture, then one "cell" is patched for each segment of the device. In this way you are able to use the Palettes and Effects section across the whole multi-part fixture. Looking at the spec for the Elation sixbar 1000, you would have a fixture defined for RGBAW+UV and instance it 12 times. Plus one instance of the "master" section will mean that one of these units will look like 13 fixtures. You will then have full control of each segment of the fixture and can apply palettes and effects across it. Improving this user interface I understand requires ZerOS to be changed to support a different library format (Carallon library). I understand this work is well advanced but users have been waiting some time (.....) for this update.
  24. It sounds like the fixture definition could be bad. Can you post a link to the manual here and also send to Zero88 https://zero88.com/library#support
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.