Jump to content

Vollmers

Member
  • Posts

    124
  • Joined

  • Last visited

Posts posted by Vollmers

  1. Hi

    Just discovered something weird, and I haven't been able to find anything in the documentation. I'm setting up a new show, and I'm including a browser panel created in Watchnet. I don't plan to use it with an Ipad, or any other mobile device, but as an extra control panel for one of the TV Directors on a PC. I discovered that when the Production machine is online, I can't control the cluster from my Watchnet panel. I have to put it offline, in order to get it working again. In my opinion that's a bug. So my question is, what limitations are there to external control of a cluster, regarding Watchout Production, Watchnet, Kinect etc.? And is there a way to work around these issues?

     

    Cheers Christian

     

     

  2. Hi

     

    Just stumbled over something, that might be a bug, or maybe something in Watchout that's working in another way. I've been working with 3D graphic for over 20 years, and normally when you move an object forward in the Z axis, it wil get in front of other objects, with less value in the Z position. Just discovered it works the other way round in Watchout. I've ceated a task, and placed 2 objects. One in layer 1 and one in layer 4. Switched to Z-depth stacking order on both objects. I couldn't figure out why I didn't work, until I reversed the values. Then it worked. Is that a bug or a feature?  ;)

     

    Cheers Christian

  3. Hi

     

    I'm configuring a Watchnet setup, which is controlling a show, which runs with no problems. The issue is, that when I try to control an aux timeline with a string cue, which normally works fine, Watchnet fails, and send a cluster error message: "Failed delivering data: setInput <string> <value> <"value">$0D; String Output "WATCHNET"" of OutPut list (4 7)

    I have no idea what that means. And as mentioned, the show runs fine in the normal setup. Any ideas?

     

    Cheers Christian

  4. I agree. and also a compendium of input strings, regarding more advanced processes. I'm designing a huge new TV studio for a 24 hours news station, and at the moment I've achived to use string outputs to control almost all the graphic equipment. But what triggers what? In order to achieve the best timing between calling an effect in WO, and run a realtime graphic element, it matters what element is triggering what. It would also be nice if the compendium included all the combinations when triggering layer conditions with string inputs :-) 

     

    Best regards Christian

  5.  

    I do my tests with the freeware Serial Buttons from audiovisualdevices.com.au and the built into Windows "Microsoft Loopback Adapter" so that I can use 2 software (WO and Serial Buttons) on my one laptop and make them "think" they are communicating with each other via serial and TCP/IP. You do not need  the WO dongle to communicate with WO Production PC.

    Serial Buttons do not understand ASCII, so you have to use hex code, eg. 'run' with the carriage return is 0x72 0x75 0x6E 0x0D where the spaces shown are important for Serial Buttons. Just google for a ASCII to hex converter, or get a table printed and file that.

     

     

    Hi Thomas. I know this an old thread, but what you mentioned sounds like what I'm looking for. I've downloaded the software, but I don't see a way of configuring a TCP/IP connection? If for example I want to make a localhost connection to WO, I would define the IP to : 127.0.0.1:3040, since the port defined to WO is 3040. Where can you do that?

     

    Best regards Christian

  6. Virtual Display did the trick completely  :D Thx to Mike Fahl's excellent tutorial video. It was at first a little hard to comprehend the design phase, but after watching the video, it took me like 5 minutes to make a rough design, and it was exactly what I was looking for.

     

    One thing though - this very important feature is not mentioned in the manual. So please update the manual soon. Thanks for all the help  :)

     

    Best regards Christian

  7. Hi

     

    I'm in the process of creating a new WO show for a TV studio. The challenge is, as always, money. That means that they want to build a huge video wall with varied resolution. It will be build with LCD cubes, and the part in the middle will be HD. The two sorrounding areas will be app. 400 px, or less, in the height. The main challenge is the transport of graphic elements between the different areas. I have already created the animations. and it works ok, but it looks weird, because of the different resolutions. So the idea I have tried to go with, is blurring the graphic, and make it look like an effect. So when the animation stops in the HD area, the blur will be faded of. In After Effects the idea looks great, but I have no idea how to replicate it in WO. I have tried to fiddle with all the tween effects, and tried to mix them, but no luck. Have anyone tried something similar earlier, or have an idea 'bout what to do? 

     

    Best regards Christian

  8. Hi Kevin

     

    I've build several systems now, with HDSDI cards from Datapath. We used to go with the much cheaper similar cards from Black Magic, but there there was a lot of issues, that weren't fixable, such as start up problems, work arounds etc. So I will definitely recommend Datapath. BTW we have just decided to build a new system, with 2 cards, with 4 HDSDI inputs on each.

     

    Best regards Christian

  9. Thanks for being available during Christmas.

     

    And sorry, to many years in the television industry  ;) TC means timcode, and I only mentioned it, to make it clear that I didn't trigger the command cue, on zero in timeline.

    After posting my question, I realized that using variables was not possible. I've changed the string now, but get an error saying "Failed delivering data".

    Is it possible to program everything in advance on a production machine, and exucute the strings, to see if it works? As i wrote, I've configured my string output to: 127.0.0.1:3039

    to make it run as localhost. And then, of course, change the ip and port, when I import the show to my studie setup. 

     

    Best regards Christian

  10. Hi

     

    I'm trying to create a show, where it is possible to enable/disable layer conditions from a string cue. What I have done so far is this:

    I made a string output, which in this case is set to TCP - 127.0.0.1 ( localhost ) and to port 3040, which should be the production machine.

    I now created an aux timline, which on TC 1.0 send this syntax: public var LayerCond:1$0D - and here I want to enable layer 1. 

    I'm not shure if it's possible to use this syntax here, and since it's not working, I'm sure something is wrong  ;) Normally I would expect it to be a boolean syntax of some kind.

    Have anyone tried to do this before??  :blink: 

     

    Cheers Christian

  11. Thanks for the valuable inputs  :)  It works know, and then again, it doesn't. I discovered that it seems like Watchout buffers the syntax line, but don't send it. When I open the element in "Output" and press OK, then it sends the command, and everything works. Is there some sort of port or timeout setting for the data connection, that needs to be altered?? Or maybe something else I forgot??  :blink: 

     

    Cheers Chris

  12. Well, I do have the documentation for the other application, and the syntax I send is correct. What I'm note sure of, is if the way I do it from Watchout is correct?? I create a new String output, define it with the corresponding IP adress and port number for the recieving machine. Normally it is done by TCP. I drag the string output, to where I want it to start on the timeline, open it, and write the syntax I know works, and end it with "$0D", as refferred to in the Watchout manual. So as far as I know, the procedure is correct. But obviously it's not, since it doesn't work. The question is maybe more of a general nature: Is it possible to control any other system, if you know it can recieve an external command? 

     

    Cheers Christian

  13. Well, actually there is, because I can control the external machine, from the same machine I have the Production installed on, It is, though, from another application. I can monitor every single incoming command on the external machine. 

    When I send the same command from Watchout, that works for the other application, I can't see anything. So my first guess was, that I was doing something wrong in Watchout. One of the things I'm uncertain about, is the last part of the syntax, regarding Watchout. I did add the "$0D" digits, according to your description. But to be honest, I'm not really sure what this syntax does, and if I  need to change it to something else. 

     

    /Chris

  14. Hi 

     

    I'm trying to do something, which I'm not sure will be possible. We have a graphic platform from Vizrt, which can be controlled in a lot of ways. 

    I want to create a String Cue, with this syntax "SendSingleCmd localhost, "RENDERER*MAIN_LAYER*STAGE CONTINUE", 0

    You normally communicate with the Vizrt program on port 6100, and as TCP. I'v tried a lot of different ways of writng the syntax, but keep getting the same reply:

    "Warning: Failed delivering data". I'm sure there's a simple and logical explanation to this. Any ideas??  :huh:  :huh: 

     

    Cheers Christian

     

  15. Absolutely. First, how many nodes are you using, with your production PC?

    You could make the setup, with a single node, depending on what graphic card you have.

     

    What you do is, you create 6 displays in the stage, each one present

    one of the outputs for your 6k wall. Add your media file, and make it fit the

    6 display tier, and you're good to go.

     

    Best regards Christian

×
×
  • Create New...