Orf Quarenghi Posted March 24, 2020 Report Share Posted March 24, 2020 Hi. I'm writing a C# application that will interact with WatchOut. I will send commands and receive notifications. To do that should I open two connections, one as a client to issue commands to WatchOut and another as a server to receive notifications from WatchOut Outputs? Is there a way to get Outputs in the same connection I use to send commands - and to receive errors? Thank you for reading. ®f Quote Link to comment Share on other sites More sharing options...
Mike Fahl Posted March 24, 2020 Report Share Posted March 24, 2020 You can send commands and receive error messages related to those commands through the same network (TCP) connection. This is described in the manual. What do you mean by "receive notifications from WatchOut Outputs"? Mike Quote Link to comment Share on other sites More sharing options...
Orf Quarenghi Posted March 25, 2020 Author Report Share Posted March 25, 2020 An entry that you define in the Output Window, in my case one that sends a string with TCP protocol. My application needs to know when a timeline has reached its end, so I put there an Output that sends a string. Everything works OK, but my application has to manage two connections: A client connection to issue commands - and to receive both errors and command ID tags for acknowledge A server connection, to which WatchOut will connect to send the string defined in the Output cue when the moment comes. I'm asking if there's a way to handle both streams of communication using only the client connection. ®f Quote Link to comment Share on other sites More sharing options...
Mike Fahl Posted March 27, 2020 Report Share Posted March 27, 2020 At some point there was a feature that sent a messag if you named a Control cue with a leading colon (if memory serves me correctly). At least the display software did that, to its primary controller. Perhaps that "hack" is still in there? Worth giving a try. Test it with a telnet client to see if you get something back when running over such a control cue. Mike Quote Link to comment Share on other sites More sharing options...
jfk Posted March 29, 2020 Report Share Posted March 29, 2020 On 3/27/2020 at 12:41 PM, Mike Fahl said: At some point there was a feature that sent a messag if you named a Control cue with a leading colon (if memory serves me correctly). At least the display software did that, to its primary controller. Perhaps that "hack" is still in there? Worth giving a try. Test it with a telnet client to see if you get something back when running over such a control cue. Mike FYI that 'feature' only works for control cues in the main timeline. And it only works in cluster mode, it does not work in production mode.The sting is sent to an active control connection (port 3039). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.