Jump to content
Vari-Lite Controls Support Forum

Archie D

Regulars
  • Posts

    53
  • Joined

  • Last visited

  • Days Won

    4

Archie D last won the day on August 7

Archie D had the most liked content!

About Archie D

  • Birthday January 20

Location

  • Location
    West Midlands, UK

Recent Profile Visitors

353 profile views

Archie D's Achievements

Contributor

Contributor (5/14)

  • Reacting Well Rare
  • Collaborator
  • One Month Later
  • Conversation Starter
  • Dedicated Rare

Recent Badges

6

Reputation

  1. I mean.. not to lead too far away from the post's original topic with my message below, but if we're on the topic of analysing ZerOS... relatively recently I loaded ZerOS up and had a play around. I'm not sure if it has been discussed before, but I discovered that ZerOS used to have (or still has - I just cannot seem to find it) a partial theme editor for the external monitor's UI appearance.. in newer versions it seems to have disappeared though. This was on ZerOS version 7.8.2.39, so that software version was released just nearing the end of 2016 and was the last available one for Frog 2. I also found a "Testbed" window, which was most definitely for development purposes of displaying cells, buttons, tickboxes, dropdowns, and other UI elements that need to be presented by the software. Below, I've attached three screenshots that I took today to show here. The first two relate to the "Display Palette Editor" (theme editor, one screenshot is the default view and the other is when I'd edited some colours such as the background to be green and button text to be pink) and "Testbed" for UI elements. P.S. admins - I apologise if sharing this isn't allowed for development reasons, please delete my post if that is the case Safety notice - if you somehow find this on your console (I won't say how I got these windows, to prevent any misuse of it or people potentially making mistakes) - I definitely don't recommend changing any values at all, because when resetting the desk, it won't reset these values.
  2. @MD1125, thank you very much for sharing and outlining this. Analysing network traffic.. I wouldn't have figured that out straight off! That's really interesting to see how ZerOS handles inputs from the mobile apps. I recognise the Z88R part of the string - presumably meaning "Zero 88 Remote". When I opened some of the obfuscated files that ZerOS contains (built on a linux system), most begin with "Z88C" from what I remember, presumably meaning "Zero 88 Console", so I can see the links starting to form...
  3. Ah, @Davidmk, I do apologise for posting over your post, the forum page didn't update for me showing your post when you posted it while I was writing mine. Archie
  4. Hello @MD1125, Welcome to the Zero 88 forum. Yes, this is correct. The ZerOS Monitor and Remote apps rely directly on the console, therefore all processing when performing actions on the remote apps is done on the console itself, and rather not your own device apart from sending the x and y coordinates like you say. I believe this unfortunately won't be directly possible, as ZerOS only accepts communication to the console via the methods @kgallen outlined regarding MIDI and OSC, however the FLX S is unable to use MIDI as it doesn't have a physical port. This is correct as well, however I am going to highlight 'Macros' as a part of this. There are two types of Macros within ZerOS. Fixture Macros, and User Macros. Fixture Macros are available on the FLX S, but User Macros aren't. On the other hand, if you did have access to User Macros for example on a full size FLX (max 240 macros) or a Solution (max 400 macros), you could theoretically: Record -> Tap 'Macro' -> Select a macro to record to -> Keys -> Type the syntax commands you would like (Keys will also record presses such as 'Home') -> Tap 'Macro' again to stop recording -> Tap 'Clear' to clear the syntax line. If you use Solution for this, you need to instead tap the Macro's MFK to stop recording I think. Doing this is of course rather painful, and will only let you control specific fixtures at specific levels you have already programmed into the console, and if using the full size FLX it will eat into your macro count relatively quickly (max 240) depending on how you use this, but it will allow you to control the macro you have just programmed via the OSC protocol, which you could use in your own codebase as you wish to control the intensity levels of specific fixtures. For example, if I then programmed a macro via the following: Record -> Macro -> Macro 1 -> Keys -> '1 thru 10 Home' -> Macro I could then execute that exact combination of key presses on the console by firing a command over the OSC protocol: /zeros/macro/1 (if I recorded it as Macro 1). You could record singular colours using Macros as well. I am aware that you are on the FLX S, and that this unfortunately won't be possible for your console regarding User Macros, but I thought I would take the chance to share this information in case it is of use for the future for you (who knows...). It definitely isn't the best way of doing things, but it is a little workaround that I found to partially work. So, in answer to your question, you could fire 1 enter @100 enter, but just not on the FLX S.
  5. Thank you, that's brilliant to see that there will be a new ZerOS build soon. I look forward to it!
  6. Hi @Worcester RGSTech, Please find the fixture personality file attached. Regards SL-H7 _ SL-H12.ift
  7. Hi @Oliver_74, Just to be absolutely sure, do you mean importing an entire patch consisting of (for example) dimming channels, and LED fixtures, or do you mean you want to import a custom fixture profile into your patch, replacing a previous profile or adding a new one? If you mean that you wish to import an entire patch into an existing show file, this is unfortunately not possible within ZerOS. The patch must be edited within the show file. It may be of use making the patch, then saving as a separate file onto the root of a USB stick, however if you build new cues in one file, they will not carry over to the other, resulting in both (or more if multiple) eventually becoming out of sync with each other.
  8. Hi Oliver, Yes, when loading show files in any capacity, show data is removed from the console's memory and replaced with the contents of the requested file to load. I'm not sure of a way to import a patch into an existing show file without this happening, I don't think it is possible, unfortunately. An alternate method, however - you could note down each patch configuration in a spreadsheet, and when the time comes, edit the existing patch in the desk to align with your spreadsheet data. Additionally, if you're not already aware, you are able to edit show files using the PC emulator, Phantom ZerOS. This will allow you to load a show file into Phantom ZerOS, in your case - edit the patch, re-save onto USB and load back into the physical desk when you are at the venue. This can be a massive save on time for when you don't have access to the physical desk, helping with your swap-overs. Regards.
  9. Hi @Oliver_74, You can import patches (without other show file data such as memories) via Setup -> Load -> Select File -> 'Setup Only' or 'Setup & Palettes', which will load the console's setup (including patch, defaults, settings etc.), and palettes if specified. Be aware that when loading files, it clears the previous show file on the desk, so make sure to create a backup. You could create some 'sample' patch files by setting the patch up, and saving that file. Then, once you load one of those files, you can start programming straight away with your patch loaded in from a 'sample' file you created. If you select 'Load Complete Show', it will load all data contained within that show file. If you mean that you want to import a specific part of the patch into another show file's patch, this is unfortunately not possible. Hope this helps.
  10. Is it CSC you are thinking of? (https://www.ctrelectronics.co.uk/csc-show-control.php)
  11. OSC is really useful from my perspective for when you just want to run your show off one main control centre, but not having lights + sound (and possibly projection) all programmed in on a singular machine. If that one machine goes down, you've lost all lights, all sound and all projection. Whereas, if you run lights separately with the computer controlling sound and projection, while a lighting console is controlling LX separately, if the main computer goes down then you still have light on stage and can control that independently. Something like this can be done with OSC via QLab (with Network Messages) however QLab does require a license for this, or using something like Multiplay (another sound + projection cue-based tool) as @Neil Macmillan has used, is another option that is free to use (but still very very good!). So, if you are looking for a cue-based solution and you use a Mac, QLab is probably the best option (you could have a "magic sheet" as @Davidmk has, using Cue Carts within QLab). These "cue carts" can fire Network Messages over OSC to trigger certain cues on the LX console, like a soundboard but for lights. However, if you use Windows, Multiplay is also a good option (not sure about cue carts on it though). If you're on a Mac and instead of using QLab, you want to use Multiplay, you could run it via Wine but this won't run natively on your Mac and I'm not sure if OSC would work with how Wine handles things, but it could be worth a try. Unfortunately QLab on Windows isn't an option as it is developed primarily on the Apple platform, and so relies on Apple infrastructure for features such as AppleScript integration. QLab Network Message Cues - https://qlab.app/docs/v5/networking/network-cues/ QLab Cue Carts - https://qlab.app/docs/v4/general/cue-carts/ If you do use Multiplay, I very much point you to Neil's video! (I used it myself when having a play with OSC over Multiplay to my Phantom ZerOS setup, so thank you very much Neil for making that video). Best of luck with what you want to do with OSC.
  12. --Rewritten for clarity-- Thank you, I do look forward to the news of this, apologies that I was no use of advice. My issue, with the help of others, was thought to be a section of a ribbon cable had come partially disconnected or loose, not allowing data to come through fully to the LCDs.. if not at all while still being back-lit. Not sure if that is the case or not but we shall hopefully find out, I still have yet to open my Jester ML yet again to find the issue.. been a bit busy over the holidays! Issue hasn't happened in some time though, still keeping an eye out for it.
  13. That is true.. I received a Juggler which had no PSU so I was stuck with the single one from the JesterML I have.
  14. There was one on eBay a few weeks ago with a flight case, I think it has gone though. To get a genuine power supply, it could be a possibility to buy or search for a really really beaten up old desk, use that power supply and either grab spares from that desk/try to restore it?
  15. Not sure what you could do with this or whether it's any help, but here is the original supplier and model of switching power supply that Zero 88 used for their desks. https://sinpro.com/en/product/show.aspx?num=441&find1=8 https://sinpro.com/en/product/pro_search_show.aspx?num=441&page=2&spcnum=4955
×
×
  • 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.