Jump to content
Vari-Lite Controls Support Forum

martin-144

Regulars
  • Posts

    101
  • Joined

  • Last visited

Posts posted by martin-144

  1. Ok, so for this production time I can live with the "cue only" setting. Next time I will go back to "tracking", as it seems to bring more advantages than I thought.
    Kevin, I will definitely try your tip with "1 THRU @ .", it seems kind of awkward right now but I will try it for sure.

    Thanks, Martin

  2. Hi all,

    to finally give some feedback, I ended up programming the effects from scratch because there was no remove option in the record menu.
    I guess this may be due to the fact that my desk is in "cue only" mode at the moment. I thought it would be easier for me to handle in a theatre environment, but now it seems it brings some limitations with it.

    The second thing I noticed is that I cannot run two effects in parallel. Whichever effect I start later will interrupt the effect started before and stop it. Is this another limitation of "cue only" mode or am I doing something wrong here? I am quite sure that I only tagged the parameters needed for the particular effect.

    Cheers,
    Martin

  3. Hi,
    I am happy to say that we are in-game again. We are having our first youth-theatre production since two years of corona pause.

    Said that, I am having some problems because I recorded an effect on a moving head, which is working fine. However, I recorded some other lights with it which shouldn't be there.
    Can anyone tell me how I can remove these lights from the effect which I stored on a faders cue? I can set the lamps to zero intensity, but I want to remove them completely from the fader to not interfere with other cues. Any hints would be appreciated.

    Thanks, Martin

    • Like 1
  4. Sorry, quick and urgent question:

    How can I make a color to snap on a fader (fader only controls intensity, but color should be the same from the beginning)?
    I am sure I asked that question before but I don't remember the solution and I couldn't find any related topic.

    I am still on ZerOS 7.9.7, only for a small event I didn't yet want to upgrade and lose patch.

    Thanks for a quick reply,
    Martin

  5. Hi all,

    I just did some votes on the survey (it was only 5 or 6) and I don't want to put them into categories like Kevin did.
    One thing I would really like to have is "Exclusive Playbacks", to prevent me from house lights getting recorded into cues.
    At least this feature sounds like it could prevent that. And I think this would be one of the "not too hard to implement" ones.

    And even if I voted for the macOS version of Phantom, I would like to see a native Linux version which probably runs on any common Linux distribution like Ubuntu, Mint or whatever. Even more as it seems the newer versions of Phantom can not be run in WINE anymore. (See my post on it below)

    Cheers,
    Martin

  6. Hi,

    sometimes I am nervous on the Go button too, especially in first night performances. My tip is to really press the button firmly and release after you are sure it has been pressed. It will not trigger more than one cue, if you fear that 🙂

    Martin

  7. On 7/27/2021 at 8:38 PM, delicolor said:

    the only thing that I didn’t expect was the DHCP lease set to one minute.

    Would you like to tell us the type of the router? Some time ago I had problems with Artnet because of exactly this issue.

    And I am quite sure that I didn't set such a short lease time.

    Cheers,
    Martin

  8. Hi Edward,

    just to make my discoveries complete here:

    My ArtNet module stopped receiving ArtPoll packets after one minute. That was most likely because the DHCP lease time of the AP was due and the AP maybe cleared its ARP cache for that device . Therefore my device stopped sending ArtPollReply packets and the FLX console removed it after a few seconds from the devices list.

    Two minutes later the connection suddenly comes back without doing anything. Short before the connection came back I saw in Wireshark my device sending a "gratuitous ARP" packet, which seems to make the connection alive again. I don't know why it's doing this, must be some internal ESP8266 mechanism. I didn't program it to do that.

    After that the connection seemed to be stable for at least 5 minutes or more (didn't test any longer).
    RDM or in the console it's called "RigSync" was off all the time.

    I can provide a Wireshark capture file if someone is interested.

    Martin

  9. Hi together,

    today I managed to fix the problem. It was neither the FLX console nor my Artnet device. It was the Access point in between (TP-Link TL-WR802N).
    For some unknown reason the DHCP lease time was set to one minute, which is of course very short and shouldn't be that short.
    Setting it to a more reasonable time (like 120 minutes, which is the default) solved the problem.

    Just wanted to let you know if you may run into similar problems...

    Martin

  10. Hi Edward and all others,

    I hope you all are doing well in these times...

    I did a little further investigations in improving my program this weekend. I was able to improve it to not crash anymore, but there are still some things to do.
    Interestingly, when I start the program, it will work for exactly one minute, then stop to receive UDP packets for two minutes and then return to normal order.
    I am not sure if the behaviour is caused by my Arduino sketch (with many libraries included, where I have no insight), or the FLX console I am using to test.

    The strange thing is: At home I use a Python script to simulate the output of the FLX. There it works without errors.
    When I have time to get to the the real FLX consle  I get the errors described above. I have no clue what the difference is.

    I f someone of you maybe now has the time or experience to help me solve this problem, It would be very much appreciated.

    Thanks and stay healthy,
    Martin

  11. Hi Edward,

    my device IS programmed to send ArtPollReply packets to every ArtPoll packet. But for mysterious reasons it stops doing that after some time.
    Therefore I want to know if there is something going on on the network which I cannot see with Wireshark.

    Cheers,
    Martin

  12. 21 hours ago, Edward- Z88 said:

    Hi Martin,

    I’m not able to attach a Wireshark capture file now, however will do this for you so you can take a look.

    Thanks Edward, that would be very nice.

    Quote

    You should be seeing ArtDMX packets from FLX S, ArtPoll packets from FLX S, and ArtPollReply packets from all ArtNet devices.

    I don't see the ArtDMX Packets, as the FLX seems to send them unicast and they are not routed to my Wireshark device. But I can see the ArtPoll and ArtPollReply packets every ~3 seconds. At some time my device stops replying to the ArtPoll packets, and some seconds later it gets removed from the FLX. Thats the problem. I want to find out why this happens.

    Quote

    That’s odd, what is your ArtNet device?

    As written in the first post, I am trying to build one myself with an ESP8266. The failure could be easily on my side, but I want to clarify this.

    Quote

    Yep, I think all of the Zero 88 community are going to be finding their consoles are getting used less on shows in the next few months.

    Very sad, but maybe necessary ;-(

    Quote

    If you have any questions let us know. 

    Edward

    Thanks,
    Martin

  13. One question in the round:

    Is anyone able to provide me a Wireshark capture file of a working ArtNet communication including unicast packets?
    I am having the problem that my Wireshark captures only show the broadcast packets, which are fine in my opinion.

    There must be some other thing going wrong here, because my ArtNet device keeps resetting after some minutes, sometimes seconds...
    Thankfully 😪, our show has been cancelled due to that damn virus 👾, so I have some more time to find out...

    Thanks,
    Martin

×
×
  • 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.